public class Fields extends Object implements Serializable
Java class for fields complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="fields"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="label" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="datatype" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="fieldName" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
datatype |
protected String |
fieldName |
protected String |
label |
Constructor and Description |
---|
Fields() |
Modifier and Type | Method and Description |
---|---|
String |
getDatatype()
Gets the value of the datatype property.
|
String |
getFieldName()
Gets the value of the fieldName property.
|
String |
getLabel()
Gets the value of the label property.
|
void |
setDatatype(String value)
Sets the value of the datatype property.
|
void |
setFieldName(String value)
Sets the value of the fieldName property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
protected String label
protected String datatype
protected String fieldName
public String getLabel()
String
public void setLabel(String value)
value
- allowed object is
String
public String getDatatype()
String
public void setDatatype(String value)
value
- allowed object is
String
public String getFieldName()
String