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 ValueElement

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

All Implemented Interfaces:
ValueElementMBean, ValueElementReadOnlyMBean

public class ValueElement
extends Object
implements ValueElementMBean

Java class for value-element complex type.

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

 <complexType name="value_element">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="valueData" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  String valueData
           

 

Constructor Summary
ValueElement()
          Default Constructor
ValueElement(String valueData)
           

 

Method Summary
 String getValueData()
          Gets the value of the valueData property.
 void setValueData(String value)
          Sets the value of the valueData property.

 

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

 

Field Detail

valueData

protected String valueData

Constructor Detail

ValueElement

public ValueElement()
Default Constructor

ValueElement

public ValueElement(String valueData)

Method Detail

getValueData

public String getValueData()
Gets the value of the valueData property.
Specified by:
getValueData in interface ValueElementReadOnlyMBean
Returns:
possible object is String

setValueData

public void setValueData(String value)
Sets the value of the valueData property.
Specified by:
setValueData in interface ValueElementMBean
Parameters:
value - allowed object is String

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.