public class ConfigurationProperty extends Object
Java class for configurationProperty complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="configurationProperty">
<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="4000"/>
</restriction>
</simpleType>
</element>
</sequence>
<attribute name="description">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<whiteSpace value="collapse"/>
<minLength value="1"/>
<maxLength value="1000"/>
</restriction>
</simpleType>
</attribute>
<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="name" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<whiteSpace value="collapse"/>
<minLength value="1"/>
<maxLength value="255"/>
</restriction>
</simpleType>
</attribute>
<attribute name="readOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="required" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="summary" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
displayName |
protected String |
longDescription |
protected String |
name |
protected Boolean |
readOnly |
protected Boolean |
required |
protected Boolean |
summary |
| Constructor and Description |
|---|
ConfigurationProperty() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getDisplayName()
Gets the value of the displayName property.
|
String |
getLongDescription()
Gets the value of the longDescription property.
|
String |
getName()
Gets the value of the name property.
|
boolean |
isReadOnly()
Gets the value of the readOnly property.
|
boolean |
isRequired()
Gets the value of the required property.
|
boolean |
isSummary()
Gets the value of the summary property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDisplayName(String value)
Sets the value of the displayName property.
|
void |
setLongDescription(String value)
Sets the value of the longDescription property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setReadOnly(Boolean value)
Sets the value of the readOnly property.
|
void |
setRequired(Boolean value)
Sets the value of the required property.
|
void |
setSummary(Boolean value)
Sets the value of the summary property.
|
protected String longDescription
protected String description
protected String displayName
protected String name
protected Boolean readOnly
protected Boolean required
protected Boolean summary
public String getLongDescription()
Stringpublic void setLongDescription(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getDisplayName()
Stringpublic void setDisplayName(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isReadOnly()
Booleanpublic void setReadOnly(Boolean value)
value - allowed object is
Booleanpublic boolean isRequired()
Booleanpublic void setRequired(Boolean value)
value - allowed object is
Booleanpublic boolean isSummary()
BooleanCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.