Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


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

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

All Implemented Interfaces:
AVPAddFilterTypeMBean, AVPAddFilterTypeReadOnlyMBean

public class AVPAddFilterType
extends java.lang.Object
implements AVPAddFilterTypeMBean

Java class for AVPAddFilterType complex type.

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

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

Field Summary
protected  java.lang.String attributeName
           
protected  java.lang.String attributeValue
           
protected  java.lang.Boolean cloneFromRequest
           
protected  boolean overwrite
           

 

Constructor Summary
AVPAddFilterType()
          Default Constructor
AVPAddFilterType(java.lang.String attributeName, boolean overwrite, java.lang.String attributeValue, java.lang.Boolean cloneFromRequest)
           

 

Method Summary
 java.lang.String getAttributeName()
          Gets the value of the attributeName property.
 java.lang.String getAttributeValue()
          Gets the value of the attributeValue property.
 java.lang.Boolean isCloneFromRequest()
          Gets the value of the cloneFromRequest property.
 boolean isOverwrite()
          Gets the value of the overwrite 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.
 void setCloneFromRequest(java.lang.Boolean value)
          Sets the value of the cloneFromRequest property.
 void setOverwrite(boolean value)
          Sets the value of the overwrite 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

overwrite

protected boolean overwrite

attributeValue

protected java.lang.String attributeValue

cloneFromRequest

protected java.lang.Boolean cloneFromRequest

Constructor Detail

AVPAddFilterType

public AVPAddFilterType()
Default Constructor

AVPAddFilterType

public AVPAddFilterType(java.lang.String attributeName,
                        boolean overwrite,
                        java.lang.String attributeValue,
                        java.lang.Boolean cloneFromRequest)

Method Detail

getAttributeName

public java.lang.String getAttributeName()
Gets the value of the attributeName property.
Specified by:
getAttributeName in interface AVPAddFilterTypeReadOnlyMBean
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 AVPAddFilterTypeMBean
Parameters:
value - allowed object is String

isOverwrite

public boolean isOverwrite()
Gets the value of the overwrite property.
Specified by:
isOverwrite in interface AVPAddFilterTypeMBean

setOverwrite

public void setOverwrite(boolean value)
Sets the value of the overwrite property.
Specified by:
setOverwrite in interface AVPAddFilterTypeMBean

getAttributeValue

public java.lang.String getAttributeValue()
Gets the value of the attributeValue property.
Specified by:
getAttributeValue in interface AVPAddFilterTypeReadOnlyMBean
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 AVPAddFilterTypeMBean
Parameters:
value - allowed object is String

isCloneFromRequest

public java.lang.Boolean isCloneFromRequest()
Gets the value of the cloneFromRequest property.
Specified by:
isCloneFromRequest in interface AVPAddFilterTypeMBean
Returns:
possible object is Boolean

setCloneFromRequest

public void setCloneFromRequest(java.lang.Boolean value)
Sets the value of the cloneFromRequest property.
Specified by:
setCloneFromRequest in interface AVPAddFilterTypeMBean
Parameters:
value - allowed object is Boolean

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.