public static class STATUSType.LAYOUTS 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="LAYOUT" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="FIELDS">
<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>
</element>
<element name="TRANSFORMATION" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any/>
</sequence>
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="RULES" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="RULE" type="{http://www.w3.org/2001/XMLSchema}anyType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</all>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
STATUSType.LAYOUTS.LAYOUT
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<STATUSType.LAYOUTS.LAYOUT> |
layout |
| Constructor and Description |
|---|
LAYOUTS() |
| Modifier and Type | Method and Description |
|---|---|
List<STATUSType.LAYOUTS.LAYOUT> |
getLAYOUT()
Gets the value of the layout property.
|
protected List<STATUSType.LAYOUTS.LAYOUT> layout
public List<STATUSType.LAYOUTS.LAYOUT> getLAYOUT()
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 layout property.
For example, to add a new item, do as follows:
getLAYOUT().add(newItem);
Objects of the following type(s) are allowed in the list
STATUSType.LAYOUTS.LAYOUT
Copyright © 2022. All rights reserved.