org.rhq.enterprise.server.xmlschema.generated.configuration.instance
Class PropertyValuesDescriptor

java.lang.Object
  extended by org.rhq.enterprise.server.xmlschema.generated.configuration.instance.PropertyValuesDescriptor

public class PropertyValuesDescriptor
extends Object

This lists the individual values of the property containing this tag.

Java class for PropertyValues complex type.

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

 <complexType name="PropertyValues">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:xmlns:rhq-configuration-instance}complex-value" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<javax.xml.bind.JAXBElement<?>> complexValue
           
 
Constructor Summary
PropertyValuesDescriptor()
           
 
Method Summary
 List<javax.xml.bind.JAXBElement<?>> getComplexValue()
          Gets the value of the complexValue property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

complexValue

protected List<javax.xml.bind.JAXBElement<?>> complexValue
Constructor Detail

PropertyValuesDescriptor

public PropertyValuesDescriptor()
Method Detail

getComplexValue

public List<javax.xml.bind.JAXBElement<?>> getComplexValue()
Gets the value of the complexValue 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 complexValue property.

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

    getComplexValue().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<ComplexValueListDescriptor> JAXBElement<Object> JAXBElement<ComplexValueSimpleDescriptor> JAXBElement<ComplexValueMapDescriptor>



Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.