public class EXTRAFIELDS extends Object
Java class for EXTRA_FIELDS complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EXTRA_FIELDS">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FIELD" type="{}FieldType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
EXTRAFIELDS() |
| Modifier and Type | Method and Description |
|---|---|
List<FieldType> |
getFIELD()
Gets the value of the field property.
|
public List<FieldType> getFIELD()
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 field property.
For example, to add a new item, do as follows:
getFIELD().add(newItem);
Objects of the following type(s) are allowed in the list
FieldType
Copyright © 2017. All rights reserved.