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

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

public class ComplexValueMapDescriptor
extends ComplexValueDescriptor

Java class for ComplexValueMap complex type.

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

 <complexType name="ComplexValueMap">
   <complexContent>
     <extension base="{urn:xmlns:rhq-configuration-instance}ComplexValue">
       <sequence>
         <element ref="{urn:xmlns:rhq-configuration-instance}complex-value" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<javax.xml.bind.JAXBElement<?>> complexValue
           
 
Fields inherited from class org.rhq.enterprise.server.xmlschema.generated.configuration.instance.ComplexValueDescriptor
propertyName
 
Constructor Summary
ComplexValueMapDescriptor()
           
 
Method Summary
 List<javax.xml.bind.JAXBElement<?>> getComplexValue()
          Gets the value of the complexValue property.
 
Methods inherited from class org.rhq.enterprise.server.xmlschema.generated.configuration.instance.ComplexValueDescriptor
getPropertyName, setPropertyName
 
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

ComplexValueMapDescriptor

public ComplexValueMapDescriptor()
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<ComplexValueMapDescriptor> JAXBElement<ComplexValueSimpleDescriptor> JAXBElement<Object>



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