Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


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

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

All Implemented Interfaces:
AVPFilterTypeMBean, AVPFilterTypeReadOnlyMBean

public class AVPFilterType
extends java.lang.Object
implements AVPFilterTypeMBean

Java class for AVPFilterType complex type.

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

 <complexType name="AVPFilterType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="attributeName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="attributeValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  java.lang.String attributeName
           
protected  java.lang.String attributeValue
           

 

Constructor Summary
AVPFilterType()
          Default Constructor
AVPFilterType(java.lang.String attributeName, java.lang.String attributeValue)
           

 

Method Summary
 java.lang.String getAttributeName()
          Gets the value of the attributeName property.
 java.lang.String getAttributeValue()
          Gets the value of the attributeValue property.
 void setAttributeName(java.lang.String value)
          Sets the value of the attributeName property.
 void setAttributeValue(java.lang.String value)
          Sets the value of the attributeValue property.

 

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

 

Field Detail

attributeName

protected java.lang.String attributeName

attributeValue

protected java.lang.String attributeValue

Constructor Detail

AVPFilterType

public AVPFilterType()
Default Constructor

AVPFilterType

public AVPFilterType(java.lang.String attributeName,
                     java.lang.String attributeValue)

Method Detail

getAttributeName

public java.lang.String getAttributeName()
Gets the value of the attributeName property.
Specified by:
getAttributeName in interface AVPFilterTypeReadOnlyMBean
Returns:
possible object is String

setAttributeName

public void setAttributeName(java.lang.String value)
Sets the value of the attributeName property.
Specified by:
setAttributeName in interface AVPFilterTypeMBean
Parameters:
value - allowed object is String

getAttributeValue

public java.lang.String getAttributeValue()
Gets the value of the attributeValue property.
Specified by:
getAttributeValue in interface AVPFilterTypeReadOnlyMBean
Returns:
possible object is String

setAttributeValue

public void setAttributeValue(java.lang.String value)
Sets the value of the attributeValue property.
Specified by:
setAttributeValue in interface AVPFilterTypeMBean
Parameters:
value - allowed object is String

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.