public static class STATUSType.LAYOUTS.LAYOUT.FIELDS extends Object
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="FIELD" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="xpath" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="indexable" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="result" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="stat" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="tokenizable" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
STATUSType.LAYOUTS.LAYOUT.FIELDS.FIELD
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<STATUSType.LAYOUTS.LAYOUT.FIELDS.FIELD> |
field |
| Constructor and Description |
|---|
FIELDS() |
| Modifier and Type | Method and Description |
|---|---|
List<STATUSType.LAYOUTS.LAYOUT.FIELDS.FIELD> |
getFIELD()
Gets the value of the field property.
|
protected List<STATUSType.LAYOUTS.LAYOUT.FIELDS.FIELD> field
public List<STATUSType.LAYOUTS.LAYOUT.FIELDS.FIELD> 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
STATUSType.LAYOUTS.LAYOUT.FIELDS.FIELD
Copyright © 2019. All rights reserved.