public class Literal
extends java.lang.Object
Java class for literal complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="literal">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="datatype" type="{http://www.highqsoft.com/transformer/common}datatype" default="DT_STRING" />
<attribute name="format" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Datatype |
datatype |
protected java.lang.String |
format |
protected java.lang.String |
value |
| Constructor and Description |
|---|
Literal() |
| Modifier and Type | Method and Description |
|---|---|
Datatype |
getDatatype()
Gets the value of the datatype property.
|
java.lang.String |
getFormat()
Gets the value of the format property.
|
java.lang.String |
getValue()
Gets the value of the value property.
|
void |
setDatatype(Datatype value)
Sets the value of the datatype property.
|
void |
setFormat(java.lang.String value)
Sets the value of the format property.
|
void |
setValue(java.lang.String value)
Sets the value of the value property.
|
protected Datatype datatype
protected java.lang.String format
protected java.lang.String value
public Datatype getDatatype()
Datatypepublic void setDatatype(Datatype value)
value - allowed object is
Datatypepublic java.lang.String getFormat()
Stringpublic void setFormat(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is
String