public class PropertyValuesDescriptor extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<?>> |
complexValue |
| Constructor and Description |
|---|
PropertyValuesDescriptor() |
protected 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.