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

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

public class PropertyGroup
extends java.lang.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  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

description

protected java.lang.String description

configurationProperty

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

displayName

protected java.lang.String displayName

hiddenByDefault

protected java.lang.Boolean hiddenByDefault

name

protected java.lang.String name
Constructor Detail

PropertyGroup

public PropertyGroup()
Method Detail

getDescription

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

Returns:
possible object is String

setDescription

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

Parameters:
value - allowed object is String

getConfigurationProperty

public java.util.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<ListProperty> JAXBElement<MapProperty> JAXBElement<ConfigurationProperty> JAXBElement<SimpleProperty>


getDisplayName

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

Returns:
possible object is String

setDisplayName

public void setDisplayName(java.lang.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(java.lang.Boolean value)
Sets the value of the hiddenByDefault property.

Parameters:
value - allowed object is Boolean

getName

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

Returns:
possible object is String

setName

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

Parameters:
value - allowed object is String


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