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 ControlType

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

All Implemented Interfaces:
Serializable, ControlTypeMBean, ControlTypeReadOnlyMBean

public class ControlType
extends Object
implements Serializable, ControlTypeMBean

Java class for controlType complex type.

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

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

Field Summary
protected  boolean dmManualControl
           
protected  boolean replayManualControl
           

 

Constructor Summary
ControlType()
          Default Constructor
ControlType(boolean dmManualControl, boolean replayManualControl)
           

 

Method Summary
 boolean isDmManualControl()
          Gets the value of the dmManualControl property.
 boolean isReplayManualControl()
          Gets the value of the replayManualControl property.
 boolean isSetDmManualControl()
           
 boolean isSetReplayManualControl()
           
 void setDmManualControl(boolean value)
          Sets the value of the dmManualControl property.
 void setReplayManualControl(boolean value)
          Sets the value of the replayManualControl property.

 

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

 

Field Detail

dmManualControl

protected boolean dmManualControl

replayManualControl

protected boolean replayManualControl

Constructor Detail

ControlType

public ControlType()
Default Constructor

ControlType

public ControlType(boolean dmManualControl,
                   boolean replayManualControl)

Method Detail

isDmManualControl

public boolean isDmManualControl()
Gets the value of the dmManualControl property.
Specified by:
isDmManualControl in interface ControlTypeMBean

setDmManualControl

public void setDmManualControl(boolean value)
Sets the value of the dmManualControl property.
Specified by:
setDmManualControl in interface ControlTypeMBean

isSetDmManualControl

public boolean isSetDmManualControl()
Specified by:
isSetDmManualControl in interface ControlTypeMBean

isReplayManualControl

public boolean isReplayManualControl()
Gets the value of the replayManualControl property.
Specified by:
isReplayManualControl in interface ControlTypeMBean

setReplayManualControl

public void setReplayManualControl(boolean value)
Sets the value of the replayManualControl property.
Specified by:
setReplayManualControl in interface ControlTypeMBean

isSetReplayManualControl

public boolean isSetReplayManualControl()
Specified by:
isSetReplayManualControl in interface ControlTypeMBean

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.