public static class ServiceFields.Fields extends Object implements Serializable
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">
<sequence>
<element name="label" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="type">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="integer"/>
<enumeration value="decimal"/>
<enumeration value="string"/>
<enumeration value="date"/>
</restriction>
</simpleType>
</element>
<element name="attribute" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="index" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="desc" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
attribute |
protected String |
desc |
protected int |
index |
protected String |
label |
protected String |
type |
| Constructor and Description |
|---|
Fields() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttribute()
Gets the value of the attribute property.
|
String |
getDesc()
Gets the value of the desc property.
|
int |
getIndex()
Gets the value of the index property.
|
String |
getLabel()
Gets the value of the label property.
|
String |
getType()
Gets the value of the type property.
|
void |
setAttribute(String value)
Sets the value of the attribute property.
|
void |
setDesc(String value)
Sets the value of the desc property.
|
void |
setIndex(int value)
Sets the value of the index property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected String label
protected String type
protected String attribute
protected int index
protected String desc
public String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getAttribute()
Stringpublic void setAttribute(String value)
value - allowed object is
Stringpublic int getIndex()
public void setIndex(int value)
public String getDesc()
String