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 OpcodeType

java.lang.Object
  extended by oracle.ocsb.app.rcc.mediation.pcp2rf.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="id" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="timeout" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Field Summary
protected  int id
           
protected  Long timeout
           

 

Constructor Summary
OpcodeType()
          Default Constructor
OpcodeType(int id, Long timeout)
           

 

Method Summary
 int getId()
          Gets the value of the id property.
 Long getTimeout()
          Gets the value of the timeout property.
 boolean isSetId()
           
 boolean isSetTimeout()
           
 void setId(int value)
          Sets the value of the id 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

id

protected int id

timeout

protected Long timeout

Constructor Detail

OpcodeType

public OpcodeType()
Default Constructor

OpcodeType

public OpcodeType(int id,
                  Long timeout)

Method Detail

getId

public int getId()
Gets the value of the id property.
Specified by:
getId in interface OpcodeTypeReadOnlyMBean

setId

public void setId(int value)
Sets the value of the id property.
Specified by:
setId in interface OpcodeTypeMBean

isSetId

public boolean isSetId()
Specified by:
isSetId 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.