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>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<?>> |
complexValue |
propertyName| Constructor and Description |
|---|
ComplexValueListDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<?>> |
getComplexValue()
Gets the value of the complexValue property.
|
getPropertyName, setPropertyNameprotected List<JAXBElement<?>> complexValue
public List<JAXBElement<?>> getComplexValue()
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<ComplexValueMapDescriptor>
JAXBElement<ComplexValueSimpleDescriptor>
JAXBElement<Object>
JAXBElement<ComplexValueListDescriptor>
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.