public class Property extends Nameable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://www.appng.org/schema/appngizer}nameable">
<sequence>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="clob" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="status-code" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="status-message" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
clob |
protected String |
defaultValue |
protected String |
description |
protected Integer |
statusCode |
protected String |
statusMessage |
protected String |
value |
| Constructor and Description |
|---|
Property() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue()
Gets the value of the defaultValue property.
|
String |
getDescription()
Gets the value of the description property.
|
Integer |
getStatusCode()
Gets the value of the statusCode property.
|
String |
getStatusMessage()
Gets the value of the statusMessage property.
|
String |
getValue()
Gets the value of the value property.
|
Boolean |
isClob()
Gets the value of the clob property.
|
void |
setClob(Boolean value)
Sets the value of the clob property.
|
void |
setDefaultValue(String value)
Sets the value of the defaultValue property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setStatusCode(Integer value)
Sets the value of the statusCode property.
|
void |
setStatusMessage(String value)
Sets the value of the statusMessage property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected String defaultValue
protected String description
protected Boolean clob
protected Integer statusCode
protected String statusMessage
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getDefaultValue()
Stringpublic void setDefaultValue(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic Boolean isClob()
Booleanpublic void setClob(Boolean value)
value - allowed object is
Booleanpublic Integer getStatusCode()
Integerpublic void setStatusCode(Integer value)
value - allowed object is
Integerpublic String getStatusMessage()
StringCopyright © 2011–2019 aiticon GmbH. All rights reserved.