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 OpcodeType

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

All Implemented Interfaces:
Serializable, OpcodeTypeMBean, OpcodeTypeReadOnlyMBean

public class OpcodeType
extends Object
implements Serializable, OpcodeTypeMBean

Java class for opcodeType complex type.

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

 <complexType name="opcodeType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="processor_class" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="flag" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="timeout" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Field Summary
protected  Integer flag
           
protected  Integer id
           
protected  String processorClass
           
protected  Long timeout
           

 

Constructor Summary
OpcodeType()
          Default Constructor
OpcodeType(String processorClass, Integer id, Integer flag, Long timeout)
           

 

Method Summary
 Integer getFlag()
          Gets the value of the flag property.
 Integer getId()
          Gets the value of the id property.
 String getProcessorClass()
          Gets the value of the processorClass property.
 Long getTimeout()
          Gets the value of the timeout property.
 boolean isSetFlag()
           
 boolean isSetId()
           
 boolean isSetProcessorClass()
           
 boolean isSetTimeout()
           
 void setFlag(Integer value)
          Sets the value of the flag property.
 void setId(Integer value)
          Sets the value of the id property.
 void setProcessorClass(String value)
          Sets the value of the processorClass property.
 void setTimeout(Long value)
          Sets the value of the timeout property.

 

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

 

Field Detail

processorClass

protected String processorClass

id

protected Integer id

flag

protected Integer flag

timeout

protected Long timeout

Constructor Detail

OpcodeType

public OpcodeType()
Default Constructor

OpcodeType

public OpcodeType(String processorClass,
                  Integer id,
                  Integer flag,
                  Long timeout)

Method Detail

getProcessorClass

public String getProcessorClass()
Gets the value of the processorClass property.
Specified by:
getProcessorClass in interface OpcodeTypeReadOnlyMBean
Returns:
possible object is String

setProcessorClass

public void setProcessorClass(String value)
Sets the value of the processorClass property.
Specified by:
setProcessorClass in interface OpcodeTypeMBean
Parameters:
value - allowed object is String

isSetProcessorClass

public boolean isSetProcessorClass()
Specified by:
isSetProcessorClass in interface OpcodeTypeMBean

getId

public Integer getId()
Gets the value of the id property.
Specified by:
getId in interface OpcodeTypeReadOnlyMBean
Returns:
possible object is Integer

setId

public void setId(Integer value)
Sets the value of the id property.
Specified by:
setId in interface OpcodeTypeMBean
Parameters:
value - allowed object is Integer

isSetId

public boolean isSetId()
Specified by:
isSetId in interface OpcodeTypeMBean

getFlag

public Integer getFlag()
Gets the value of the flag property.
Specified by:
getFlag in interface OpcodeTypeReadOnlyMBean
Returns:
possible object is Integer

setFlag

public void setFlag(Integer value)
Sets the value of the flag property.
Specified by:
setFlag in interface OpcodeTypeMBean
Parameters:
value - allowed object is Integer

isSetFlag

public boolean isSetFlag()
Specified by:
isSetFlag in interface OpcodeTypeMBean

getTimeout

public Long getTimeout()
Gets the value of the timeout property.
Specified by:
getTimeout in interface OpcodeTypeReadOnlyMBean
Returns:
possible object is Long

setTimeout

public void setTimeout(Long value)
Sets the value of the timeout property.
Specified by:
setTimeout in interface OpcodeTypeMBean
Parameters:
value - allowed object is Long

isSetTimeout

public boolean isSetTimeout()
Specified by:
isSetTimeout in interface OpcodeTypeMBean

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.