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  String description
           
protected  String name
           
 
Fields inherited from class org.rhq.core.clientapi.descriptor.configuration.ConfigurationDescriptor
configurationFormat, configurationProperty, group, notes, template
 
Constructor Summary
ConfigurationTemplateDescriptor()
           
 
Method Summary
 String getDescription()
          Gets the value of the description property.
 String getName()
          Gets the value of the name property.
 void setDescription(String value)
          Sets the value of the description property.
 void setName(String value)
          Sets the value of the name property.
 
Methods inherited from class org.rhq.core.clientapi.descriptor.configuration.ConfigurationDescriptor
getConfigurationFormat, getConfigurationProperty, getGroup, getNotes, getTemplate, setConfigurationFormat, setNotes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected String description

name

protected String name
Constructor Detail

ConfigurationTemplateDescriptor

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

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.