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
Class OpcodeMappingType

java.lang.Object
  extended by oracle.ocsb.app.rcc.mediation.pcp2ro.config.beans.OpcodeMappingType

All Implemented Interfaces:
Serializable, OpcodeMappingTypeMBean, OpcodeMappingTypeReadOnlyMBean

public class OpcodeMappingType
extends Object
implements Serializable, OpcodeMappingTypeMBean

Java class for opcodeMappingType complex type.

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

 <complexType name="opcodeMappingType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="cmd" type="{http://xmlns.oracle.com/axia/pcp-mediator-config}cmdType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Field Summary
protected  List<CmdType> cmd
           

 

Constructor Summary
OpcodeMappingType()
          Default Constructor
OpcodeMappingType(List<CmdType> cmd)
           

 

Method Summary
 void addCmd()
          Add a new element named cmd
 List<CmdType> getCmd()
          Gets the value of the cmd property.
 List<CmdTypeMBean> getCmdMBean()
          Get the list of the CmdType element
 boolean isSetCmd()
           
 void removeCmd(int index)
          Remove an element named cmd by the index
 void unsetCmd()
           

 

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

 

Field Detail

cmd

protected List<CmdType> cmd

Constructor Detail

OpcodeMappingType

public OpcodeMappingType()
Default Constructor

OpcodeMappingType

public OpcodeMappingType(List<CmdType> cmd)

Method Detail

getCmd

public List<CmdType> getCmd()
Gets the value of the cmd property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the cmd property.

For example, to add a new item, do as follows:

    getCmd().add(newItem);
 

Objects of the following type(s) are allowed in the list CmdType


isSetCmd

public boolean isSetCmd()
Specified by:
isSetCmd in interface OpcodeMappingTypeMBean

unsetCmd

public void unsetCmd()
Specified by:
unsetCmd in interface OpcodeMappingTypeMBean

addCmd

public void addCmd()
Add a new element named cmd
Specified by:
addCmd in interface OpcodeMappingTypeMBean

removeCmd

public void removeCmd(int index)
Remove an element named cmd by the index
Specified by:
removeCmd in interface OpcodeMappingTypeMBean
Parameters:
index - The index of removing elements

getCmdMBean

public List<CmdTypeMBean> getCmdMBean()
Get the list of the CmdType element
Specified by:
getCmdMBean in interface OpcodeMappingTypeReadOnlyMBean

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.