Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


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

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

All Implemented Interfaces:
ServiceMappingTypeMBean, ServiceMappingTypeReadOnlyMBean

public class ServiceMappingType
extends java.lang.Object
implements ServiceMappingTypeMBean

Java class for ServiceMappingType complex type.

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

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

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

 

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

 

Method Summary
 void addAvpFilter()
          Add a new element named avpFilter
 java.util.List<AVPFilterType> getAvpFilter()
          Gets the value of the avpFilter property.
 java.util.List<AVPFilterTypeMBean> getAvpFilterMBean()
          Get the list of the AVPFilterType element
 java.lang.String getService()
          Gets the value of the service property.
 void removeAvpFilter(int index)
          Remove an element named avpFilter 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

avpFilter

protected java.util.List<AVPFilterType> avpFilter

Constructor Detail

ServiceMappingType

public ServiceMappingType()
Default Constructor

ServiceMappingType

public ServiceMappingType(java.lang.String service,
                          java.util.List<AVPFilterType> avpFilter)

Method Detail

getService

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

getAvpFilter

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

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

    getAvpFilter().add(newItem);
 

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


addAvpFilter

public void addAvpFilter()
Add a new element named avpFilter
Specified by:
addAvpFilter in interface ServiceMappingTypeMBean

removeAvpFilter

public void removeAvpFilter(int index)
Remove an element named avpFilter by the index
Specified by:
removeAvpFilter in interface ServiceMappingTypeMBean
Parameters:
index - The index of removing elements

getAvpFilterMBean

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

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.