public class ConfigurationType extends Object
Java class for configurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="configurationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" minOccurs="0">
<element name="simple-property" type="{urn:xmlns:rhq-contentsource-packagedetails}simplePropertyType"/>
<element name="list-property" type="{urn:xmlns:rhq-contentsource-packagedetails}listPropertyType"/>
<element name="map-property" type="{urn:xmlns:rhq-contentsource-packagedetails}mapPropertyType"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
simplePropertyOrListPropertyOrMapProperty |
| Constructor and Description |
|---|
ConfigurationType() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getSimplePropertyOrListPropertyOrMapProperty()
Gets the value of the simplePropertyOrListPropertyOrMapProperty property.
|
public List<Object> getSimplePropertyOrListPropertyOrMapProperty()
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 simplePropertyOrListPropertyOrMapProperty property.
For example, to add a new item, do as follows:
getSimplePropertyOrListPropertyOrMapProperty().add(newItem);
Objects of the following type(s) are allowed in the list
MapPropertyType
ListPropertyType
SimplePropertyType
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.