Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


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

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

All Implemented Interfaces:
AVPReturnFilterTypeMBean, AVPReturnFilterTypeReadOnlyMBean

public class AVPReturnFilterType
extends java.lang.Object
implements AVPReturnFilterTypeMBean

Java class for AVPReturnFilterType complex type.

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

 <complexType name="AVPReturnFilterType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="service" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="attributeName" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  java.util.List<java.lang.String> attributeName
           
protected  java.lang.String service
           

 

Constructor Summary
AVPReturnFilterType()
          Default Constructor
AVPReturnFilterType(java.lang.String service, java.util.List<java.lang.String> attributeName)
           

 

Method Summary
 void addAttributeName(java.lang.String var)
          Add a new element named attributeName
 java.util.List<java.lang.String> getAttributeName()
          Gets the value of the attributeName property.
 java.lang.String getService()
          Gets the value of the service property.
 void removeAttributeName(int index)
          Remove an element named attributeName by the index
 void setService(java.lang.String value)
          Sets the value of the service property.

 

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

 

Field Detail

service

protected java.lang.String service

attributeName

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

Constructor Detail

AVPReturnFilterType

public AVPReturnFilterType()
Default Constructor

AVPReturnFilterType

public AVPReturnFilterType(java.lang.String service,
                           java.util.List<java.lang.String> attributeName)

Method Detail

getService

public java.lang.String getService()
Gets the value of the service property.
Specified by:
getService in interface AVPReturnFilterTypeReadOnlyMBean
Returns:
possible object is String

setService

public void setService(java.lang.String value)
Sets the value of the service property.
Specified by:
setService in interface AVPReturnFilterTypeMBean
Parameters:
value - allowed object is String

getAttributeName

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

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

    getAttributeName().add(newItem);
 

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

Specified by:
getAttributeName in interface AVPReturnFilterTypeReadOnlyMBean

addAttributeName

public void addAttributeName(java.lang.String var)
Add a new element named attributeName
Specified by:
addAttributeName in interface AVPReturnFilterTypeMBean

removeAttributeName

public void removeAttributeName(int index)
Remove an element named attributeName by the index
Specified by:
removeAttributeName in interface AVPReturnFilterTypeMBean
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.