org.apache.incubator.uima.regex
Interface RuleDocument.Rule

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
RuleDocumentImpl.RuleImpl
Enclosing interface:
RuleDocument

public static interface RuleDocument.Rule
extends org.apache.xmlbeans.XmlObject

An XML rule(@http://incubator.apache.org/uima/regex). This is a complex type.


Nested Class Summary
static class RuleDocument.Rule.Factory
          A factory class with static methods for creating instances of this type.
static interface RuleDocument.Rule.MatchStrategy
          An XML matchStrategy(@).
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 MatchTypeFilterDocument.MatchTypeFilter addNewMatchTypeFilter()
          Appends and returns a new empty "matchTypeFilter" element
 RuleExceptionsDocument.RuleExceptions addNewRuleExceptions()
          Appends and returns a new empty "ruleExceptions" element
 UpdateMatchTypeAnnotationDocument.UpdateMatchTypeAnnotation addNewUpdateMatchTypeAnnotation()
          Appends and returns a new empty "updateMatchTypeAnnotation" element
 java.math.BigDecimal getConfidence()
          Gets the "confidence" attribute
 java.lang.String getFeaturePath()
          Gets the "featurePath" attribute
 RuleDocument.Rule.MatchStrategy.Enum getMatchStrategy()
          Gets the "matchStrategy" attribute
 java.lang.String getMatchType()
          Gets the "matchType" attribute
 MatchTypeFilterDocument.MatchTypeFilter getMatchTypeFilter()
          Gets the "matchTypeFilter" element
 java.lang.String getRegEx()
          Gets the "regEx" attribute
 RuleExceptionsDocument.RuleExceptions getRuleExceptions()
          Gets the "ruleExceptions" element
 java.lang.String getRuleId()
          Gets the "ruleId" attribute
 UpdateMatchTypeAnnotationDocument.UpdateMatchTypeAnnotation getUpdateMatchTypeAnnotation()
          Gets the "updateMatchTypeAnnotation" element
 boolean isSetConfidence()
          True if has "confidence" attribute
 boolean isSetFeaturePath()
          True if has "featurePath" attribute
 boolean isSetMatchTypeFilter()
          True if has "matchTypeFilter" element
 boolean isSetRuleExceptions()
          True if has "ruleExceptions" element
 boolean isSetRuleId()
          True if has "ruleId" attribute
 boolean isSetUpdateMatchTypeAnnotation()
          True if has "updateMatchTypeAnnotation" element
 void setConfidence(java.math.BigDecimal confidence)
          Sets the "confidence" attribute
 void setFeaturePath(java.lang.String featurePath)
          Sets the "featurePath" attribute
 void setMatchStrategy(RuleDocument.Rule.MatchStrategy.Enum matchStrategy)
          Sets the "matchStrategy" attribute
 void setMatchType(java.lang.String matchType)
          Sets the "matchType" attribute
 void setMatchTypeFilter(MatchTypeFilterDocument.MatchTypeFilter matchTypeFilter)
          Sets the "matchTypeFilter" element
 void setRegEx(java.lang.String regEx)
          Sets the "regEx" attribute
 void setRuleExceptions(RuleExceptionsDocument.RuleExceptions ruleExceptions)
          Sets the "ruleExceptions" element
 void setRuleId(java.lang.String ruleId)
          Sets the "ruleId" attribute
 void setUpdateMatchTypeAnnotation(UpdateMatchTypeAnnotationDocument.UpdateMatchTypeAnnotation updateMatchTypeAnnotation)
          Sets the "updateMatchTypeAnnotation" element
 void unsetConfidence()
          Unsets the "confidence" attribute
 void unsetFeaturePath()
          Unsets the "featurePath" attribute
 void unsetMatchTypeFilter()
          Unsets the "matchTypeFilter" element
 void unsetRuleExceptions()
          Unsets the "ruleExceptions" element
 void unsetRuleId()
          Unsets the "ruleId" attribute
 void unsetUpdateMatchTypeAnnotation()
          Unsets the "updateMatchTypeAnnotation" element
 org.apache.xmlbeans.XmlDecimal xgetConfidence()
          Gets (as xml) the "confidence" attribute
 org.apache.xmlbeans.XmlString xgetFeaturePath()
          Gets (as xml) the "featurePath" attribute
 RuleDocument.Rule.MatchStrategy xgetMatchStrategy()
          Gets (as xml) the "matchStrategy" attribute
 org.apache.xmlbeans.XmlString xgetMatchType()
          Gets (as xml) the "matchType" attribute
 org.apache.xmlbeans.XmlString xgetRegEx()
          Gets (as xml) the "regEx" attribute
 org.apache.xmlbeans.XmlString xgetRuleId()
          Gets (as xml) the "ruleId" attribute
 void xsetConfidence(org.apache.xmlbeans.XmlDecimal confidence)
          Sets (as xml) the "confidence" attribute
 void xsetFeaturePath(org.apache.xmlbeans.XmlString featurePath)
          Sets (as xml) the "featurePath" attribute
 void xsetMatchStrategy(RuleDocument.Rule.MatchStrategy matchStrategy)
          Sets (as xml) the "matchStrategy" attribute
 void xsetMatchType(org.apache.xmlbeans.XmlString matchType)
          Sets (as xml) the "matchType" attribute
 void xsetRegEx(org.apache.xmlbeans.XmlString regEx)
          Sets (as xml) the "regEx" attribute
 void xsetRuleId(org.apache.xmlbeans.XmlString ruleId)
          Sets (as xml) the "ruleId" attribute
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getMatchTypeFilter

MatchTypeFilterDocument.MatchTypeFilter getMatchTypeFilter()
Gets the "matchTypeFilter" element


isSetMatchTypeFilter

boolean isSetMatchTypeFilter()
True if has "matchTypeFilter" element


setMatchTypeFilter

void setMatchTypeFilter(MatchTypeFilterDocument.MatchTypeFilter matchTypeFilter)
Sets the "matchTypeFilter" element


addNewMatchTypeFilter

MatchTypeFilterDocument.MatchTypeFilter addNewMatchTypeFilter()
Appends and returns a new empty "matchTypeFilter" element


unsetMatchTypeFilter

void unsetMatchTypeFilter()
Unsets the "matchTypeFilter" element


getUpdateMatchTypeAnnotation

UpdateMatchTypeAnnotationDocument.UpdateMatchTypeAnnotation getUpdateMatchTypeAnnotation()
Gets the "updateMatchTypeAnnotation" element


isSetUpdateMatchTypeAnnotation

boolean isSetUpdateMatchTypeAnnotation()
True if has "updateMatchTypeAnnotation" element


setUpdateMatchTypeAnnotation

void setUpdateMatchTypeAnnotation(UpdateMatchTypeAnnotationDocument.UpdateMatchTypeAnnotation updateMatchTypeAnnotation)
Sets the "updateMatchTypeAnnotation" element


addNewUpdateMatchTypeAnnotation

UpdateMatchTypeAnnotationDocument.UpdateMatchTypeAnnotation addNewUpdateMatchTypeAnnotation()
Appends and returns a new empty "updateMatchTypeAnnotation" element


unsetUpdateMatchTypeAnnotation

void unsetUpdateMatchTypeAnnotation()
Unsets the "updateMatchTypeAnnotation" element


getRuleExceptions

RuleExceptionsDocument.RuleExceptions getRuleExceptions()
Gets the "ruleExceptions" element


isSetRuleExceptions

boolean isSetRuleExceptions()
True if has "ruleExceptions" element


setRuleExceptions

void setRuleExceptions(RuleExceptionsDocument.RuleExceptions ruleExceptions)
Sets the "ruleExceptions" element


addNewRuleExceptions

RuleExceptionsDocument.RuleExceptions addNewRuleExceptions()
Appends and returns a new empty "ruleExceptions" element


unsetRuleExceptions

void unsetRuleExceptions()
Unsets the "ruleExceptions" element


getRegEx

java.lang.String getRegEx()
Gets the "regEx" attribute


xgetRegEx

org.apache.xmlbeans.XmlString xgetRegEx()
Gets (as xml) the "regEx" attribute


setRegEx

void setRegEx(java.lang.String regEx)
Sets the "regEx" attribute


xsetRegEx

void xsetRegEx(org.apache.xmlbeans.XmlString regEx)
Sets (as xml) the "regEx" attribute


getMatchStrategy

RuleDocument.Rule.MatchStrategy.Enum getMatchStrategy()
Gets the "matchStrategy" attribute


xgetMatchStrategy

RuleDocument.Rule.MatchStrategy xgetMatchStrategy()
Gets (as xml) the "matchStrategy" attribute


setMatchStrategy

void setMatchStrategy(RuleDocument.Rule.MatchStrategy.Enum matchStrategy)
Sets the "matchStrategy" attribute


xsetMatchStrategy

void xsetMatchStrategy(RuleDocument.Rule.MatchStrategy matchStrategy)
Sets (as xml) the "matchStrategy" attribute


getMatchType

java.lang.String getMatchType()
Gets the "matchType" attribute


xgetMatchType

org.apache.xmlbeans.XmlString xgetMatchType()
Gets (as xml) the "matchType" attribute


setMatchType

void setMatchType(java.lang.String matchType)
Sets the "matchType" attribute


xsetMatchType

void xsetMatchType(org.apache.xmlbeans.XmlString matchType)
Sets (as xml) the "matchType" attribute


getFeaturePath

java.lang.String getFeaturePath()
Gets the "featurePath" attribute


xgetFeaturePath

org.apache.xmlbeans.XmlString xgetFeaturePath()
Gets (as xml) the "featurePath" attribute


isSetFeaturePath

boolean isSetFeaturePath()
True if has "featurePath" attribute


setFeaturePath

void setFeaturePath(java.lang.String featurePath)
Sets the "featurePath" attribute


xsetFeaturePath

void xsetFeaturePath(org.apache.xmlbeans.XmlString featurePath)
Sets (as xml) the "featurePath" attribute


unsetFeaturePath

void unsetFeaturePath()
Unsets the "featurePath" attribute


getRuleId

java.lang.String getRuleId()
Gets the "ruleId" attribute


xgetRuleId

org.apache.xmlbeans.XmlString xgetRuleId()
Gets (as xml) the "ruleId" attribute


isSetRuleId

boolean isSetRuleId()
True if has "ruleId" attribute


setRuleId

void setRuleId(java.lang.String ruleId)
Sets the "ruleId" attribute


xsetRuleId

void xsetRuleId(org.apache.xmlbeans.XmlString ruleId)
Sets (as xml) the "ruleId" attribute


unsetRuleId

void unsetRuleId()
Unsets the "ruleId" attribute


getConfidence

java.math.BigDecimal getConfidence()
Gets the "confidence" attribute


xgetConfidence

org.apache.xmlbeans.XmlDecimal xgetConfidence()
Gets (as xml) the "confidence" attribute


isSetConfidence

boolean isSetConfidence()
True if has "confidence" attribute


setConfidence

void setConfidence(java.math.BigDecimal confidence)
Sets the "confidence" attribute


xsetConfidence

void xsetConfidence(org.apache.xmlbeans.XmlDecimal confidence)
Sets (as xml) the "confidence" attribute


unsetConfidence

void unsetConfidence()
Unsets the "confidence" attribute



Copyright © 2011. All Rights Reserved.