public class TextIndexNormalization extends Object implements Serializable
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 ref="{http://www.dmg.org/PMML-4_2}Extension" maxOccurs="unbounded" minOccurs="0"/>
<choice minOccurs="0">
<element ref="{http://www.dmg.org/PMML-4_2}TableLocator"/>
<element ref="{http://www.dmg.org/PMML-4_2}InlineTable"/>
</choice>
</sequence>
<attribute name="inField" type="{http://www.w3.org/2001/XMLSchema}string" default="string" />
<attribute name="outField" type="{http://www.w3.org/2001/XMLSchema}string" default="stem" />
<attribute name="regexField" type="{http://www.w3.org/2001/XMLSchema}string" default="regex" />
<attribute name="recursive" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="isCaseSensitive" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="maxLevenshteinDistance" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="wordSeparatorCharacterRE" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="tokenize" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Extension> |
extensions |
protected String |
inField |
protected InlineTable |
inlineTable |
protected Boolean |
isCaseSensitive |
protected BigInteger |
maxLevenshteinDistance |
protected String |
outField |
protected Boolean |
recursive |
protected String |
regexField |
protected TableLocator |
tableLocator |
protected Boolean |
tokenize |
protected String |
wordSeparatorCharacterRE |
| Constructor and Description |
|---|
TextIndexNormalization() |
| Modifier and Type | Method and Description |
|---|---|
List<Extension> |
getExtensions()
Gets the value of the extensions property.
|
String |
getInField()
Gets the value of the inField property.
|
InlineTable |
getInlineTable()
Gets the value of the inlineTable property.
|
BigInteger |
getMaxLevenshteinDistance()
Gets the value of the maxLevenshteinDistance property.
|
String |
getOutField()
Gets the value of the outField property.
|
String |
getRegexField()
Gets the value of the regexField property.
|
TableLocator |
getTableLocator()
Gets the value of the tableLocator property.
|
String |
getWordSeparatorCharacterRE()
Gets the value of the wordSeparatorCharacterRE property.
|
Boolean |
isIsCaseSensitive()
Gets the value of the isCaseSensitive property.
|
boolean |
isRecursive()
Gets the value of the recursive property.
|
Boolean |
isTokenize()
Gets the value of the tokenize property.
|
void |
setInField(String value)
Sets the value of the inField property.
|
void |
setInlineTable(InlineTable value)
Sets the value of the inlineTable property.
|
void |
setIsCaseSensitive(Boolean value)
Sets the value of the isCaseSensitive property.
|
void |
setMaxLevenshteinDistance(BigInteger value)
Sets the value of the maxLevenshteinDistance property.
|
void |
setOutField(String value)
Sets the value of the outField property.
|
void |
setRecursive(Boolean value)
Sets the value of the recursive property.
|
void |
setRegexField(String value)
Sets the value of the regexField property.
|
void |
setTableLocator(TableLocator value)
Sets the value of the tableLocator property.
|
void |
setTokenize(Boolean value)
Sets the value of the tokenize property.
|
void |
setWordSeparatorCharacterRE(String value)
Sets the value of the wordSeparatorCharacterRE property.
|
protected InlineTable inlineTable
protected TableLocator tableLocator
protected String inField
protected String outField
protected String regexField
protected Boolean recursive
protected Boolean isCaseSensitive
protected BigInteger maxLevenshteinDistance
protected String wordSeparatorCharacterRE
protected Boolean tokenize
public List<Extension> getExtensions()
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 extensions property.
For example, to add a new item, do as follows:
getExtensions().add(newItem);
Objects of the following type(s) are allowed in the list
Extension
public InlineTable getInlineTable()
InlineTablepublic void setInlineTable(InlineTable value)
value - allowed object is
InlineTablepublic TableLocator getTableLocator()
TableLocatorpublic void setTableLocator(TableLocator value)
value - allowed object is
TableLocatorpublic String getInField()
Stringpublic void setInField(String value)
value - allowed object is
Stringpublic String getOutField()
Stringpublic void setOutField(String value)
value - allowed object is
Stringpublic String getRegexField()
Stringpublic void setRegexField(String value)
value - allowed object is
Stringpublic boolean isRecursive()
Booleanpublic void setRecursive(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsCaseSensitive()
Booleanpublic void setIsCaseSensitive(Boolean value)
value - allowed object is
Booleanpublic BigInteger getMaxLevenshteinDistance()
BigIntegerpublic void setMaxLevenshteinDistance(BigInteger value)
value - allowed object is
BigIntegerpublic String getWordSeparatorCharacterRE()
Stringpublic void setWordSeparatorCharacterRE(String value)
value - allowed object is
Stringpublic Boolean isTokenize()
BooleanCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.