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()
InlineTable
public void setInlineTable(InlineTable value)
value
- allowed object is
InlineTable
public TableLocator getTableLocator()
TableLocator
public void setTableLocator(TableLocator value)
value
- allowed object is
TableLocator
public String getInField()
String
public void setInField(String value)
value
- allowed object is
String
public String getOutField()
String
public void setOutField(String value)
value
- allowed object is
String
public String getRegexField()
String
public void setRegexField(String value)
value
- allowed object is
String
public boolean isRecursive()
Boolean
public void setRecursive(Boolean value)
value
- allowed object is
Boolean
public Boolean isIsCaseSensitive()
Boolean
public void setIsCaseSensitive(Boolean value)
value
- allowed object is
Boolean
public BigInteger getMaxLevenshteinDistance()
BigInteger
public void setMaxLevenshteinDistance(BigInteger value)
value
- allowed object is
BigInteger
public String getWordSeparatorCharacterRE()
String
public void setWordSeparatorCharacterRE(String value)
value
- allowed object is
String
public Boolean isTokenize()
Boolean
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.