public static class STATUSType.LAYOUTS.LAYOUT.FIELDS.FIELD 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">
<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>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
indexable |
protected String |
name |
protected boolean |
result |
protected Boolean |
stat |
protected Boolean |
tokenizable |
protected String |
type |
protected String |
xpath |
| Constructor and Description |
|---|
FIELD() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
String |
getType()
Gets the value of the type property.
|
String |
getXpath()
Gets the value of the xpath property.
|
boolean |
isIndexable()
Gets the value of the indexable property.
|
boolean |
isResult()
Gets the value of the result property.
|
Boolean |
isStat()
Gets the value of the stat property.
|
Boolean |
isTokenizable()
Gets the value of the tokenizable property.
|
void |
setIndexable(boolean value)
Sets the value of the indexable property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setResult(boolean value)
Sets the value of the result property.
|
void |
setStat(Boolean value)
Sets the value of the stat property.
|
void |
setTokenizable(Boolean value)
Sets the value of the tokenizable property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setXpath(String value)
Sets the value of the xpath property.
|
protected String name
protected String xpath
protected boolean indexable
protected boolean result
protected String type
protected Boolean stat
protected Boolean tokenizable
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getXpath()
Stringpublic void setXpath(String value)
value - allowed object is
Stringpublic boolean isIndexable()
public void setIndexable(boolean value)
public boolean isResult()
public void setResult(boolean value)
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic Boolean isStat()
Booleanpublic void setStat(Boolean value)
value - allowed object is
Booleanpublic Boolean isTokenizable()
BooleanCopyright © 2017. All rights reserved.