public class STATUSType extends Object
Java class for STATUSType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="STATUSType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="LAYOUTS">
<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>
</element>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
STATUSType.LAYOUTS
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected STATUSType.LAYOUTS |
layouts |
| Constructor and Description |
|---|
STATUSType() |
| Modifier and Type | Method and Description |
|---|---|
STATUSType.LAYOUTS |
getLAYOUTS()
Gets the value of the layouts property.
|
void |
setLAYOUTS(STATUSType.LAYOUTS value)
Sets the value of the layouts property.
|
protected STATUSType.LAYOUTS layouts
public STATUSType.LAYOUTS getLAYOUTS()
STATUSType.LAYOUTSpublic void setLAYOUTS(STATUSType.LAYOUTS value)
value - allowed object is
STATUSType.LAYOUTSCopyright © 2017. All rights reserved.