org.rhq.core.clientapi.descriptor.configuration
Class PropertyGroup

java.lang.Object
  extended by org.rhq.core.clientapi.descriptor.configuration.PropertyGroup

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>
 


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

description

protected String description

configurationProperty

protected List<javax.xml.bind.JAXBElement<? extends ConfigurationProperty>> configurationProperty

displayName

protected String displayName

hiddenByDefault

protected Boolean hiddenByDefault

name

protected String name
Constructor Detail

PropertyGroup

public PropertyGroup()
Method Detail

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getConfigurationProperty

public List<javax.xml.bind.JAXBElement<? extends ConfigurationProperty>> getConfigurationProperty()
Gets the value of the configurationProperty property.

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>


getDisplayName

public String getDisplayName()
Gets the value of the displayName property.

Returns:
possible object is String

setDisplayName

public void setDisplayName(String value)
Sets the value of the displayName property.

Parameters:
value - allowed object is String

isHiddenByDefault

public boolean isHiddenByDefault()
Gets the value of the hiddenByDefault property.

Returns:
possible object is Boolean

setHiddenByDefault

public void setHiddenByDefault(Boolean value)
Sets the value of the hiddenByDefault property.

Parameters:
value - allowed object is Boolean

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.