Skip navigation links

Oracle Communications Service Broker SVC and VPN MBean Java API Reference
6.0

E26226-01


oracle.axia.apps.vpn.configuration.beans
Class ImsListType

java.lang.Object
  extended by oracle.axia.apps.vpn.configuration.beans.ImsListType


public class ImsListType
extends java.lang.Object

Java class for imsListType complex type.

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

 <complexType name="imsListType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ims" type="{http://xmls.oracle.com/axia/apps/vpn/config}ImsType" maxOccurs="20" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  java.util.List<ImsType> ims
           

 

Constructor Summary
ImsListType()
           

 

Method Summary
 java.util.List<ImsType> getIms()
          Gets the value of the ims property.

 

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

 

Field Detail

ims

protected java.util.List<ImsType> ims

Constructor Detail

ImsListType

public ImsListType()

Method Detail

getIms

public java.util.List<ImsType> getIms()
Gets the value of the ims 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 ims property.

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

    getIms().add(newItem);
 

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


Skip navigation links

Oracle Communications Service Broker SVC and VPN MBean Java API Reference
6.0

E26226-01


Copyright © 2011, Oracle. All rights reserved.