Skip navigation links

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

E26225-01


oracle.ocsb.app.rcc.mediation.pcp2rf.config.beans
Class PcpToRfMediatorConfig

java.lang.Object
  extended by oracle.ocsb.app.rcc.mediation.pcp2rf.config.beans.PcpToRfMediatorConfig

All Implemented Interfaces:
Serializable, PcpToRfMediatorConfigMBean, PcpToRfMediatorConfigReadOnlyMBean

public class PcpToRfMediatorConfig
extends Object
implements Serializable, PcpToRfMediatorConfigMBean

Java class for PcpToRfMediatorConfig complex type.

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

 <complexType name="PcpToRfMediatorConfig">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="service_types" type="{http://xmlns.oracle.com/axia/pcp-mediator-config}ServiceTypes"/>
         <element name="brm_client_program_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="brm_object_type" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="incremental_mode" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="acr_timeout" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="opcode_mapping" type="{http://xmlns.oracle.com/axia/pcp-mediator-config}opcodeMappingType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="degraded_mode" type="{http://xmlns.oracle.com/axia/pcp-mediator-config}DegradedModeType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Field Summary
protected  long acrTimeout
           
protected  String brmClientProgramName
           
protected  String brmObjectType
           
protected  DegradedModeType degradedMode
           
protected  boolean incrementalMode
           
protected  List<OpcodeMappingType> opcodeMapping
           
protected  ServiceTypes serviceTypes
           

 

Constructor Summary
PcpToRfMediatorConfig()
          Default Constructor
PcpToRfMediatorConfig(ServiceTypes serviceTypes, String brmClientProgramName, String brmObjectType, boolean incrementalMode, long acrTimeout, List<OpcodeMappingType> opcodeMapping, DegradedModeType degradedMode)
           

 

Method Summary
 void addOpcodeMapping()
          Add a new element named opcodeMapping
 long getAcrTimeout()
          Gets the value of the acrTimeout property.
 String getBrmClientProgramName()
          Gets the value of the brmClientProgramName property.
 String getBrmObjectType()
          Gets the value of the brmObjectType property.
 DegradedModeType getDegradedMode()
          Gets the value of the degradedMode property.
 DegradedModeTypeMBean getDegradedModeMBean()
          Get the value of the DegradedModeType element
 List<OpcodeMappingType> getOpcodeMapping()
          Gets the value of the opcodeMapping property.
 List<OpcodeMappingTypeMBean> getOpcodeMappingMBean()
          Get the list of the OpcodeMappingType element
 ServiceTypes getServiceTypes()
          Gets the value of the serviceTypes property.
 ServiceTypesMBean getServiceTypesMBean()
          Get the value of the ServiceTypes element
 boolean isIncrementalMode()
          Gets the value of the incrementalMode property.
 boolean isSetAcrTimeout()
           
 boolean isSetBrmClientProgramName()
           
 boolean isSetBrmObjectType()
           
 boolean isSetDegradedMode()
           
 boolean isSetIncrementalMode()
           
 boolean isSetOpcodeMapping()
           
 boolean isSetServiceTypes()
           
 void removeOpcodeMapping(int index)
          Remove an element named opcodeMapping by the index
 void setAcrTimeout(long value)
          Sets the value of the acrTimeout property.
 void setBrmClientProgramName(String value)
          Sets the value of the brmClientProgramName property.
 void setBrmObjectType(String value)
          Sets the value of the brmObjectType property.
 void setDegradedMode(DegradedModeType value)
          Sets the value of the degradedMode property.
 void setDegradedModeMBean(DegradedModeTypeMBean val)
          Set the value of the DegradedModeType element
 void setIncrementalMode(boolean value)
          Sets the value of the incrementalMode property.
 void setServiceTypes(ServiceTypes value)
          Sets the value of the serviceTypes property.
 void setServiceTypesMBean(ServiceTypesMBean val)
          Set the value of the ServiceTypes element
 void unsetOpcodeMapping()
           

 

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

 

Field Detail

serviceTypes

protected ServiceTypes serviceTypes

brmClientProgramName

protected String brmClientProgramName

brmObjectType

protected String brmObjectType

incrementalMode

protected boolean incrementalMode

acrTimeout

protected long acrTimeout

opcodeMapping

protected List<OpcodeMappingType> opcodeMapping

degradedMode

protected DegradedModeType degradedMode

Constructor Detail

PcpToRfMediatorConfig

public PcpToRfMediatorConfig()
Default Constructor

PcpToRfMediatorConfig

public PcpToRfMediatorConfig(ServiceTypes serviceTypes,
                             String brmClientProgramName,
                             String brmObjectType,
                             boolean incrementalMode,
                             long acrTimeout,
                             List<OpcodeMappingType> opcodeMapping,
                             DegradedModeType degradedMode)

Method Detail

getServiceTypes

public ServiceTypes getServiceTypes()
Gets the value of the serviceTypes property.
Returns:
possible object is ServiceTypes

setServiceTypes

public void setServiceTypes(ServiceTypes value)
Sets the value of the serviceTypes property.
Parameters:
value - allowed object is ServiceTypes

isSetServiceTypes

public boolean isSetServiceTypes()
Specified by:
isSetServiceTypes in interface PcpToRfMediatorConfigMBean

getBrmClientProgramName

public String getBrmClientProgramName()
Gets the value of the brmClientProgramName property.
Specified by:
getBrmClientProgramName in interface PcpToRfMediatorConfigReadOnlyMBean
Returns:
possible object is String

setBrmClientProgramName

public void setBrmClientProgramName(String value)
Sets the value of the brmClientProgramName property.
Specified by:
setBrmClientProgramName in interface PcpToRfMediatorConfigMBean
Parameters:
value - allowed object is String

isSetBrmClientProgramName

public boolean isSetBrmClientProgramName()
Specified by:
isSetBrmClientProgramName in interface PcpToRfMediatorConfigMBean

getBrmObjectType

public String getBrmObjectType()
Gets the value of the brmObjectType property.
Specified by:
getBrmObjectType in interface PcpToRfMediatorConfigReadOnlyMBean
Returns:
possible object is String

setBrmObjectType

public void setBrmObjectType(String value)
Sets the value of the brmObjectType property.
Specified by:
setBrmObjectType in interface PcpToRfMediatorConfigMBean
Parameters:
value - allowed object is String

isSetBrmObjectType

public boolean isSetBrmObjectType()
Specified by:
isSetBrmObjectType in interface PcpToRfMediatorConfigMBean

isIncrementalMode

public boolean isIncrementalMode()
Gets the value of the incrementalMode property.
Specified by:
isIncrementalMode in interface PcpToRfMediatorConfigMBean

setIncrementalMode

public void setIncrementalMode(boolean value)
Sets the value of the incrementalMode property.
Specified by:
setIncrementalMode in interface PcpToRfMediatorConfigMBean

isSetIncrementalMode

public boolean isSetIncrementalMode()
Specified by:
isSetIncrementalMode in interface PcpToRfMediatorConfigMBean

getAcrTimeout

public long getAcrTimeout()
Gets the value of the acrTimeout property.
Specified by:
getAcrTimeout in interface PcpToRfMediatorConfigReadOnlyMBean

setAcrTimeout

public void setAcrTimeout(long value)
Sets the value of the acrTimeout property.
Specified by:
setAcrTimeout in interface PcpToRfMediatorConfigMBean

isSetAcrTimeout

public boolean isSetAcrTimeout()
Specified by:
isSetAcrTimeout in interface PcpToRfMediatorConfigMBean

getOpcodeMapping

public List<OpcodeMappingType> getOpcodeMapping()
Gets the value of the opcodeMapping property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the opcodeMapping property.

For example, to add a new item, do as follows:

    getOpcodeMapping().add(newItem);
 

Objects of the following type(s) are allowed in the list OpcodeMappingType


isSetOpcodeMapping

public boolean isSetOpcodeMapping()
Specified by:
isSetOpcodeMapping in interface PcpToRfMediatorConfigMBean

unsetOpcodeMapping

public void unsetOpcodeMapping()
Specified by:
unsetOpcodeMapping in interface PcpToRfMediatorConfigMBean

getDegradedMode

public DegradedModeType getDegradedMode()
Gets the value of the degradedMode property.
Returns:
possible object is DegradedModeType

setDegradedMode

public void setDegradedMode(DegradedModeType value)
Sets the value of the degradedMode property.
Parameters:
value - allowed object is DegradedModeType

isSetDegradedMode

public boolean isSetDegradedMode()
Specified by:
isSetDegradedMode in interface PcpToRfMediatorConfigMBean

addOpcodeMapping

public void addOpcodeMapping()
Add a new element named opcodeMapping
Specified by:
addOpcodeMapping in interface PcpToRfMediatorConfigMBean

removeOpcodeMapping

public void removeOpcodeMapping(int index)
Remove an element named opcodeMapping by the index
Specified by:
removeOpcodeMapping in interface PcpToRfMediatorConfigMBean
Parameters:
index - The index of removing elements

getServiceTypesMBean

public ServiceTypesMBean getServiceTypesMBean()
Get the value of the ServiceTypes element
Specified by:
getServiceTypesMBean in interface PcpToRfMediatorConfigReadOnlyMBean

setServiceTypesMBean

public void setServiceTypesMBean(ServiceTypesMBean val)
Set the value of the ServiceTypes element
Specified by:
setServiceTypesMBean in interface PcpToRfMediatorConfigMBean

getOpcodeMappingMBean

public List<OpcodeMappingTypeMBean> getOpcodeMappingMBean()
Get the list of the OpcodeMappingType element
Specified by:
getOpcodeMappingMBean in interface PcpToRfMediatorConfigReadOnlyMBean

getDegradedModeMBean

public DegradedModeTypeMBean getDegradedModeMBean()
Get the value of the DegradedModeType element
Specified by:
getDegradedModeMBean in interface PcpToRfMediatorConfigReadOnlyMBean

setDegradedModeMBean

public void setDegradedModeMBean(DegradedModeTypeMBean val)
Set the value of the DegradedModeType element
Specified by:
setDegradedModeMBean in interface PcpToRfMediatorConfigMBean

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.