|
Oracle Communications Service Broker SVC and VPN MBean Java API Reference 6.0 E26226-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.axia.apps.vpn.configuration.beans.ImsListType
public class ImsListType
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 |
|---|
protected java.util.List<ImsType> ims
| Constructor Detail |
|---|
public ImsListType()
| Method Detail |
|---|
public java.util.List<ImsType> getIms()
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
|
Oracle Communications Service Broker SVC and VPN MBean Java API Reference 6.0 E26226-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||