Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.protocol.diameter.common
Class CommandDefsType

java.lang.Object
  extended by oracle.axia.config.beans.protocol.diameter.common.CommandDefsType

All Implemented Interfaces:
CommandDefsTypeMBean, CommandDefsTypeReadOnlyMBean

public class CommandDefsType
extends java.lang.Object
implements CommandDefsTypeMBean

Java class for commandDefsType complex type.

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

 <complexType name="commandDefsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="command" type="{http://xmlns.oracle.com/axia/diameter-common-config}cmdDefType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  java.util.List<CmdDefType> command
           

 

Constructor Summary
CommandDefsType()
          Default Constructor
CommandDefsType(java.util.List<CmdDefType> command)
           

 

Method Summary
 void addCommand()
          Add a new element named command
 java.util.List<CmdDefType> getCommand()
          Gets the value of the command property.
 java.util.List<CmdDefTypeMBean> getCommandMBean()
          Get the list of the CmdDefType element
 void removeCommand(int index)
          Remove an element named command by the index

 

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

 

Field Detail

command

protected java.util.List<CmdDefType> command

Constructor Detail

CommandDefsType

public CommandDefsType()
Default Constructor

CommandDefsType

public CommandDefsType(java.util.List<CmdDefType> command)

Method Detail

getCommand

public java.util.List<CmdDefType> getCommand()
Gets the value of the command 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 command property.

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

    getCommand().add(newItem);
 

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


addCommand

public void addCommand()
Add a new element named command
Specified by:
addCommand in interface CommandDefsTypeMBean

removeCommand

public void removeCommand(int index)
Remove an element named command by the index
Specified by:
removeCommand in interface CommandDefsTypeMBean
Parameters:
index - The index of removing elements

getCommandMBean

public java.util.List<CmdDefTypeMBean> getCommandMBean()
Get the list of the CmdDefType element
Specified by:
getCommandMBean in interface CommandDefsTypeReadOnlyMBean

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.