Skip navigation links

Oracle Communications Service Broker Policy and Charging MBean Java API Reference
6.0

E26225-01


oracle.ocsb.app.rcc.mediation.pcp2ro.config.beans
Interface AvpTypeMBean

All Superinterfaces:
AvpTypeReadOnlyMBean
All Known Implementing Classes:
AvpType

public interface AvpTypeMBean
extends AvpTypeReadOnlyMBean

Method Summary
 void addAvp()
          Add a new element named avp
 void addOpcode()
          Add a new element named opcode
 boolean isSetAvp()
           
 boolean isSetAvpCode()
           
 boolean isSetOpcode()
           
 boolean isSetValue()
           
 boolean isSetVendorId()
           
 void removeAvp(int index)
          Remove an element named avp by the index
 void removeOpcode()
          Remove an element named opcode
 void setAvpCode(int value)
          Sets the value of the avpCode property.
 void setOpcodeMBean(OpcodeTypeMBean val)
          Set the value of the OpcodeType element
 void setValue(String value)
          Sets the value of the value property.
 void setVendorId(int value)
          Sets the value of the vendorId property.
 void unsetAvp()
           

 

Methods inherited from interface oracle.ocsb.app.rcc.mediation.pcp2ro.config.beans.AvpTypeReadOnlyMBean
getAvpCode, getAvpMBean, getOpcodeMBean, getValue, getVendorId

 

Method Detail

isSetAvp

boolean isSetAvp()

unsetAvp

void unsetAvp()

isSetOpcode

boolean isSetOpcode()

setAvpCode

void setAvpCode(int value)
Sets the value of the avpCode property.

isSetAvpCode

boolean isSetAvpCode()

setVendorId

void setVendorId(int value)
Sets the value of the vendorId property.

isSetVendorId

boolean isSetVendorId()

setValue

void setValue(String value)
Sets the value of the value property.

isSetValue

boolean isSetValue()

addAvp

void addAvp()
Add a new element named avp

removeAvp

void removeAvp(int index)
Remove an element named avp by the index

addOpcode

void addOpcode()
Add a new element named opcode

removeOpcode

void removeOpcode()
Remove an element named opcode

setOpcodeMBean

void setOpcodeMBean(OpcodeTypeMBean val)
Set the value of the OpcodeType element

Skip navigation links

Oracle Communications Service Broker Policy and Charging MBean Java API Reference
6.0

E26225-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.