Skip navigation links

Oracle Communications Service Broker Policy and Charging MBean Java API Reference
6.0

E26225-01


oracle.ocsb.app.rcc.feature.balancemng.checkBalance.config.beans
Class CheckBalance

java.lang.Object
  extended by oracle.ocsb.app.rcc.feature.balancemng.checkBalance.config.beans.CheckBalance

All Implemented Interfaces:
CheckBalanceMBean, CheckBalanceReadOnlyMBean

public class CheckBalance
extends Object
implements CheckBalanceMBean

Java class for checkBalance complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="checkBalance">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="successMessage" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="errorMessageReply" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="contentParse" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  String contentParse
           
protected  String errorMessageReply
           
protected  String successMessage
           

 

Constructor Summary
CheckBalance()
          Default Constructor
CheckBalance(String successMessage, String errorMessageReply, String contentParse)
           

 

Method Summary
 String getContentParse()
          Gets the value of the contentParse property.
 String getErrorMessageReply()
          Gets the value of the errorMessageReply property.
 String getSuccessMessage()
          Gets the value of the successMessage property.
 void setContentParse(String value)
          Sets the value of the contentParse property.
 void setErrorMessageReply(String value)
          Sets the value of the errorMessageReply property.
 void setSuccessMessage(String value)
          Sets the value of the successMessage property.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

successMessage

protected String successMessage

errorMessageReply

protected String errorMessageReply

contentParse

protected String contentParse

Constructor Detail

CheckBalance

public CheckBalance()
Default Constructor

CheckBalance

public CheckBalance(String successMessage,
                    String errorMessageReply,
                    String contentParse)

Method Detail

getSuccessMessage

public String getSuccessMessage()
Gets the value of the successMessage property.
Specified by:
getSuccessMessage in interface CheckBalanceReadOnlyMBean
Returns:
possible object is String

setSuccessMessage

public void setSuccessMessage(String value)
Sets the value of the successMessage property.
Specified by:
setSuccessMessage in interface CheckBalanceMBean
Parameters:
value - allowed object is String

getErrorMessageReply

public String getErrorMessageReply()
Gets the value of the errorMessageReply property.
Specified by:
getErrorMessageReply in interface CheckBalanceReadOnlyMBean
Returns:
possible object is String

setErrorMessageReply

public void setErrorMessageReply(String value)
Sets the value of the errorMessageReply property.
Specified by:
setErrorMessageReply in interface CheckBalanceMBean
Parameters:
value - allowed object is String

getContentParse

public String getContentParse()
Gets the value of the contentParse property.
Specified by:
getContentParse in interface CheckBalanceReadOnlyMBean
Returns:
possible object is String

setContentParse

public void setContentParse(String value)
Sets the value of the contentParse property.
Specified by:
setContentParse in interface CheckBalanceMBean
Parameters:
value - allowed object is String

Skip navigation links

Oracle Communications Service Broker Policy and Charging MBean Java API Reference
6.0

E26225-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.