Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.storage.coherence
Class UnicastAddresses

java.lang.Object
  extended by oracle.axia.config.beans.storage.coherence.UnicastAddresses

All Implemented Interfaces:
UnicastAddressesMBean, UnicastAddressesReadOnlyMBean

public class UnicastAddresses
extends java.lang.Object
implements UnicastAddressesMBean

Java class for UnicastAddresses complex type.

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

 <complexType name="UnicastAddresses">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="unicastAddress" type="{http://xmlns.oracle.com/axia/coherence-config}UnicastAddress" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  java.util.List<UnicastAddress> unicastAddress
           

 

Constructor Summary
UnicastAddresses()
          Default Constructor
UnicastAddresses(java.util.List<UnicastAddress> unicastAddress)
           

 

Method Summary
 void addUnicastAddress()
          Add a new element named unicastAddress
 java.util.List<UnicastAddress> getUnicastAddress()
          Gets the value of the unicastAddress property.
 java.util.List<UnicastAddressMBean> getUnicastAddressMBean()
          Get the list of the UnicastAddress element
 void removeUnicastAddress(int index)
          Remove an element named unicastAddress by the index

 

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

 

Field Detail

unicastAddress

protected java.util.List<UnicastAddress> unicastAddress

Constructor Detail

UnicastAddresses

public UnicastAddresses()
Default Constructor

UnicastAddresses

public UnicastAddresses(java.util.List<UnicastAddress> unicastAddress)

Method Detail

getUnicastAddress

public java.util.List<UnicastAddress> getUnicastAddress()
Gets the value of the unicastAddress 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 unicastAddress property.

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

    getUnicastAddress().add(newItem);
 

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


addUnicastAddress

public void addUnicastAddress()
Add a new element named unicastAddress
Specified by:
addUnicastAddress in interface UnicastAddressesMBean

removeUnicastAddress

public void removeUnicastAddress(int index)
Remove an element named unicastAddress by the index
Specified by:
removeUnicastAddress in interface UnicastAddressesMBean
Parameters:
index - The index of removing elements

getUnicastAddressMBean

public java.util.List<UnicastAddressMBean> getUnicastAddressMBean()
Get the list of the UnicastAddress element
Specified by:
getUnicastAddressMBean in interface UnicastAddressesReadOnlyMBean

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.