Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.protocol.diameter
Class DiameterDescriptorType

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

All Implemented Interfaces:
DiameterDescriptorTypeMBean, DiameterDescriptorTypeReadOnlyMBean
Direct Known Subclasses:
DefaultRouteType, DiameterConfigType, MessageDebugType, NodeType, RouteType

public class DiameterDescriptorType
extends java.lang.Object
implements DiameterDescriptorTypeMBean

Java class for diameter-descriptorType complex type.

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

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

Field Summary
protected  javax.xml.bind.JAXBElement<java.lang.String> name
           

 

Constructor Summary
DiameterDescriptorType()
          Default Constructor
DiameterDescriptorType(javax.xml.bind.JAXBElement<java.lang.String> name)
           

 

Method Summary
 javax.xml.bind.JAXBElement<java.lang.String> getName()
          Gets the value of the name property.
 java.lang.String getNameMBean()
          Get the value of the java.lang.String element
 void setName(javax.xml.bind.JAXBElement<java.lang.String> value)
          Sets the value of the name property.
 void setNameMBean(java.lang.String name)
          Set the value of the java.lang.String element

 

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

 

Field Detail

name

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

Constructor Detail

DiameterDescriptorType

public DiameterDescriptorType()
Default Constructor

DiameterDescriptorType

public DiameterDescriptorType(javax.xml.bind.JAXBElement<java.lang.String> name)

Method Detail

getName

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

setName

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

getNameMBean

public java.lang.String getNameMBean()
Get the value of the java.lang.String element
Specified by:
getNameMBean in interface DiameterDescriptorTypeMBean
Specified by:
getNameMBean in interface DiameterDescriptorTypeReadOnlyMBean

setNameMBean

public void setNameMBean(java.lang.String name)
Set the value of the java.lang.String element
Specified by:
setNameMBean in interface DiameterDescriptorTypeMBean

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.