Skip navigation links

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

E26225-01


oracle.ocsb.app.rcc.feature.balancemng.voucherTopup.config.beans
Class VoucherTopupAppConfig

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

All Implemented Interfaces:
VoucherTopupAppConfigMBean, VoucherTopupAppConfigReadOnlyMBean

public class VoucherTopupAppConfig
extends Object
implements VoucherTopupAppConfigMBean

Java class for voucherTopupAppConfig complex type.

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

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

VoucherTopupAppConfig

public VoucherTopupAppConfig()
Default Constructor

VoucherTopupAppConfig

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

Method Detail

getSuccessMessage

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

setSuccessMessage

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

getErrorMessageReply

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

setErrorMessageReply

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

getContentParse

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

setContentParse

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