public static interface RuleDocument.Rule
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
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(@).
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
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
|
BigDecimal |
getConfidence()
Gets the "confidence" attribute
|
String |
getFeaturePath()
Gets the "featurePath" attribute
|
RuleDocument.Rule.MatchStrategy.Enum |
getMatchStrategy()
Gets the "matchStrategy" attribute
|
String |
getMatchType()
Gets the "matchType" attribute
|
MatchTypeFilterDocument.MatchTypeFilter |
getMatchTypeFilter()
Gets the "matchTypeFilter" element
|
String |
getRegEx()
Gets the "regEx" attribute
|
RuleExceptionsDocument.RuleExceptions |
getRuleExceptions()
Gets the "ruleExceptions" element
|
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(BigDecimal confidence)
Sets the "confidence" attribute
|
void |
setFeaturePath(String featurePath)
Sets the "featurePath" attribute
|
void |
setMatchStrategy(RuleDocument.Rule.MatchStrategy.Enum matchStrategy)
Sets the "matchStrategy" attribute
|
void |
setMatchType(String matchType)
Sets the "matchType" attribute
|
void |
setMatchTypeFilter(MatchTypeFilterDocument.MatchTypeFilter matchTypeFilter)
Sets the "matchTypeFilter" element
|
void |
setRegEx(String regEx)
Sets the "regEx" attribute
|
void |
setRuleExceptions(RuleExceptionsDocument.RuleExceptions ruleExceptions)
Sets the "ruleExceptions" element
|
void |
setRuleId(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
|
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
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
MatchTypeFilterDocument.MatchTypeFilter getMatchTypeFilter()
boolean isSetMatchTypeFilter()
void setMatchTypeFilter(MatchTypeFilterDocument.MatchTypeFilter matchTypeFilter)
MatchTypeFilterDocument.MatchTypeFilter addNewMatchTypeFilter()
void unsetMatchTypeFilter()
UpdateMatchTypeAnnotationDocument.UpdateMatchTypeAnnotation getUpdateMatchTypeAnnotation()
boolean isSetUpdateMatchTypeAnnotation()
void setUpdateMatchTypeAnnotation(UpdateMatchTypeAnnotationDocument.UpdateMatchTypeAnnotation updateMatchTypeAnnotation)
UpdateMatchTypeAnnotationDocument.UpdateMatchTypeAnnotation addNewUpdateMatchTypeAnnotation()
void unsetUpdateMatchTypeAnnotation()
RuleExceptionsDocument.RuleExceptions getRuleExceptions()
boolean isSetRuleExceptions()
void setRuleExceptions(RuleExceptionsDocument.RuleExceptions ruleExceptions)
RuleExceptionsDocument.RuleExceptions addNewRuleExceptions()
void unsetRuleExceptions()
String getRegEx()
org.apache.xmlbeans.XmlString xgetRegEx()
void setRegEx(String regEx)
void xsetRegEx(org.apache.xmlbeans.XmlString regEx)
RuleDocument.Rule.MatchStrategy.Enum getMatchStrategy()
RuleDocument.Rule.MatchStrategy xgetMatchStrategy()
void setMatchStrategy(RuleDocument.Rule.MatchStrategy.Enum matchStrategy)
void xsetMatchStrategy(RuleDocument.Rule.MatchStrategy matchStrategy)
String getMatchType()
org.apache.xmlbeans.XmlString xgetMatchType()
void setMatchType(String matchType)
void xsetMatchType(org.apache.xmlbeans.XmlString matchType)
String getFeaturePath()
org.apache.xmlbeans.XmlString xgetFeaturePath()
boolean isSetFeaturePath()
void setFeaturePath(String featurePath)
void xsetFeaturePath(org.apache.xmlbeans.XmlString featurePath)
void unsetFeaturePath()
String getRuleId()
org.apache.xmlbeans.XmlString xgetRuleId()
boolean isSetRuleId()
void setRuleId(String ruleId)
void xsetRuleId(org.apache.xmlbeans.XmlString ruleId)
void unsetRuleId()
BigDecimal getConfidence()
org.apache.xmlbeans.XmlDecimal xgetConfidence()
boolean isSetConfidence()
void setConfidence(BigDecimal confidence)
void xsetConfidence(org.apache.xmlbeans.XmlDecimal confidence)
void unsetConfidence()
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.