Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


oracle.ocsb.app.rcc.mediation.ece2ro
Interface AvpTypeMBean


public interface AvpTypeMBean

Method Summary
 void addAvp()
          Add a new element named avp
 void addProcessor()
          Add a new element named processor
 int getAvpCode()
          Gets the value of the avpCode property.
 List<AvpTypeMBean> getAvpMBean()
          Return the list of the AvpType element
 ProcessorTypeMBean getProcessorMBean()
          Return the value of the ProcessorType element
 String getValue()
          Gets the value of the value property.
 int getVendorId()
          Gets the value of the vendorId property.
 boolean isSetAvp()
           
 boolean isSetAvpCode()
           
 boolean isSetProcessor()
           
 boolean isSetValue()
           
 boolean isSetVendorId()
           
 void removeAvp(int index)
          Remove an element named avp by the index
 void removeProcessor()
          Remove an element named processor
 void setAvpCode(int value)
          Sets the value of the avpCode property.
 void setProcessorMBean(ProcessorTypeMBean val)
          Set the value of the ProcessorType 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()
           

 

Method Detail

isSetAvp

boolean isSetAvp()

unsetAvp

void unsetAvp()

isSetProcessor

boolean isSetProcessor()

getAvpCode

int getAvpCode()
Gets the value of the avpCode property.

setAvpCode

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

isSetAvpCode

boolean isSetAvpCode()

getVendorId

int getVendorId()
Gets the value of the vendorId property.

setVendorId

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

isSetVendorId

boolean isSetVendorId()

getValue

String getValue()
Gets the value of the value property.

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

addProcessor

void addProcessor()
Add a new element named processor

removeProcessor

void removeProcessor()
Remove an element named processor

getAvpMBean

List<AvpTypeMBean> getAvpMBean()
Return the list of the AvpType element

getProcessorMBean

ProcessorTypeMBean getProcessorMBean()
Return the value of the ProcessorType element

setProcessorMBean

void setProcessorMBean(ProcessorTypeMBean val)
Set the value of the ProcessorType element

Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


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