public class Field extends Object
Java class for Field complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Field">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence maxOccurs="unbounded" minOccurs="0">
<element name="Seg" type="{}Seg"/>
<element name="Trans" type="{}Trans" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</sequence>
<attribute name="FieldID" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="CustomerTextID" type="{http://www.w3.org/2001/XMLSchema}token" />
<attribute name="NoContent" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="RawSourceBeforeField" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="RawSourceAfterField" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Label" type="{}TokenMaxLen255" />
<attribute name="ExternalID" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="EmptySegmentsFlags" type="{}TokenMaxLen255" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
customerTextID |
protected String |
emptySegmentsFlags |
protected String |
externalID |
protected int |
fieldID |
protected String |
label |
protected Boolean |
noContent |
protected String |
rawSourceAfterField |
protected String |
rawSourceBeforeField |
protected List<TextContent> |
segAndTrans |
| Constructor and Description |
|---|
Field() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomerTextID()
Gets the value of the customerTextID property.
|
String |
getEmptySegmentsFlags()
Gets the value of the emptySegmentsFlags property.
|
String |
getExternalID()
Gets the value of the externalID property.
|
int |
getFieldID()
Gets the value of the fieldID property.
|
String |
getLabel()
Gets the value of the label property.
|
String |
getRawSourceAfterField()
Gets the value of the rawSourceAfterField property.
|
String |
getRawSourceBeforeField()
Gets the value of the rawSourceBeforeField property.
|
List<Seg> |
getSeg() |
List<TextContent> |
getSegAndTrans()
Gets the value of the segAndTrans property.
|
Boolean |
isNoContent()
Gets the value of the noContent property.
|
void |
setCustomerTextID(String value)
Sets the value of the customerTextID property.
|
void |
setEmptySegmentsFlags(String value)
Sets the value of the emptySegmentsFlags property.
|
void |
setExternalID(String value)
Sets the value of the externalID property.
|
void |
setFieldID(int value)
Sets the value of the fieldID property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setNoContent(Boolean value)
Sets the value of the noContent property.
|
void |
setRawSourceAfterField(String value)
Sets the value of the rawSourceAfterField property.
|
void |
setRawSourceBeforeField(String value)
Sets the value of the rawSourceBeforeField property.
|
protected List<TextContent> segAndTrans
protected int fieldID
protected String customerTextID
protected Boolean noContent
protected String rawSourceBeforeField
protected String rawSourceAfterField
protected String label
protected String externalID
protected String emptySegmentsFlags
public List<TextContent> getSegAndTrans()
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to
the returned list will be present inside the JAXB object. This is why there is not a set method for
the segAndTrans property.
For example, to add a new item, do as follows:
getSegAndTrans().add(newItem);
Objects of the following type(s) are allowed in the list Trans Seg
TextContentspublic int getFieldID()
public void setFieldID(int value)
public String getCustomerTextID()
Stringpublic void setCustomerTextID(String value)
value - allowed object is
Stringpublic Boolean isNoContent()
Booleanpublic void setNoContent(Boolean value)
value - allowed object is
Booleanpublic String getRawSourceBeforeField()
Stringpublic void setRawSourceBeforeField(String value)
value - allowed object is
Stringpublic String getRawSourceAfterField()
Stringpublic void setRawSourceAfterField(String value)
value - allowed object is
Stringpublic String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic String getExternalID()
Stringpublic void setExternalID(String value)
value - allowed object is
Stringpublic String getEmptySegmentsFlags()
StringCopyright © 2021. All rights reserved.