Skip navigation links

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

E26225-01


oracle.ocsb.app.rcc.service.dmode.config.beans
Class DegradedModeConfig

java.lang.Object
  extended by oracle.ocsb.app.rcc.service.dmode.config.beans.DegradedModeConfig

All Implemented Interfaces:
Serializable, DegradedModeConfigMBean, DegradedModeConfigReadOnlyMBean

public class DegradedModeConfig
extends Object
implements Serializable, DegradedModeConfigMBean

Java class for DegradedModeConfig complex type.

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

 <complexType name="DegradedModeConfig">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="control" type="{http://xmlns.oracle.com/axia/degraded-mode-config}controlType"/>
         <element name="heart_beat_interval" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="cdr_replay" type="{http://xmlns.oracle.com/axia/degraded-mode-config}cdrReplayType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Field Summary
protected  CdrReplayType cdrReplay
           
protected  ControlType control
           
protected  long heartBeatInterval
           

 

Constructor Summary
DegradedModeConfig()
          Default Constructor
DegradedModeConfig(ControlType control, long heartBeatInterval, CdrReplayType cdrReplay)
           

 

Method Summary
 CdrReplayType getCdrReplay()
          Gets the value of the cdrReplay property.
 CdrReplayTypeMBean getCdrReplayMBean()
          Get the value of the CdrReplayType element
 ControlType getControl()
          Gets the value of the control property.
 ControlTypeMBean getControlMBean()
          Get the value of the ControlType element
 long getHeartBeatInterval()
          Gets the value of the heartBeatInterval property.
 boolean isSetCdrReplay()
           
 boolean isSetControl()
           
 boolean isSetHeartBeatInterval()
           
 void setCdrReplay(CdrReplayType value)
          Sets the value of the cdrReplay property.
 void setCdrReplayMBean(CdrReplayTypeMBean val)
          Set the value of the CdrReplayType element
 void setControl(ControlType value)
          Sets the value of the control property.
 void setControlMBean(ControlTypeMBean val)
          Set the value of the ControlType element
 void setHeartBeatInterval(long value)
          Sets the value of the heartBeatInterval property.

 

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

 

Field Detail

control

protected ControlType control

heartBeatInterval

protected long heartBeatInterval

cdrReplay

protected CdrReplayType cdrReplay

Constructor Detail

DegradedModeConfig

public DegradedModeConfig()
Default Constructor

DegradedModeConfig

public DegradedModeConfig(ControlType control,
                          long heartBeatInterval,
                          CdrReplayType cdrReplay)

Method Detail

getControl

public ControlType getControl()
Gets the value of the control property.
Returns:
possible object is ControlType

setControl

public void setControl(ControlType value)
Sets the value of the control property.
Parameters:
value - allowed object is ControlType

isSetControl

public boolean isSetControl()
Specified by:
isSetControl in interface DegradedModeConfigMBean

getHeartBeatInterval

public long getHeartBeatInterval()
Gets the value of the heartBeatInterval property.
Specified by:
getHeartBeatInterval in interface DegradedModeConfigReadOnlyMBean

setHeartBeatInterval

public void setHeartBeatInterval(long value)
Sets the value of the heartBeatInterval property.
Specified by:
setHeartBeatInterval in interface DegradedModeConfigMBean

isSetHeartBeatInterval

public boolean isSetHeartBeatInterval()
Specified by:
isSetHeartBeatInterval in interface DegradedModeConfigMBean

getCdrReplay

public CdrReplayType getCdrReplay()
Gets the value of the cdrReplay property.
Returns:
possible object is CdrReplayType

setCdrReplay

public void setCdrReplay(CdrReplayType value)
Sets the value of the cdrReplay property.
Parameters:
value - allowed object is CdrReplayType

isSetCdrReplay

public boolean isSetCdrReplay()
Specified by:
isSetCdrReplay in interface DegradedModeConfigMBean

getControlMBean

public ControlTypeMBean getControlMBean()
Get the value of the ControlType element
Specified by:
getControlMBean in interface DegradedModeConfigReadOnlyMBean

setControlMBean

public void setControlMBean(ControlTypeMBean val)
Set the value of the ControlType element
Specified by:
setControlMBean in interface DegradedModeConfigMBean

getCdrReplayMBean

public CdrReplayTypeMBean getCdrReplayMBean()
Get the value of the CdrReplayType element
Specified by:
getCdrReplayMBean in interface DegradedModeConfigReadOnlyMBean

setCdrReplayMBean

public void setCdrReplayMBean(CdrReplayTypeMBean val)
Set the value of the CdrReplayType element
Specified by:
setCdrReplayMBean in interface DegradedModeConfigMBean

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.