Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


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

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

All Implemented Interfaces:
RcDefTypeMBean, RcDefTypeReadOnlyMBean

public class RcDefType
extends java.lang.Object
implements RcDefTypeMBean

Java class for rcDefType complex type.

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

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

Field Summary
protected  long code
           
protected  javax.xml.bind.JAXBElement<java.lang.String> message
           
protected  java.lang.Long vendorId
           

 

Constructor Summary
RcDefType()
          Default Constructor
RcDefType(long code, java.lang.Long vendorId, javax.xml.bind.JAXBElement<java.lang.String> message)
           

 

Method Summary
 long getCode()
          Gets the value of the code property.
 javax.xml.bind.JAXBElement<java.lang.String> getMessage()
          Gets the value of the message property.
 java.lang.String getMessageMBean()
          Get the value of the java.lang.String element
 java.lang.Long getVendorId()
          Gets the value of the vendorId property.
 void setCode(long value)
          Sets the value of the code property.
 void setMessage(javax.xml.bind.JAXBElement<java.lang.String> value)
          Sets the value of the message property.
 void setMessageMBean(java.lang.String message)
          Set the value of the java.lang.String element
 void setVendorId(java.lang.Long value)
          Sets the value of the vendorId 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

vendorId

protected java.lang.Long vendorId

message

protected javax.xml.bind.JAXBElement<java.lang.String> message

Constructor Detail

RcDefType

public RcDefType()
Default Constructor

RcDefType

public RcDefType(long code,
                 java.lang.Long vendorId,
                 javax.xml.bind.JAXBElement<java.lang.String> message)

Method Detail

getCode

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

setCode

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

getVendorId

public java.lang.Long getVendorId()
Gets the value of the vendorId property.
Specified by:
getVendorId in interface RcDefTypeReadOnlyMBean
Returns:
possible object is Long

setVendorId

public void setVendorId(java.lang.Long value)
Sets the value of the vendorId property.
Specified by:
setVendorId in interface RcDefTypeMBean
Parameters:
value - allowed object is Long

getMessage

public javax.xml.bind.JAXBElement<java.lang.String> getMessage()
Gets the value of the message property.
Returns:
possible object is JAXBElement<String>

setMessage

public void setMessage(javax.xml.bind.JAXBElement<java.lang.String> value)
Sets the value of the message property.
Parameters:
value - allowed object is JAXBElement<String>

getMessageMBean

public java.lang.String getMessageMBean()
Get the value of the java.lang.String element
Specified by:
getMessageMBean in interface RcDefTypeMBean
Specified by:
getMessageMBean in interface RcDefTypeReadOnlyMBean

setMessageMBean

public void setMessageMBean(java.lang.String message)
Set the value of the java.lang.String element
Specified by:
setMessageMBean in interface RcDefTypeMBean

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.