Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.protocol.radius
Interface AVPReturnFilterTypeReadOnlyMBean

All Known Subinterfaces:
AVPReturnFilterTypeMBean
All Known Implementing Classes:
AVPReturnFilterType

public interface AVPReturnFilterTypeReadOnlyMBean

Method Summary
 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.

 

Method Detail

getService

java.lang.String getService()
Gets the value of the service property.

getAttributeName

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


Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.