Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


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

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

All Implemented Interfaces:
DiameterDescriptorTypeMBean, DiameterDescriptorTypeReadOnlyMBean, RouteTypeMBean, RouteTypeReadOnlyMBean

public class RouteType
extends DiameterDescriptorType
implements RouteTypeMBean

Java class for routeType complex type.

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

 <complexType name="routeType">
   <complexContent>
     <extension base="{http://xmlns.oracle.com/axia/diameter-config}diameter-descriptorType">
       <sequence>
         <element name="realm" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="application_id" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="action" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="local"/>
               <enumeration value="relay"/>
               <enumeration value="proxy"/>
               <enumeration value="redirect"/>
             </restriction>
           </simpleType>
         </element>
         <element name="server" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Field Summary
protected  javax.xml.bind.JAXBElement<java.lang.String> action
           
protected  java.lang.Integer applicationId
           
protected  javax.xml.bind.JAXBElement<java.lang.String> realm
           
protected  java.util.List<java.lang.String> server
           

 

Fields inherited from class oracle.axia.config.beans.protocol.diameter.DiameterDescriptorType
name

 

Constructor Summary
RouteType()
          Default Constructor
RouteType(javax.xml.bind.JAXBElement<java.lang.String> realm, java.lang.Integer applicationId, javax.xml.bind.JAXBElement<java.lang.String> action, java.util.List<java.lang.String> server)
           

 

Method Summary
 void addServer(java.lang.String var)
          Add a new element named server
 javax.xml.bind.JAXBElement<java.lang.String> getAction()
          Gets the value of the action property.
 java.lang.String getActionMBean()
          Get the value of the java.lang.String element
 java.lang.Integer getApplicationId()
          Gets the value of the applicationId property.
 javax.xml.bind.JAXBElement<java.lang.String> getRealm()
          Gets the value of the realm property.
 java.lang.String getRealmMBean()
          Get the value of the java.lang.String element
 java.util.List<java.lang.String> getServer()
          Gets the value of the server property.
 void removeServer(int index)
          Remove an element named server by the index
 void setAction(javax.xml.bind.JAXBElement<java.lang.String> value)
          Sets the value of the action property.
 void setActionMBean(java.lang.String action)
          Set the value of the java.lang.String element
 void setApplicationId(java.lang.Integer value)
          Sets the value of the applicationId property.
 void setRealm(javax.xml.bind.JAXBElement<java.lang.String> value)
          Sets the value of the realm property.
 void setRealmMBean(java.lang.String realm)
          Set the value of the java.lang.String element

 

Methods inherited from class oracle.axia.config.beans.protocol.diameter.DiameterDescriptorType
getName, getNameMBean, setName, setNameMBean

 

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

 

Methods inherited from interface oracle.axia.config.beans.protocol.diameter.DiameterDescriptorTypeMBean
getNameMBean, setNameMBean

 

Field Detail

realm

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

applicationId

protected java.lang.Integer applicationId

action

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

server

protected java.util.List<java.lang.String> server

Constructor Detail

RouteType

public RouteType()
Default Constructor

RouteType

public RouteType(javax.xml.bind.JAXBElement<java.lang.String> realm,
                 java.lang.Integer applicationId,
                 javax.xml.bind.JAXBElement<java.lang.String> action,
                 java.util.List<java.lang.String> server)

Method Detail

getRealm

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

setRealm

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

getApplicationId

public java.lang.Integer getApplicationId()
Gets the value of the applicationId property.
Specified by:
getApplicationId in interface RouteTypeReadOnlyMBean
Returns:
possible object is Integer

setApplicationId

public void setApplicationId(java.lang.Integer value)
Sets the value of the applicationId property.
Specified by:
setApplicationId in interface RouteTypeMBean
Parameters:
value - allowed object is Integer

getAction

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

setAction

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

getServer

public java.util.List<java.lang.String> getServer()
Gets the value of the server property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the server property.

For example, to add a new item, do as follows:

    getServer().add(newItem);
 

Objects of the following type(s) are allowed in the list String

Specified by:
getServer in interface RouteTypeReadOnlyMBean

addServer

public void addServer(java.lang.String var)
Add a new element named server
Specified by:
addServer in interface RouteTypeMBean

removeServer

public void removeServer(int index)
Remove an element named server by the index
Specified by:
removeServer in interface RouteTypeMBean
Parameters:
index - The index of removing elements

getRealmMBean

public java.lang.String getRealmMBean()
Get the value of the java.lang.String element
Specified by:
getRealmMBean in interface RouteTypeMBean
Specified by:
getRealmMBean in interface RouteTypeReadOnlyMBean

setRealmMBean

public void setRealmMBean(java.lang.String realm)
Set the value of the java.lang.String element
Specified by:
setRealmMBean in interface RouteTypeMBean

getActionMBean

public java.lang.String getActionMBean()
Get the value of the java.lang.String element
Specified by:
getActionMBean in interface RouteTypeMBean
Specified by:
getActionMBean in interface RouteTypeReadOnlyMBean

setActionMBean

public void setActionMBean(java.lang.String action)
Set the value of the java.lang.String element
Specified by:
setActionMBean in interface RouteTypeMBean

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.