Drools :: PMML - Compiler 6.2.0.CR3

org.dmg.pmml.pmml_4_2.descr
Class TextIndexNormalization

java.lang.Object
  extended by org.dmg.pmml.pmml_4_2.descr.TextIndexNormalization
All Implemented Interfaces:
Serializable

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>
 

See Also:
Serialized Form

Field Summary
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 Summary
TextIndexNormalization()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

extensions

protected List<Extension> extensions

inlineTable

protected InlineTable inlineTable

tableLocator

protected TableLocator tableLocator

inField

protected String inField

outField

protected String outField

regexField

protected String regexField

recursive

protected Boolean recursive

isCaseSensitive

protected Boolean isCaseSensitive

maxLevenshteinDistance

protected BigInteger maxLevenshteinDistance

wordSeparatorCharacterRE

protected String wordSeparatorCharacterRE

tokenize

protected Boolean tokenize
Constructor Detail

TextIndexNormalization

public TextIndexNormalization()
Method Detail

getExtensions

public List<Extension> getExtensions()
Gets the value of the extensions property.

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


getInlineTable

public InlineTable getInlineTable()
Gets the value of the inlineTable property.

Returns:
possible object is InlineTable

setInlineTable

public void setInlineTable(InlineTable value)
Sets the value of the inlineTable property.

Parameters:
value - allowed object is InlineTable

getTableLocator

public TableLocator getTableLocator()
Gets the value of the tableLocator property.

Returns:
possible object is TableLocator

setTableLocator

public void setTableLocator(TableLocator value)
Sets the value of the tableLocator property.

Parameters:
value - allowed object is TableLocator

getInField

public String getInField()
Gets the value of the inField property.

Returns:
possible object is String

setInField

public void setInField(String value)
Sets the value of the inField property.

Parameters:
value - allowed object is String

getOutField

public String getOutField()
Gets the value of the outField property.

Returns:
possible object is String

setOutField

public void setOutField(String value)
Sets the value of the outField property.

Parameters:
value - allowed object is String

getRegexField

public String getRegexField()
Gets the value of the regexField property.

Returns:
possible object is String

setRegexField

public void setRegexField(String value)
Sets the value of the regexField property.

Parameters:
value - allowed object is String

isRecursive

public boolean isRecursive()
Gets the value of the recursive property.

Returns:
possible object is Boolean

setRecursive

public void setRecursive(Boolean value)
Sets the value of the recursive property.

Parameters:
value - allowed object is Boolean

isIsCaseSensitive

public Boolean isIsCaseSensitive()
Gets the value of the isCaseSensitive property.

Returns:
possible object is Boolean

setIsCaseSensitive

public void setIsCaseSensitive(Boolean value)
Sets the value of the isCaseSensitive property.

Parameters:
value - allowed object is Boolean

getMaxLevenshteinDistance

public BigInteger getMaxLevenshteinDistance()
Gets the value of the maxLevenshteinDistance property.

Returns:
possible object is BigInteger

setMaxLevenshteinDistance

public void setMaxLevenshteinDistance(BigInteger value)
Sets the value of the maxLevenshteinDistance property.

Parameters:
value - allowed object is BigInteger

getWordSeparatorCharacterRE

public String getWordSeparatorCharacterRE()
Gets the value of the wordSeparatorCharacterRE property.

Returns:
possible object is String

setWordSeparatorCharacterRE

public void setWordSeparatorCharacterRE(String value)
Sets the value of the wordSeparatorCharacterRE property.

Parameters:
value - allowed object is String

isTokenize

public Boolean isTokenize()
Gets the value of the tokenize property.

Returns:
possible object is Boolean

setTokenize

public void setTokenize(Boolean value)
Sets the value of the tokenize property.

Parameters:
value - allowed object is Boolean

Drools :: PMML - Compiler 6.2.0.CR3

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.