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 InListType

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


public class InListType
extends java.lang.Object

Java class for inListType complex type.

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

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

Field Summary
protected  java.util.List<InType> in
           

 

Constructor Summary
InListType()
           

 

Method Summary
 java.util.List<InType> getIn()
          Gets the value of the in property.

 

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

 

Field Detail

in

protected java.util.List<InType> in

Constructor Detail

InListType

public InListType()

Method Detail

getIn

public java.util.List<InType> getIn()
Gets the value of the in 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 in property.

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

    getIn().add(newItem);
 

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


Skip navigation links

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

E26226-01


Copyright © 2011, Oracle. All rights reserved.