org.rhq.enterprise.server.xmlschema.generated.configuration.instance
Class ComplexValueListDescriptor
java.lang.Object
org.rhq.enterprise.server.xmlschema.generated.configuration.instance.ComplexValueDescriptor
org.rhq.enterprise.server.xmlschema.generated.configuration.instance.ComplexValueListDescriptor
public class ComplexValueListDescriptor
- extends ComplexValueDescriptor
Java class for ComplexValueList complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ComplexValueList">
<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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
complexValue
protected List<javax.xml.bind.JAXBElement<?>> complexValue
ComplexValueListDescriptor
public ComplexValueListDescriptor()
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.