public class ConfigurationTemplateDescriptor extends ConfigurationDescriptor
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
name |
configurationFormat, configurationProperty, group, notes, template| Constructor and Description |
|---|
ConfigurationTemplateDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getConfigurationFormat, getConfigurationProperty, getGroup, getNotes, getTemplate, setConfigurationFormat, setNotespublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getName()
StringCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.