Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.protocol.sip
Class NetworkAccessPointSetType

java.lang.Object
  extended by oracle.axia.config.beans.protocol.sip.NetworkAccessPointSetType

All Implemented Interfaces:
NetworkAccessPointSetTypeMBean, NetworkAccessPointSetTypeReadOnlyMBean

public class NetworkAccessPointSetType
extends java.lang.Object
implements NetworkAccessPointSetTypeMBean

Java class for NetworkAccessPointSetType complex type.

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

 <complexType name="NetworkAccessPointSetType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="networkAccessPoint" type="{http://xmlns.oracle.com/axia/sip-config}NetworkAccessPointType" maxOccurs="10"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  java.util.List<NetworkAccessPointType> networkAccessPoint
           

 

Constructor Summary
NetworkAccessPointSetType()
          Default Constructor
NetworkAccessPointSetType(java.util.List<NetworkAccessPointType> networkAccessPoint)
           

 

Method Summary
 void addNetworkAccessPoint()
          Add a new element named networkAccessPoint
 java.util.List<NetworkAccessPointType> getNetworkAccessPoint()
          Gets the value of the networkAccessPoint property.
 java.util.List<NetworkAccessPointTypeMBean> getNetworkAccessPointMBean()
          Get the list of the NetworkAccessPointType element
 void removeNetworkAccessPoint(int index)
          Remove an element named networkAccessPoint by the index

 

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

 

Field Detail

networkAccessPoint

protected java.util.List<NetworkAccessPointType> networkAccessPoint

Constructor Detail

NetworkAccessPointSetType

public NetworkAccessPointSetType()
Default Constructor

NetworkAccessPointSetType

public NetworkAccessPointSetType(java.util.List<NetworkAccessPointType> networkAccessPoint)

Method Detail

getNetworkAccessPoint

public java.util.List<NetworkAccessPointType> getNetworkAccessPoint()
Gets the value of the networkAccessPoint 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 networkAccessPoint property.

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

    getNetworkAccessPoint().add(newItem);
 

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


addNetworkAccessPoint

public void addNetworkAccessPoint()
Add a new element named networkAccessPoint
Specified by:
addNetworkAccessPoint in interface NetworkAccessPointSetTypeMBean

removeNetworkAccessPoint

public void removeNetworkAccessPoint(int index)
Remove an element named networkAccessPoint by the index
Specified by:
removeNetworkAccessPoint in interface NetworkAccessPointSetTypeMBean
Parameters:
index - The index of removing elements

getNetworkAccessPointMBean

public java.util.List<NetworkAccessPointTypeMBean> getNetworkAccessPointMBean()
Get the list of the NetworkAccessPointType element
Specified by:
getNetworkAccessPointMBean in interface NetworkAccessPointSetTypeReadOnlyMBean

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.