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.common.config.beans
Class HashConfig

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

All Implemented Interfaces:
Serializable, HashConfigMBean, HashConfigReadOnlyMBean

public class HashConfig
extends Object
implements Serializable, HashConfigMBean

Java class for HashConfig complex type.

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

 <complexType name="HashConfig">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="local_host" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="origin_realm" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Field Summary
protected  String localHost
           
protected  String originRealm
           

 

Constructor Summary
HashConfig()
          Default Constructor
HashConfig(String localHost, String originRealm)
           

 

Method Summary
 String getLocalHost()
          Gets the value of the localHost property.
 String getOriginRealm()
          Gets the value of the originRealm property.
 boolean isSetLocalHost()
           
 boolean isSetOriginRealm()
           
 void setLocalHost(String value)
          Sets the value of the localHost property.
 void setOriginRealm(String value)
          Sets the value of the originRealm property.

 

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

 

Field Detail

localHost

protected String localHost

originRealm

protected String originRealm

Constructor Detail

HashConfig

public HashConfig()
Default Constructor

HashConfig

public HashConfig(String localHost,
                  String originRealm)

Method Detail

getLocalHost

public String getLocalHost()
Gets the value of the localHost property.
Specified by:
getLocalHost in interface HashConfigReadOnlyMBean
Returns:
possible object is String

setLocalHost

public void setLocalHost(String value)
Sets the value of the localHost property.
Specified by:
setLocalHost in interface HashConfigMBean
Parameters:
value - allowed object is String

isSetLocalHost

public boolean isSetLocalHost()
Specified by:
isSetLocalHost in interface HashConfigMBean

getOriginRealm

public String getOriginRealm()
Gets the value of the originRealm property.
Specified by:
getOriginRealm in interface HashConfigReadOnlyMBean
Returns:
possible object is String

setOriginRealm

public void setOriginRealm(String value)
Sets the value of the originRealm property.
Specified by:
setOriginRealm in interface HashConfigMBean
Parameters:
value - allowed object is String

isSetOriginRealm

public boolean isSetOriginRealm()
Specified by:
isSetOriginRealm in interface HashConfigMBean

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.