public static class STATUSType.LAYOUTS.LAYOUT 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">
<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>
| Modifier and Type | Class and Description |
|---|---|
static class |
STATUSType.LAYOUTS.LAYOUT.FIELDS
Java class for anonymous complex type.
|
static class |
STATUSType.LAYOUTS.LAYOUT.RULES
Java class for anonymous complex type.
|
static class |
STATUSType.LAYOUTS.LAYOUT.TRANSFORMATION
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected STATUSType.LAYOUTS.LAYOUT.FIELDS |
fields |
protected String |
name |
protected STATUSType.LAYOUTS.LAYOUT.RULES |
rules |
protected STATUSType.LAYOUTS.LAYOUT.TRANSFORMATION |
transformation |
| Constructor and Description |
|---|
LAYOUT() |
| Modifier and Type | Method and Description |
|---|---|
STATUSType.LAYOUTS.LAYOUT.FIELDS |
getFIELDS()
Gets the value of the fields property.
|
String |
getName()
Gets the value of the name property.
|
STATUSType.LAYOUTS.LAYOUT.RULES |
getRULES()
Gets the value of the rules property.
|
STATUSType.LAYOUTS.LAYOUT.TRANSFORMATION |
getTRANSFORMATION()
Gets the value of the transformation property.
|
void |
setFIELDS(STATUSType.LAYOUTS.LAYOUT.FIELDS value)
Sets the value of the fields property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setRULES(STATUSType.LAYOUTS.LAYOUT.RULES value)
Sets the value of the rules property.
|
void |
setTRANSFORMATION(STATUSType.LAYOUTS.LAYOUT.TRANSFORMATION value)
Sets the value of the transformation property.
|
protected STATUSType.LAYOUTS.LAYOUT.FIELDS fields
protected STATUSType.LAYOUTS.LAYOUT.TRANSFORMATION transformation
protected STATUSType.LAYOUTS.LAYOUT.RULES rules
protected String name
public STATUSType.LAYOUTS.LAYOUT.FIELDS getFIELDS()
STATUSType.LAYOUTS.LAYOUT.FIELDSpublic void setFIELDS(STATUSType.LAYOUTS.LAYOUT.FIELDS value)
value - allowed object is
STATUSType.LAYOUTS.LAYOUT.FIELDSpublic STATUSType.LAYOUTS.LAYOUT.TRANSFORMATION getTRANSFORMATION()
STATUSType.LAYOUTS.LAYOUT.TRANSFORMATIONpublic void setTRANSFORMATION(STATUSType.LAYOUTS.LAYOUT.TRANSFORMATION value)
value - allowed object is
STATUSType.LAYOUTS.LAYOUT.TRANSFORMATIONpublic STATUSType.LAYOUTS.LAYOUT.RULES getRULES()
STATUSType.LAYOUTS.LAYOUT.RULESpublic void setRULES(STATUSType.LAYOUTS.LAYOUT.RULES value)
value - allowed object is
STATUSType.LAYOUTS.LAYOUT.RULESpublic String getName()
StringCopyright © 2019. All rights reserved.