Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


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

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

All Implemented Interfaces:
DefaultRouteTypeMBean, DefaultRouteTypeReadOnlyMBean, DiameterDescriptorTypeMBean, DiameterDescriptorTypeReadOnlyMBean

public class DefaultRouteType
extends DiameterDescriptorType
implements DefaultRouteTypeMBean

Java class for default-routeType complex type.

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

 <complexType name="default_routeType">
   <complexContent>
     <extension base="{http://xmlns.oracle.com/axia/diameter-config}diameter-descriptorType">
       <sequence>
         <element name="action" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <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.util.List<java.lang.String> server
           

 

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

 

Constructor Summary
DefaultRouteType()
          Default Constructor
DefaultRouteType(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.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

 

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

action

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

server

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

Constructor Detail

DefaultRouteType

public DefaultRouteType()
Default Constructor

DefaultRouteType

public DefaultRouteType(javax.xml.bind.JAXBElement<java.lang.String> action,
                        java.util.List<java.lang.String> server)

Method Detail

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 DefaultRouteTypeReadOnlyMBean

addServer

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

removeServer

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

getActionMBean

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

setActionMBean

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

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.