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

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

public class ConfigurationTemplateDescriptor
extends ConfigurationDescriptor

Describes a template of configuration values.

Java class for configurationTemplate complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="configurationTemplate">
   <complexContent>
     <extension base="{urn:xmlns:rhq-configuration}configuration">
       <attribute name="description" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <whiteSpace value="collapse"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String description
           
protected  java.lang.String name
           
 
Fields inherited from class org.rhq.core.clientapi.descriptor.configuration.ConfigurationDescriptor
configurationProperty, group, notes, template
 
Constructor Summary
ConfigurationTemplateDescriptor()
           
 
Method Summary
 java.lang.String getDescription()
          Gets the value of the description property.
 java.lang.String getName()
          Gets the value of the name property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 
Methods inherited from class org.rhq.core.clientapi.descriptor.configuration.ConfigurationDescriptor
getConfigurationProperty, getGroup, getNotes, getTemplate, setNotes
 
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

name

protected java.lang.String name
Constructor Detail

ConfigurationTemplateDescriptor

public ConfigurationTemplateDescriptor()
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

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.