Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.protocol.radius
Class ResponseHandlerChainType

java.lang.Object
  extended by oracle.axia.config.beans.protocol.radius.ResponseHandlerChainType

All Implemented Interfaces:
ResponseHandlerChainTypeMBean, ResponseHandlerChainTypeReadOnlyMBean

public class ResponseHandlerChainType
extends java.lang.Object
implements ResponseHandlerChainTypeMBean

Java class for ResponseHandlerChainType complex type.

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

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

Field Summary
protected  java.util.List<java.lang.String> handler
           

 

Constructor Summary
ResponseHandlerChainType()
          Default Constructor
ResponseHandlerChainType(java.util.List<java.lang.String> handler)
           

 

Method Summary
 void addHandler(java.lang.String var)
          Add a new element named handler
 java.util.List<java.lang.String> getHandler()
          Gets the value of the handler property.
 void removeHandler(int index)
          Remove an element named handler by the index

 

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

 

Field Detail

handler

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

Constructor Detail

ResponseHandlerChainType

public ResponseHandlerChainType()
Default Constructor

ResponseHandlerChainType

public ResponseHandlerChainType(java.util.List<java.lang.String> handler)

Method Detail

getHandler

public java.util.List<java.lang.String> getHandler()
Gets the value of the handler 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 handler property.

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

    getHandler().add(newItem);
 

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

Specified by:
getHandler in interface ResponseHandlerChainTypeReadOnlyMBean

addHandler

public void addHandler(java.lang.String var)
Add a new element named handler
Specified by:
addHandler in interface ResponseHandlerChainTypeMBean

removeHandler

public void removeHandler(int index)
Remove an element named handler by the index
Specified by:
removeHandler in interface ResponseHandlerChainTypeMBean
Parameters:
index - The index of removing elements

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.