Skip navigation links

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

E26225-01


oracle.ocsb.app.rcc.mediation.pcp2ro.config.beans
Class PcpToRoMediatorConfig

java.lang.Object
  extended by oracle.ocsb.app.rcc.mediation.pcp2ro.config.beans.PcpToRoMediatorConfig

All Implemented Interfaces:
Serializable, PcpToRoMediatorConfigMBean, PcpToRoMediatorConfigReadOnlyMBean

public class PcpToRoMediatorConfig
extends Object
implements Serializable, PcpToRoMediatorConfigMBean

Java class for PcpToRoMediatorConfig complex type.

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

 <complexType name="PcpToRoMediatorConfig">
   <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="default_request_mode" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="ccr_timeout" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="reservation_expiration_time" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="ssupcp_alias_resolve" type="{http://xmlns.oracle.com/axia/pcp-mediator-config}SsupcpAliasResolveType"/>
         <element name="opcode_mapping" type="{http://xmlns.oracle.com/axia/pcp-mediator-config}opcodeMappingType" minOccurs="0"/>
         <element name="host_station_id" type="{http://www.w3.org/2001/XMLSchema}string" 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  String brmClientProgramName
           
protected  String brmObjectType
           
protected  long ccrTimeout
           
protected  Integer defaultRequestMode
           
protected  DegradedModeType degradedMode
           
protected  String hostStationId
           
protected  OpcodeMappingType opcodeMapping
           
protected  Long reservationExpirationTime
           
protected  ServiceTypes serviceTypes
           
protected  SsupcpAliasResolveType ssupcpAliasResolve
           

 

Constructor Summary
PcpToRoMediatorConfig()
          Default Constructor
PcpToRoMediatorConfig(ServiceTypes serviceTypes, String brmClientProgramName, String brmObjectType, Integer defaultRequestMode, long ccrTimeout, Long reservationExpirationTime, SsupcpAliasResolveType ssupcpAliasResolve, OpcodeMappingType opcodeMapping, String hostStationId, DegradedModeType degradedMode)
           

 

Method Summary
 String getBrmClientProgramName()
          Gets the value of the brmClientProgramName property.
 String getBrmObjectType()
          Gets the value of the brmObjectType property.
 long getCcrTimeout()
          Gets the value of the ccrTimeout property.
 Integer getDefaultRequestMode()
          Gets the value of the defaultRequestMode property.
 DegradedModeType getDegradedMode()
          Gets the value of the degradedMode property.
 DegradedModeTypeMBean getDegradedModeMBean()
          Get the value of the DegradedModeType element
 String getHostStationId()
          Gets the value of the hostStationId property.
 OpcodeMappingType getOpcodeMapping()
          Gets the value of the opcodeMapping property.
 OpcodeMappingTypeMBean getOpcodeMappingMBean()
          Get the value of the OpcodeMappingType element
 Long getReservationExpirationTime()
          Gets the value of the reservationExpirationTime property.
 ServiceTypes getServiceTypes()
          Gets the value of the serviceTypes property.
 ServiceTypesMBean getServiceTypesMBean()
          Get the value of the ServiceTypes element
 SsupcpAliasResolveType getSsupcpAliasResolve()
          Gets the value of the ssupcpAliasResolve property.
 SsupcpAliasResolveTypeMBean getSsupcpAliasResolveMBean()
          Get the value of the SsupcpAliasResolveType element
 boolean isSetBrmClientProgramName()
           
 boolean isSetBrmObjectType()
           
 boolean isSetCcrTimeout()
           
 boolean isSetDefaultRequestMode()
           
 boolean isSetDegradedMode()
           
 boolean isSetHostStationId()
           
 boolean isSetOpcodeMapping()
           
 boolean isSetReservationExpirationTime()
           
 boolean isSetServiceTypes()
           
 boolean isSetSsupcpAliasResolve()
           
 void setBrmClientProgramName(String value)
          Sets the value of the brmClientProgramName property.
 void setBrmObjectType(String value)
          Sets the value of the brmObjectType property.
 void setCcrTimeout(long value)
          Sets the value of the ccrTimeout property.
 void setDefaultRequestMode(Integer value)
          Sets the value of the defaultRequestMode property.
 void setDegradedMode(DegradedModeType value)
          Sets the value of the degradedMode property.
 void setDegradedModeMBean(DegradedModeTypeMBean val)
          Set the value of the DegradedModeType element
 void setHostStationId(String value)
          Sets the value of the hostStationId property.
 void setOpcodeMapping(OpcodeMappingType value)
          Sets the value of the opcodeMapping property.
 void setOpcodeMappingMBean(OpcodeMappingTypeMBean val)
          Set the value of the OpcodeMappingType element
 void setReservationExpirationTime(Long value)
          Sets the value of the reservationExpirationTime property.
 void setServiceTypes(ServiceTypes value)
          Sets the value of the serviceTypes property.
 void setServiceTypesMBean(ServiceTypesMBean val)
          Set the value of the ServiceTypes element
 void setSsupcpAliasResolve(SsupcpAliasResolveType value)
          Sets the value of the ssupcpAliasResolve property.
 void setSsupcpAliasResolveMBean(SsupcpAliasResolveTypeMBean val)
          Set the value of the SsupcpAliasResolveType element

 

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

defaultRequestMode

protected Integer defaultRequestMode

ccrTimeout

protected long ccrTimeout

reservationExpirationTime

protected Long reservationExpirationTime

ssupcpAliasResolve

protected SsupcpAliasResolveType ssupcpAliasResolve

opcodeMapping

protected OpcodeMappingType opcodeMapping

hostStationId

protected String hostStationId

degradedMode

protected DegradedModeType degradedMode

Constructor Detail

PcpToRoMediatorConfig

public PcpToRoMediatorConfig()
Default Constructor

PcpToRoMediatorConfig

public PcpToRoMediatorConfig(ServiceTypes serviceTypes,
                             String brmClientProgramName,
                             String brmObjectType,
                             Integer defaultRequestMode,
                             long ccrTimeout,
                             Long reservationExpirationTime,
                             SsupcpAliasResolveType ssupcpAliasResolve,
                             OpcodeMappingType opcodeMapping,
                             String hostStationId,
                             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 PcpToRoMediatorConfigMBean

getBrmClientProgramName

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

setBrmClientProgramName

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

isSetBrmClientProgramName

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

getBrmObjectType

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

setBrmObjectType

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

isSetBrmObjectType

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

getDefaultRequestMode

public Integer getDefaultRequestMode()
Gets the value of the defaultRequestMode property.
Specified by:
getDefaultRequestMode in interface PcpToRoMediatorConfigReadOnlyMBean
Returns:
possible object is Integer

setDefaultRequestMode

public void setDefaultRequestMode(Integer value)
Sets the value of the defaultRequestMode property.
Specified by:
setDefaultRequestMode in interface PcpToRoMediatorConfigMBean
Parameters:
value - allowed object is Integer

isSetDefaultRequestMode

public boolean isSetDefaultRequestMode()
Specified by:
isSetDefaultRequestMode in interface PcpToRoMediatorConfigMBean

getCcrTimeout

public long getCcrTimeout()
Gets the value of the ccrTimeout property.
Specified by:
getCcrTimeout in interface PcpToRoMediatorConfigReadOnlyMBean

setCcrTimeout

public void setCcrTimeout(long value)
Sets the value of the ccrTimeout property.
Specified by:
setCcrTimeout in interface PcpToRoMediatorConfigMBean

isSetCcrTimeout

public boolean isSetCcrTimeout()
Specified by:
isSetCcrTimeout in interface PcpToRoMediatorConfigMBean

getReservationExpirationTime

public Long getReservationExpirationTime()
Gets the value of the reservationExpirationTime property.
Specified by:
getReservationExpirationTime in interface PcpToRoMediatorConfigReadOnlyMBean
Returns:
possible object is Long

setReservationExpirationTime

public void setReservationExpirationTime(Long value)
Sets the value of the reservationExpirationTime property.
Specified by:
setReservationExpirationTime in interface PcpToRoMediatorConfigMBean
Parameters:
value - allowed object is Long

isSetReservationExpirationTime

public boolean isSetReservationExpirationTime()
Specified by:
isSetReservationExpirationTime in interface PcpToRoMediatorConfigMBean

getSsupcpAliasResolve

public SsupcpAliasResolveType getSsupcpAliasResolve()
Gets the value of the ssupcpAliasResolve property.
Returns:
possible object is SsupcpAliasResolveType

setSsupcpAliasResolve

public void setSsupcpAliasResolve(SsupcpAliasResolveType value)
Sets the value of the ssupcpAliasResolve property.
Parameters:
value - allowed object is SsupcpAliasResolveType

isSetSsupcpAliasResolve

public boolean isSetSsupcpAliasResolve()
Specified by:
isSetSsupcpAliasResolve in interface PcpToRoMediatorConfigMBean

getOpcodeMapping

public OpcodeMappingType getOpcodeMapping()
Gets the value of the opcodeMapping property.
Returns:
possible object is OpcodeMappingType

setOpcodeMapping

public void setOpcodeMapping(OpcodeMappingType value)
Sets the value of the opcodeMapping property.
Parameters:
value - allowed object is OpcodeMappingType

isSetOpcodeMapping

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

getHostStationId

public String getHostStationId()
Gets the value of the hostStationId property.
Specified by:
getHostStationId in interface PcpToRoMediatorConfigReadOnlyMBean
Returns:
possible object is String

setHostStationId

public void setHostStationId(String value)
Sets the value of the hostStationId property.
Specified by:
setHostStationId in interface PcpToRoMediatorConfigMBean
Parameters:
value - allowed object is String

isSetHostStationId

public boolean isSetHostStationId()
Specified by:
isSetHostStationId in interface PcpToRoMediatorConfigMBean

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 PcpToRoMediatorConfigMBean

getServiceTypesMBean

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

setServiceTypesMBean

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

getSsupcpAliasResolveMBean

public SsupcpAliasResolveTypeMBean getSsupcpAliasResolveMBean()
Get the value of the SsupcpAliasResolveType element
Specified by:
getSsupcpAliasResolveMBean in interface PcpToRoMediatorConfigReadOnlyMBean

setSsupcpAliasResolveMBean

public void setSsupcpAliasResolveMBean(SsupcpAliasResolveTypeMBean val)
Set the value of the SsupcpAliasResolveType element
Specified by:
setSsupcpAliasResolveMBean in interface PcpToRoMediatorConfigMBean

getOpcodeMappingMBean

public OpcodeMappingTypeMBean getOpcodeMappingMBean()
Get the value of the OpcodeMappingType element
Specified by:
getOpcodeMappingMBean in interface PcpToRoMediatorConfigReadOnlyMBean

setOpcodeMappingMBean

public void setOpcodeMappingMBean(OpcodeMappingTypeMBean val)
Set the value of the OpcodeMappingType element
Specified by:
setOpcodeMappingMBean in interface PcpToRoMediatorConfigMBean

getDegradedModeMBean

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

setDegradedModeMBean

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

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.