Skip navigation links

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

E26225-01


oracle.ocsb.app.rcc.mediation.radius2rf.config.beans
Class RadiusToRfMediatorConfig

java.lang.Object
  extended by oracle.ocsb.app.rcc.mediation.radius2rf.config.beans.RadiusToRfMediatorConfig

All Implemented Interfaces:
Serializable, RadiusToRfMediatorConfigMBean, RadiusToRfMediatorConfigReadOnlyMBean

public class RadiusToRfMediatorConfig
extends Object
implements Serializable, RadiusToRfMediatorConfigMBean

Java class for RadiusToRfMediatorConfig complex type.

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

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

Field Summary
protected  String mapperClass
           

 

Constructor Summary
RadiusToRfMediatorConfig()
          Default Constructor
RadiusToRfMediatorConfig(String mapperClass)
           

 

Method Summary
 String getMapperClass()
          Gets the value of the mapperClass property.
 boolean isSetMapperClass()
           
 void setMapperClass(String value)
          Sets the value of the mapperClass property.

 

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

 

Field Detail

mapperClass

protected String mapperClass

Constructor Detail

RadiusToRfMediatorConfig

public RadiusToRfMediatorConfig()
Default Constructor

RadiusToRfMediatorConfig

public RadiusToRfMediatorConfig(String mapperClass)

Method Detail

getMapperClass

public String getMapperClass()
Gets the value of the mapperClass property.
Specified by:
getMapperClass in interface RadiusToRfMediatorConfigReadOnlyMBean
Returns:
possible object is String

setMapperClass

public void setMapperClass(String value)
Sets the value of the mapperClass property.
Specified by:
setMapperClass in interface RadiusToRfMediatorConfigMBean
Parameters:
value - allowed object is String

isSetMapperClass

public boolean isSetMapperClass()
Specified by:
isSetMapperClass in interface RadiusToRfMediatorConfigMBean

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.