Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


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

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

All Implemented Interfaces:
AVPCheckFilterTypeMBean, AVPCheckFilterTypeReadOnlyMBean

public class AVPCheckFilterType
extends java.lang.Object
implements AVPCheckFilterTypeMBean

Java class for AVPCheckFilterType complex type.

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

 <complexType name="AVPCheckFilterType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="service" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="checkAVP" type="{http://xmlns.oracle.com/axia/radius-config}AVPFilterType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

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

 

Constructor Summary
AVPCheckFilterType()
          Default Constructor
AVPCheckFilterType(java.lang.String service, java.util.List<AVPFilterType> checkAVP)
           

 

Method Summary
 void addCheckAVP()
          Add a new element named checkAVP
 java.util.List<AVPFilterType> getCheckAVP()
          Gets the value of the checkAVP property.
 java.util.List<AVPFilterTypeMBean> getCheckAVPMBean()
          Get the list of the AVPFilterType element
 java.lang.String getService()
          Gets the value of the service property.
 void removeCheckAVP(int index)
          Remove an element named checkAVP 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

checkAVP

protected java.util.List<AVPFilterType> checkAVP

Constructor Detail

AVPCheckFilterType

public AVPCheckFilterType()
Default Constructor

AVPCheckFilterType

public AVPCheckFilterType(java.lang.String service,
                          java.util.List<AVPFilterType> checkAVP)

Method Detail

getService

public java.lang.String getService()
Gets the value of the service property.
Specified by:
getService in interface AVPCheckFilterTypeReadOnlyMBean
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 AVPCheckFilterTypeMBean
Parameters:
value - allowed object is String

getCheckAVP

public java.util.List<AVPFilterType> getCheckAVP()
Gets the value of the checkAVP 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 checkAVP property.

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

    getCheckAVP().add(newItem);
 

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


addCheckAVP

public void addCheckAVP()
Add a new element named checkAVP
Specified by:
addCheckAVP in interface AVPCheckFilterTypeMBean

removeCheckAVP

public void removeCheckAVP(int index)
Remove an element named checkAVP by the index
Specified by:
removeCheckAVP in interface AVPCheckFilterTypeMBean
Parameters:
index - The index of removing elements

getCheckAVPMBean

public java.util.List<AVPFilterTypeMBean> getCheckAVPMBean()
Get the list of the AVPFilterType element
Specified by:
getCheckAVPMBean in interface AVPCheckFilterTypeReadOnlyMBean

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.