Skip navigation links

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

E26225-01


oracle.ocsb.app.rcc.feature.balancemng.config.beans
Class BalanceManagement

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

All Implemented Interfaces:
BalanceManagementMBean, BalanceManagementReadOnlyMBean

public class BalanceManagement
extends Object
implements BalanceManagementMBean

Java class for balanceManagement complex type.

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

 <complexType name="balanceManagement">
   <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="operationMode" type="{}mode"/>
         <element name="contentParse" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="voucherCriteria" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  String contentParse
           
protected  String errorMessageReply
           
protected  Mode operationMode
           
protected  String successMessage
           
protected  String voucherCriteria
           

 

Constructor Summary
BalanceManagement()
          Default Constructor
BalanceManagement(String successMessage, String errorMessageReply, Mode operationMode, String contentParse, String voucherCriteria)
           

 

Method Summary
 String getContentParse()
          Gets the value of the contentParse property.
 String getErrorMessageReply()
          Gets the value of the errorMessageReply property.
 Mode getOperationMode()
          Gets the value of the operationMode property.
 ModeMBean getOperationModeMBean()
          Get the value of the Mode element
 String getOperationModeValue()
           
 String getSuccessMessage()
          Gets the value of the successMessage property.
 String getVoucherCriteria()
          Gets the value of the voucherCriteria property.
 void setContentParse(String value)
          Sets the value of the contentParse property.
 void setErrorMessageReply(String value)
          Sets the value of the errorMessageReply property.
 void setOperationMode(Mode value)
          Sets the value of the operationMode property.
 void setOperationModeMBean(ModeMBean val)
          Set the value of the Mode element
 void setOperationModeValue(String value)
          Set the value of operationMode
 void setSuccessMessage(String value)
          Sets the value of the successMessage property.
 void setVoucherCriteria(String value)
          Sets the value of the voucherCriteria 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

operationMode

protected Mode operationMode

contentParse

protected String contentParse

voucherCriteria

protected String voucherCriteria

Constructor Detail

BalanceManagement

public BalanceManagement()
Default Constructor

BalanceManagement

public BalanceManagement(String successMessage,
                         String errorMessageReply,
                         Mode operationMode,
                         String contentParse,
                         String voucherCriteria)

Method Detail

getSuccessMessage

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

setSuccessMessage

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

getErrorMessageReply

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

setErrorMessageReply

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

getOperationMode

public Mode getOperationMode()
Gets the value of the operationMode property.
Returns:
possible object is Mode

setOperationMode

public void setOperationMode(Mode value)
Sets the value of the operationMode property.
Parameters:
value - allowed object is Mode

getContentParse

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

setContentParse

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

getVoucherCriteria

public String getVoucherCriteria()
Gets the value of the voucherCriteria property.
Specified by:
getVoucherCriteria in interface BalanceManagementReadOnlyMBean
Returns:
possible object is String

setVoucherCriteria

public void setVoucherCriteria(String value)
Sets the value of the voucherCriteria property.
Specified by:
setVoucherCriteria in interface BalanceManagementMBean
Parameters:
value - allowed object is String

setOperationModeValue

public void setOperationModeValue(String value)
Set the value of operationMode
Specified by:
setOperationModeValue in interface BalanceManagementMBean

getOperationModeValue

public String getOperationModeValue()
Specified by:
getOperationModeValue in interface BalanceManagementReadOnlyMBean

getOperationModeMBean

public ModeMBean getOperationModeMBean()
Get the value of the Mode element
Specified by:
getOperationModeMBean in interface BalanceManagementReadOnlyMBean

setOperationModeMBean

public void setOperationModeMBean(ModeMBean val)
Set the value of the Mode element
Specified by:
setOperationModeMBean in interface BalanceManagementMBean

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.