Skip navigation links

Oracle Communications Service Broker Policy and Charging MBean Java API Reference
6.0

E26225-01


oracle.ocsb.app.rcc.feature.homezone.config.beans
Class HomeNetwork

java.lang.Object
  extended by oracle.ocsb.app.rcc.feature.homezone.config.beans.HomeNetwork

All Implemented Interfaces:
HomeNetworkMBean, HomeNetworkReadOnlyMBean

public class HomeNetwork
extends Object
implements HomeNetworkMBean

Java class for homeNetwork complex type.

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

 <complexType name="homeNetwork">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="network_cell" type="{}network-cell" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  List<NetworkCell> networkCell
           

 

Constructor Summary
HomeNetwork()
          Default Constructor
HomeNetwork(List<NetworkCell> networkCell)
           

 

Method Summary
 void addNetworkCell()
          Add a new element named networkCell
 List<NetworkCell> getNetworkCell()
          Gets the value of the networkCell property.
 List<NetworkCellMBean> getNetworkCellMBean()
          Get the list of the NetworkCell element
 void removeNetworkCell(int index)
          Remove an element named networkCell by the index

 

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

 

Field Detail

networkCell

protected List<NetworkCell> networkCell

Constructor Detail

HomeNetwork

public HomeNetwork()
Default Constructor

HomeNetwork

public HomeNetwork(List<NetworkCell> networkCell)

Method Detail

getNetworkCell

public List<NetworkCell> getNetworkCell()
Gets the value of the networkCell 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 networkCell property.

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

    getNetworkCell().add(newItem);
 

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


addNetworkCell

public void addNetworkCell()
Add a new element named networkCell
Specified by:
addNetworkCell in interface HomeNetworkMBean

removeNetworkCell

public void removeNetworkCell(int index)
Remove an element named networkCell by the index
Specified by:
removeNetworkCell in interface HomeNetworkMBean
Parameters:
index - The index of removing elements

getNetworkCellMBean

public List<NetworkCellMBean> getNetworkCellMBean()
Get the list of the NetworkCell element
Specified by:
getNetworkCellMBean in interface HomeNetworkReadOnlyMBean

Skip navigation links

Oracle Communications Service Broker Policy and Charging MBean Java API Reference
6.0

E26225-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.