public class Store
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="function" type="{http://www.highqsoft.de/schema}storefunction" default="ADD" /> <attribute name="key" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="modifier" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Datatype |
datatype |
protected java.lang.String |
format |
protected Storefunction |
function |
protected java.lang.String |
key |
protected java.lang.String |
modifier |
protected java.lang.String |
value |
Constructor and Description |
---|
Store() |
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.
|
Storefunction |
getFunction()
Gets the value of the function property.
|
java.lang.String |
getKey()
Gets the value of the key property.
|
java.lang.String |
getModifier()
Gets the value of the modifier 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 |
setFunction(Storefunction value)
Sets the value of the function property.
|
void |
setKey(java.lang.String value)
Sets the value of the key property.
|
void |
setModifier(java.lang.String value)
Sets the value of the modifier property.
|
void |
setValue(java.lang.String value)
Sets the value of the value property.
|
protected Datatype datatype
protected java.lang.String format
protected Storefunction function
protected java.lang.String key
protected java.lang.String modifier
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 Storefunction getFunction()
Storefunction
public void setFunction(Storefunction value)
value
- allowed object is
Storefunction
public java.lang.String getKey()
String
public void setKey(java.lang.String value)
value
- allowed object is
String
public java.lang.String getModifier()
String
public void setModifier(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