public class PropertyGroup extends Object
Java class for propertyGroup complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="propertyGroup">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="description" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<whiteSpace value="collapse"/>
<minLength value="1"/>
<maxLength value="250"/>
</restriction>
</simpleType>
</element>
<element ref="{urn:xmlns:rhq-configuration}configuration-property" maxOccurs="unbounded"/>
</sequence>
<attribute name="displayName">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<whiteSpace value="collapse"/>
<minLength value="1"/>
<maxLength value="100"/>
</restriction>
</simpleType>
</attribute>
<attribute name="hiddenByDefault" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="name" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<whiteSpace value="collapse"/>
<minLength value="1"/>
<maxLength value="100"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<? extends ConfigurationProperty>> |
configurationProperty |
protected String |
description |
protected String |
displayName |
protected Boolean |
hiddenByDefault |
protected String |
name |
| Constructor and Description |
|---|
PropertyGroup() |
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<? extends ConfigurationProperty>> |
getConfigurationProperty()
Gets the value of the configurationProperty property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getDisplayName()
Gets the value of the displayName property.
|
String |
getName()
Gets the value of the name property.
|
boolean |
isHiddenByDefault()
Gets the value of the hiddenByDefault property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDisplayName(String value)
Sets the value of the displayName property.
|
void |
setHiddenByDefault(Boolean value)
Sets the value of the hiddenByDefault property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected String description
protected List<JAXBElement<? extends ConfigurationProperty>> configurationProperty
protected String displayName
protected Boolean hiddenByDefault
protected String name
public String getDescription()
Stringpublic void setDescription(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 String getDisplayName()
Stringpublic void setDisplayName(String value)
value - allowed object is
Stringpublic boolean isHiddenByDefault()
Booleanpublic void setHiddenByDefault(Boolean value)
value - allowed object is
Booleanpublic String getName()
StringCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.