Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


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

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

All Implemented Interfaces:
ResultCodeDefsTypeMBean, ResultCodeDefsTypeReadOnlyMBean

public class ResultCodeDefsType
extends java.lang.Object
implements ResultCodeDefsTypeMBean

Java class for resultCodeDefsType complex type.

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

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

Field Summary
protected  java.util.List<RcDefType> rc
           

 

Constructor Summary
ResultCodeDefsType()
          Default Constructor
ResultCodeDefsType(java.util.List<RcDefType> rc)
           

 

Method Summary
 void addRc()
          Add a new element named rc
 java.util.List<RcDefType> getRc()
          Gets the value of the rc property.
 java.util.List<RcDefTypeMBean> getRcMBean()
          Get the list of the RcDefType element
 void removeRc(int index)
          Remove an element named rc by the index

 

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

 

Field Detail

rc

protected java.util.List<RcDefType> rc

Constructor Detail

ResultCodeDefsType

public ResultCodeDefsType()
Default Constructor

ResultCodeDefsType

public ResultCodeDefsType(java.util.List<RcDefType> rc)

Method Detail

getRc

public java.util.List<RcDefType> getRc()
Gets the value of the rc 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 rc property.

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

    getRc().add(newItem);
 

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


addRc

public void addRc()
Add a new element named rc
Specified by:
addRc in interface ResultCodeDefsTypeMBean

removeRc

public void removeRc(int index)
Remove an element named rc by the index
Specified by:
removeRc in interface ResultCodeDefsTypeMBean
Parameters:
index - The index of removing elements

getRcMBean

public java.util.List<RcDefTypeMBean> getRcMBean()
Get the list of the RcDefType element
Specified by:
getRcMBean in interface ResultCodeDefsTypeReadOnlyMBean

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.