|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.core.clientapi.descriptor.configuration.PropertyGroup
public class PropertyGroup
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>
| Field Summary | |
|---|---|
protected List<javax.xml.bind.JAXBElement<? extends ConfigurationProperty>> |
configurationProperty
|
protected String |
description
|
protected String |
displayName
|
protected Boolean |
hiddenByDefault
|
protected String |
name
|
| Constructor Summary | |
|---|---|
PropertyGroup()
|
|
| Method Summary | |
|---|---|
List<javax.xml.bind.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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String description
protected List<javax.xml.bind.JAXBElement<? extends ConfigurationProperty>> configurationProperty
protected String displayName
protected Boolean hiddenByDefault
protected String name
| Constructor Detail |
|---|
public PropertyGroup()
| Method Detail |
|---|
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic List<javax.xml.bind.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<MapProperty>
JAXBElement<SimpleProperty>
JAXBElement<ListProperty>
JAXBElement<DynamicProperty>
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()
Stringpublic void setName(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||