Skip navigation links

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

E26225-01


oracle.ocsb.app.rcc.feature.online_mediation.config.beans
Class ChargingConfig

java.lang.Object
  extended by oracle.ocsb.app.rcc.feature.online_mediation.config.beans.ChargingConfig

All Implemented Interfaces:
Serializable, ChargingConfigMBean, ChargingConfigReadOnlyMBean

public class ChargingConfig
extends Object
implements Serializable, ChargingConfigMBean

Java class for ChargingConfig complex type.

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

 <complexType name="ChargingConfig">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="local_ocs_realm" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="local_ocs_host" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="user_profile_timeout" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="use_global_id" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Field Summary
protected  String localOcsHost
           
protected  String localOcsRealm
           
protected  boolean useGlobalId
           
protected  long userProfileTimeout
           

 

Constructor Summary
ChargingConfig()
          Default Constructor
ChargingConfig(String localOcsRealm, String localOcsHost, long userProfileTimeout, boolean useGlobalId)
           

 

Method Summary
 String getLocalOcsHost()
          Gets the value of the localOcsHost property.
 String getLocalOcsRealm()
          Gets the value of the localOcsRealm property.
 long getUserProfileTimeout()
          Gets the value of the userProfileTimeout property.
 boolean isSetLocalOcsHost()
           
 boolean isSetLocalOcsRealm()
           
 boolean isSetUseGlobalId()
           
 boolean isSetUserProfileTimeout()
           
 boolean isUseGlobalId()
          Gets the value of the useGlobalId property.
 void setLocalOcsHost(String value)
          Sets the value of the localOcsHost property.
 void setLocalOcsRealm(String value)
          Sets the value of the localOcsRealm property.
 void setUseGlobalId(boolean value)
          Sets the value of the useGlobalId property.
 void setUserProfileTimeout(long value)
          Sets the value of the userProfileTimeout property.

 

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

 

Field Detail

localOcsRealm

protected String localOcsRealm

localOcsHost

protected String localOcsHost

userProfileTimeout

protected long userProfileTimeout

useGlobalId

protected boolean useGlobalId

Constructor Detail

ChargingConfig

public ChargingConfig()
Default Constructor

ChargingConfig

public ChargingConfig(String localOcsRealm,
                      String localOcsHost,
                      long userProfileTimeout,
                      boolean useGlobalId)

Method Detail

getLocalOcsRealm

public String getLocalOcsRealm()
Gets the value of the localOcsRealm property.
Specified by:
getLocalOcsRealm in interface ChargingConfigReadOnlyMBean
Returns:
possible object is String

setLocalOcsRealm

public void setLocalOcsRealm(String value)
Sets the value of the localOcsRealm property.
Specified by:
setLocalOcsRealm in interface ChargingConfigMBean
Parameters:
value - allowed object is String

isSetLocalOcsRealm

public boolean isSetLocalOcsRealm()
Specified by:
isSetLocalOcsRealm in interface ChargingConfigMBean

getLocalOcsHost

public String getLocalOcsHost()
Gets the value of the localOcsHost property.
Specified by:
getLocalOcsHost in interface ChargingConfigReadOnlyMBean
Returns:
possible object is String

setLocalOcsHost

public void setLocalOcsHost(String value)
Sets the value of the localOcsHost property.
Specified by:
setLocalOcsHost in interface ChargingConfigMBean
Parameters:
value - allowed object is String

isSetLocalOcsHost

public boolean isSetLocalOcsHost()
Specified by:
isSetLocalOcsHost in interface ChargingConfigMBean

getUserProfileTimeout

public long getUserProfileTimeout()
Gets the value of the userProfileTimeout property.
Specified by:
getUserProfileTimeout in interface ChargingConfigReadOnlyMBean

setUserProfileTimeout

public void setUserProfileTimeout(long value)
Sets the value of the userProfileTimeout property.
Specified by:
setUserProfileTimeout in interface ChargingConfigMBean

isSetUserProfileTimeout

public boolean isSetUserProfileTimeout()
Specified by:
isSetUserProfileTimeout in interface ChargingConfigMBean

isUseGlobalId

public boolean isUseGlobalId()
Gets the value of the useGlobalId property.
Specified by:
isUseGlobalId in interface ChargingConfigMBean

setUseGlobalId

public void setUseGlobalId(boolean value)
Sets the value of the useGlobalId property.
Specified by:
setUseGlobalId in interface ChargingConfigMBean

isSetUseGlobalId

public boolean isSetUseGlobalId()
Specified by:
isSetUseGlobalId in interface ChargingConfigMBean

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.