Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


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

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

All Implemented Interfaces:
AttributeDefsTypeMBean, AttributeDefsTypeReadOnlyMBean

public class AttributeDefsType
extends java.lang.Object
implements AttributeDefsTypeMBean

Java class for attributeDefsType complex type.

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

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

Field Summary
protected  java.util.List<AttrDefType> attr
           

 

Constructor Summary
AttributeDefsType()
          Default Constructor
AttributeDefsType(java.util.List<AttrDefType> attr)
           

 

Method Summary
 void addAttr()
          Add a new element named attr
 java.util.List<AttrDefType> getAttr()
          Gets the value of the attr property.
 java.util.List<AttrDefTypeMBean> getAttrMBean()
          Get the list of the AttrDefType element
 void removeAttr(int index)
          Remove an element named attr by the index

 

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

 

Field Detail

attr

protected java.util.List<AttrDefType> attr

Constructor Detail

AttributeDefsType

public AttributeDefsType()
Default Constructor

AttributeDefsType

public AttributeDefsType(java.util.List<AttrDefType> attr)

Method Detail

getAttr

public java.util.List<AttrDefType> getAttr()
Gets the value of the attr 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 attr property.

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

    getAttr().add(newItem);
 

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


addAttr

public void addAttr()
Add a new element named attr
Specified by:
addAttr in interface AttributeDefsTypeMBean

removeAttr

public void removeAttr(int index)
Remove an element named attr by the index
Specified by:
removeAttr in interface AttributeDefsTypeMBean
Parameters:
index - The index of removing elements

getAttrMBean

public java.util.List<AttrDefTypeMBean> getAttrMBean()
Get the list of the AttrDefType element
Specified by:
getAttrMBean in interface AttributeDefsTypeReadOnlyMBean

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.