Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


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

All Superinterfaces:
AVPAddFilterTypeReadOnlyMBean
All Known Implementing Classes:
AVPAddFilterType

public interface AVPAddFilterTypeMBean
extends AVPAddFilterTypeReadOnlyMBean

Method Summary
 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 interface oracle.axia.config.beans.protocol.radius.AVPAddFilterTypeReadOnlyMBean
getAttributeName, getAttributeValue

 

Method Detail

setAttributeName

void setAttributeName(java.lang.String value)
Sets the value of the attributeName property.

isOverwrite

boolean isOverwrite()
Gets the value of the overwrite property.

setOverwrite

void setOverwrite(boolean value)
Sets the value of the overwrite property.

setAttributeValue

void setAttributeValue(java.lang.String value)
Sets the value of the attributeValue property.

isCloneFromRequest

java.lang.Boolean isCloneFromRequest()
Gets the value of the cloneFromRequest property.

setCloneFromRequest

void setCloneFromRequest(java.lang.Boolean value)
Sets the value of the cloneFromRequest property.

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.