public class FIELDType extends Object
Java class for FIELDType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FIELDType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="ord" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="label" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
content |
protected String |
label |
protected int |
ord |
| Constructor and Description |
|---|
FIELDType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
Gets the value of the content property.
|
String |
getLabel()
Gets the value of the label property.
|
int |
getOrd()
Gets the value of the ord property.
|
void |
setContent(String value)
Sets the value of the content property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setOrd(int value)
Sets the value of the ord property.
|
public String getContent()
Stringpublic void setContent(String value)
value - allowed object is
Stringpublic int getOrd()
public void setOrd(int value)
public String getLabel()
StringCopyright © 2022. All rights reserved.