Skip navigation links

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

E26225-01


oracle.ocsb.app.rcc.feature.topup.ws.app.config.beans
Class TopupConfigType

java.lang.Object
  extended by oracle.ocsb.app.rcc.feature.topup.ws.app.config.beans.TopupConfigType

All Implemented Interfaces:
TopupConfigTypeMBean, TopupConfigTypeReadOnlyMBean

public class TopupConfigType
extends Object
implements TopupConfigTypeMBean

Java class for TopupConfigType complex type.

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

 <complexType name="TopupConfigType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="authenticationService" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  String authenticationService
           

 

Constructor Summary
TopupConfigType()
          Default Constructor
TopupConfigType(String authenticationService)
           

 

Method Summary
 String getAuthenticationService()
          Gets the value of the authenticationService property.
 void setAuthenticationService(String value)
          Sets the value of the authenticationService property.

 

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

 

Field Detail

authenticationService

protected String authenticationService

Constructor Detail

TopupConfigType

public TopupConfigType()
Default Constructor

TopupConfigType

public TopupConfigType(String authenticationService)

Method Detail

getAuthenticationService

public String getAuthenticationService()
Gets the value of the authenticationService property.
Specified by:
getAuthenticationService in interface TopupConfigTypeReadOnlyMBean
Returns:
possible object is String

setAuthenticationService

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