public class Literal
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="datatype" type="{http://www.highqsoft.de/schema}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()
Datatype
public void setDatatype(Datatype value)
value
- allowed object is
Datatype
public java.lang.String getFormat()
String
public void setFormat(java.lang.String value)
value
- allowed object is
String
public java.lang.String getValue()
String
public void setValue(java.lang.String value)
value
- allowed object is
String