Skip navigation links

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

E26225-01


oracle.ocsb.app.rcc.feature.balancemng.topup.config.beans
Class TopupAppConfig

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

All Implemented Interfaces:
TopupAppConfigMBean, TopupAppConfigReadOnlyMBean

public class TopupAppConfig
extends Object
implements TopupAppConfigMBean

Java class for topupAppConfig complex type.

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

 <complexType name="topupAppConfig">
   <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
TopupAppConfig()
          Default Constructor
TopupAppConfig(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

TopupAppConfig

public TopupAppConfig()
Default Constructor

TopupAppConfig

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

Method Detail

getSuccessMessage

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

setSuccessMessage

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

getErrorMessageReply

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

setErrorMessageReply

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

getContentParse

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

setContentParse

public void setContentParse(String value)
Sets the value of the contentParse property.
Specified by:
setContentParse in interface TopupAppConfigMBean
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.