public class Property extends Object
Java class for property complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="property"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="clob" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="type" type="{http://www.appng.org/schema/application}propertyType" /> </extension> </simpleContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
clob |
protected String |
description |
protected String |
id |
protected PropertyType |
type |
protected String |
value |
Constructor and Description |
---|
Property() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getId()
Gets the value of the id property.
|
PropertyType |
getType()
Gets the value of the type 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 |
setDescription(String value)
Sets the value of the description property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setType(PropertyType value)
Sets the value of the type property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected String id
protected String description
protected Boolean clob
protected PropertyType type
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public void setId(String value)
value
- allowed object is
String
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public Boolean isClob()
Boolean
public void setClob(Boolean value)
value
- allowed object is
Boolean
public PropertyType getType()
PropertyType
public void setType(PropertyType value)
value
- allowed object is
PropertyType
Copyright © 2011–2020 aiticon GmbH. All rights reserved.