public class MapProperty extends ConfigurationProperty
Java class for mapProperty complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="mapProperty">
<complexContent>
<extension base="{urn:xmlns:rhq-configuration}configurationProperty">
<sequence>
<element ref="{urn:xmlns:rhq-configuration}configuration-property" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<? extends ConfigurationProperty>> |
configurationProperty |
description, displayName, longDescription, name, readOnly, required, summary| Constructor and Description |
|---|
MapProperty() |
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<? extends ConfigurationProperty>> |
getConfigurationProperty()
The map of child property definitions.
|
getDescription, getDisplayName, getLongDescription, getName, isReadOnly, isRequired, isSummary, setDescription, setDisplayName, setLongDescription, setName, setReadOnly, setRequired, setSummaryprotected List<JAXBElement<? extends ConfigurationProperty>> configurationProperty
public List<JAXBElement<? extends ConfigurationProperty>> getConfigurationProperty()
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 configurationProperty property.
For example, to add a new item, do as follows:
getConfigurationProperty().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<ConfigurationProperty>
JAXBElement<SimpleProperty>
JAXBElement<MapProperty>
JAXBElement<DynamicProperty>
JAXBElement<ListProperty>
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.