Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


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

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

All Implemented Interfaces:
ApplicationsTypeMBean, ApplicationsTypeReadOnlyMBean

public class ApplicationsType
extends java.lang.Object
implements ApplicationsTypeMBean

Java class for applicationsType complex type.

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

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

Field Summary
protected  java.util.List<AppDefType> app
           

 

Constructor Summary
ApplicationsType()
          Default Constructor
ApplicationsType(java.util.List<AppDefType> app)
           

 

Method Summary
 void addApp()
          Add a new element named app
 java.util.List<AppDefType> getApp()
          Gets the value of the app property.
 java.util.List<AppDefTypeMBean> getAppMBean()
          Get the list of the AppDefType element
 void removeApp(int index)
          Remove an element named app by the index

 

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

 

Field Detail

app

protected java.util.List<AppDefType> app

Constructor Detail

ApplicationsType

public ApplicationsType()
Default Constructor

ApplicationsType

public ApplicationsType(java.util.List<AppDefType> app)

Method Detail

getApp

public java.util.List<AppDefType> getApp()
Gets the value of the app 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 app property.

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

    getApp().add(newItem);
 

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


addApp

public void addApp()
Add a new element named app
Specified by:
addApp in interface ApplicationsTypeMBean

removeApp

public void removeApp(int index)
Remove an element named app by the index
Specified by:
removeApp in interface ApplicationsTypeMBean
Parameters:
index - The index of removing elements

getAppMBean

public java.util.List<AppDefTypeMBean> getAppMBean()
Get the list of the AppDefType element
Specified by:
getAppMBean in interface ApplicationsTypeReadOnlyMBean

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.