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 Values

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

All Implemented Interfaces:
ValuesMBean, ValuesReadOnlyMBean

public class Values
extends Object
implements ValuesMBean

Java class for values complex type.

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

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

Field Summary
protected  List<ValueElement> valueElement
           

 

Constructor Summary
Values()
          Default Constructor
Values(List<ValueElement> valueElement)
           

 

Method Summary
 void addValueElement()
          Add a new element named valueElement
 List<ValueElement> getValueElement()
          Gets the value of the valueElement property.
 List<ValueElementMBean> getValueElementMBean()
          Get the list of the ValueElement element
 void removeValueElement(int index)
          Remove an element named valueElement by the index

 

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

 

Field Detail

valueElement

protected List<ValueElement> valueElement

Constructor Detail

Values

public Values()
Default Constructor

Values

public Values(List<ValueElement> valueElement)

Method Detail

getValueElement

public List<ValueElement> getValueElement()
Gets the value of the valueElement 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 valueElement property.

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

    getValueElement().add(newItem);
 

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


addValueElement

public void addValueElement()
Add a new element named valueElement
Specified by:
addValueElement in interface ValuesMBean

removeValueElement

public void removeValueElement(int index)
Remove an element named valueElement by the index
Specified by:
removeValueElement in interface ValuesMBean
Parameters:
index - The index of removing elements

getValueElementMBean

public List<ValueElementMBean> getValueElementMBean()
Get the list of the ValueElement element
Specified by:
getValueElementMBean in interface ValuesReadOnlyMBean

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.