Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.protocol.diameter.common
Class CmdDefType

java.lang.Object
  extended by oracle.axia.config.beans.protocol.diameter.common.CmdDefType

All Implemented Interfaces:
CmdDefTypeMBean, CmdDefTypeReadOnlyMBean

public class CmdDefType
extends java.lang.Object
implements CmdDefTypeMBean

Java class for cmdDefType complex type.

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

 <complexType name="cmdDefType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="proxiable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  long code
           
protected  java.lang.String name
           
protected  java.lang.Boolean proxiable
           

 

Constructor Summary
CmdDefType()
          Default Constructor
CmdDefType(long code, java.lang.String name, java.lang.Boolean proxiable)
           

 

Method Summary
 long getCode()
          Gets the value of the code property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.Boolean isProxiable()
          Gets the value of the proxiable property.
 void setCode(long value)
          Sets the value of the code property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setProxiable(java.lang.Boolean value)
          Sets the value of the proxiable property.

 

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

 

Field Detail

code

protected long code

name

protected java.lang.String name

proxiable

protected java.lang.Boolean proxiable

Constructor Detail

CmdDefType

public CmdDefType()
Default Constructor

CmdDefType

public CmdDefType(long code,
                  java.lang.String name,
                  java.lang.Boolean proxiable)

Method Detail

getCode

public long getCode()
Gets the value of the code property.
Specified by:
getCode in interface CmdDefTypeReadOnlyMBean

setCode

public void setCode(long value)
Sets the value of the code property.
Specified by:
setCode in interface CmdDefTypeMBean

getName

public java.lang.String getName()
Gets the value of the name property.
Specified by:
getName in interface CmdDefTypeReadOnlyMBean
Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.
Specified by:
setName in interface CmdDefTypeMBean
Parameters:
value - allowed object is String

isProxiable

public java.lang.Boolean isProxiable()
Gets the value of the proxiable property.
Specified by:
isProxiable in interface CmdDefTypeMBean
Returns:
possible object is Boolean

setProxiable

public void setProxiable(java.lang.Boolean value)
Sets the value of the proxiable property.
Specified by:
setProxiable in interface CmdDefTypeMBean
Parameters:
value - allowed object is Boolean

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.