public class ConfigurationDescriptor extends Object
Java class for configuration complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="configuration">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="notes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{urn:xmlns:rhq-configuration}configuration-property" maxOccurs="unbounded" minOccurs="0"/>
<element name="group" type="{urn:xmlns:rhq-configuration}propertyGroup" maxOccurs="unbounded" minOccurs="0"/>
<element name="template" type="{urn:xmlns:rhq-configuration}configurationTemplate" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="configurationFormat" type="{urn:xmlns:rhq-configuration}configurationFormat" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ConfigurationFormat |
configurationFormat |
protected List<JAXBElement<? extends ConfigurationProperty>> |
configurationProperty |
protected List<PropertyGroup> |
group |
protected String |
notes |
protected List<ConfigurationTemplateDescriptor> |
template |
| Constructor and Description |
|---|
ConfigurationDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationFormat |
getConfigurationFormat()
Gets the value of the configurationFormat property.
|
List<JAXBElement<? extends ConfigurationProperty>> |
getConfigurationProperty()
Gets the value of the configurationProperty property.
|
List<PropertyGroup> |
getGroup()
Gets the value of the group property.
|
String |
getNotes()
Gets the value of the notes property.
|
List<ConfigurationTemplateDescriptor> |
getTemplate()
Gets the value of the template property.
|
void |
setConfigurationFormat(ConfigurationFormat value)
Sets the value of the configurationFormat property.
|
void |
setNotes(String value)
Sets the value of the notes property.
|
protected String notes
protected List<JAXBElement<? extends ConfigurationProperty>> configurationProperty
protected List<PropertyGroup> group
protected List<ConfigurationTemplateDescriptor> template
protected ConfigurationFormat configurationFormat
public String getNotes()
Stringpublic void setNotes(String value)
value - allowed object is
Stringpublic 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>
public List<PropertyGroup> getGroup()
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 group property.
For example, to add a new item, do as follows:
getGroup().add(newItem);
Objects of the following type(s) are allowed in the list
PropertyGroup
public List<ConfigurationTemplateDescriptor> getTemplate()
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 template property.
For example, to add a new item, do as follows:
getTemplate().add(newItem);
Objects of the following type(s) are allowed in the list
ConfigurationTemplateDescriptor
public ConfigurationFormat getConfigurationFormat()
ConfigurationFormatpublic void setConfigurationFormat(ConfigurationFormat value)
value - allowed object is
ConfigurationFormatCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.