@Exported public class IndexFieldDescriptor extends Object
Java class for indexFieldDescriptor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="indexFieldDescriptor">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="type" type="{http://www.fatwire.com/schema/rest/1.0}indexFieldTypeEnum"/>
<element name="tokenized" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="stored" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="boost" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
boost |
protected String |
name |
protected boolean |
stored |
protected boolean |
tokenized |
protected IndexFieldTypeEnum |
type |
| Constructor and Description |
|---|
IndexFieldDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBoost()
Gets the value of the boost property.
|
String |
getName()
Gets the value of the name property.
|
IndexFieldTypeEnum |
getType()
Gets the value of the type property.
|
boolean |
isStored()
Gets the value of the stored property.
|
boolean |
isTokenized()
Gets the value of the tokenized property.
|
void |
setBoost(int value)
Sets the value of the boost property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setStored(boolean value)
Sets the value of the stored property.
|
void |
setTokenized(boolean value)
Sets the value of the tokenized property.
|
void |
setType(IndexFieldTypeEnum value)
Sets the value of the type property.
|
protected String name
protected IndexFieldTypeEnum type
protected boolean tokenized
protected boolean stored
protected int boost
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic IndexFieldTypeEnum getType()
IndexFieldTypeEnumpublic void setType(IndexFieldTypeEnum value)
value - allowed object is
IndexFieldTypeEnumpublic boolean isTokenized()
public void setTokenized(boolean value)
public boolean isStored()
public void setStored(boolean value)
public int getBoost()
public void setBoost(int value)