|
||||||||||
| 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 java.util.List<javax.xml.bind.JAXBElement<? extends ConfigurationProperty>> |
configurationProperty
|
protected java.lang.String |
description
|
protected java.lang.String |
displayName
|
protected java.lang.Boolean |
hiddenByDefault
|
protected java.lang.String |
name
|
| Constructor Summary | |
|---|---|
PropertyGroup()
|
|
| Method Summary | |
|---|---|
java.util.List<javax.xml.bind.JAXBElement<? extends ConfigurationProperty>> |
getConfigurationProperty()
Gets the value of the configurationProperty property. |
java.lang.String |
getDescription()
Gets the value of the description property. |
java.lang.String |
getDisplayName()
Gets the value of the displayName property. |
java.lang.String |
getName()
Gets the value of the name property. |
boolean |
isHiddenByDefault()
Gets the value of the hiddenByDefault property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setDisplayName(java.lang.String value)
Sets the value of the displayName property. |
void |
setHiddenByDefault(java.lang.Boolean value)
Sets the value of the hiddenByDefault property. |
void |
setName(java.lang.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 java.lang.String description
protected java.util.List<javax.xml.bind.JAXBElement<? extends ConfigurationProperty>> configurationProperty
protected java.lang.String displayName
protected java.lang.Boolean hiddenByDefault
protected java.lang.String name
| Constructor Detail |
|---|
public PropertyGroup()
| Method Detail |
|---|
public java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.util.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<ListProperty>
JAXBElement<MapProperty>
JAXBElement<ConfigurationProperty>
JAXBElement<SimpleProperty>
public java.lang.String getDisplayName()
Stringpublic void setDisplayName(java.lang.String value)
value - allowed object is
Stringpublic boolean isHiddenByDefault()
Booleanpublic void setHiddenByDefault(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||