|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SingleFeatureMatcherXML
An XML SingleFeatureMatcherXML(@http://www.apache.org/uima/tools/cfe/config/XMLBeans). This is a complex type.
Nested Class Summary | |
---|---|
static class |
SingleFeatureMatcherXML.Factory
A factory class with static methods for creating instances of this type. |
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 | |
---|---|
BitsetFeatureValuesXML |
addNewBitsetFeatureValues()
Appends and returns a new empty "bitsetFeatureValues" element |
EnumFeatureValuesXML |
addNewEnumFeatureValues()
Appends and returns a new empty "enumFeatureValues" element |
ObjectPathFeatureValuesXML |
addNewObjectPathFeatureValues()
Appends and returns a new empty "objectPathFeatureValues" element |
PatternFeatureValuesXML |
addNewPatternFeatureValues()
Appends and returns a new empty "patternFeatureValues" element |
RangeFeatureValuesXML |
addNewRangeFeatureValues()
Appends and returns a new empty "rangeFeatureValues" element |
BitsetFeatureValuesXML |
getBitsetFeatureValues()
Gets the "bitsetFeatureValues" element |
EnumFeatureValuesXML |
getEnumFeatureValues()
Gets the "enumFeatureValues" element |
boolean |
getExclude()
Gets the "exclude" attribute |
String |
getFeaturePath()
Gets the "featurePath" attribute |
String |
getFeatureTypeName()
Gets the "featureTypeName" attribute |
ObjectPathFeatureValuesXML |
getObjectPathFeatureValues()
Gets the "objectPathFeatureValues" element |
PatternFeatureValuesXML |
getPatternFeatureValues()
Gets the "patternFeatureValues" element |
boolean |
getQuiet()
Gets the "quiet" attribute |
RangeFeatureValuesXML |
getRangeFeatureValues()
Gets the "rangeFeatureValues" element |
boolean |
isSetBitsetFeatureValues()
True if has "bitsetFeatureValues" element |
boolean |
isSetEnumFeatureValues()
True if has "enumFeatureValues" element |
boolean |
isSetExclude()
True if has "exclude" attribute |
boolean |
isSetFeatureTypeName()
True if has "featureTypeName" attribute |
boolean |
isSetObjectPathFeatureValues()
True if has "objectPathFeatureValues" element |
boolean |
isSetPatternFeatureValues()
True if has "patternFeatureValues" element |
boolean |
isSetQuiet()
True if has "quiet" attribute |
boolean |
isSetRangeFeatureValues()
True if has "rangeFeatureValues" element |
void |
setBitsetFeatureValues(BitsetFeatureValuesXML bitsetFeatureValues)
Sets the "bitsetFeatureValues" element |
void |
setEnumFeatureValues(EnumFeatureValuesXML enumFeatureValues)
Sets the "enumFeatureValues" element |
void |
setExclude(boolean exclude)
Sets the "exclude" attribute |
void |
setFeaturePath(String featurePath)
Sets the "featurePath" attribute |
void |
setFeatureTypeName(String featureTypeName)
Sets the "featureTypeName" attribute |
void |
setObjectPathFeatureValues(ObjectPathFeatureValuesXML objectPathFeatureValues)
Sets the "objectPathFeatureValues" element |
void |
setPatternFeatureValues(PatternFeatureValuesXML patternFeatureValues)
Sets the "patternFeatureValues" element |
void |
setQuiet(boolean quiet)
Sets the "quiet" attribute |
void |
setRangeFeatureValues(RangeFeatureValuesXML rangeFeatureValues)
Sets the "rangeFeatureValues" element |
void |
unsetBitsetFeatureValues()
Unsets the "bitsetFeatureValues" element |
void |
unsetEnumFeatureValues()
Unsets the "enumFeatureValues" element |
void |
unsetExclude()
Unsets the "exclude" attribute |
void |
unsetFeatureTypeName()
Unsets the "featureTypeName" attribute |
void |
unsetObjectPathFeatureValues()
Unsets the "objectPathFeatureValues" element |
void |
unsetPatternFeatureValues()
Unsets the "patternFeatureValues" element |
void |
unsetQuiet()
Unsets the "quiet" attribute |
void |
unsetRangeFeatureValues()
Unsets the "rangeFeatureValues" element |
org.apache.xmlbeans.XmlBoolean |
xgetExclude()
Gets (as xml) the "exclude" attribute |
org.apache.xmlbeans.XmlString |
xgetFeaturePath()
Gets (as xml) the "featurePath" attribute |
org.apache.xmlbeans.XmlString |
xgetFeatureTypeName()
Gets (as xml) the "featureTypeName" attribute |
org.apache.xmlbeans.XmlBoolean |
xgetQuiet()
Gets (as xml) the "quiet" attribute |
void |
xsetExclude(org.apache.xmlbeans.XmlBoolean exclude)
Sets (as xml) the "exclude" attribute |
void |
xsetFeaturePath(org.apache.xmlbeans.XmlString featurePath)
Sets (as xml) the "featurePath" attribute |
void |
xsetFeatureTypeName(org.apache.xmlbeans.XmlString featureTypeName)
Sets (as xml) the "featureTypeName" attribute |
void |
xsetQuiet(org.apache.xmlbeans.XmlBoolean quiet)
Sets (as xml) the "quiet" 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 |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
RangeFeatureValuesXML getRangeFeatureValues()
boolean isSetRangeFeatureValues()
void setRangeFeatureValues(RangeFeatureValuesXML rangeFeatureValues)
RangeFeatureValuesXML addNewRangeFeatureValues()
void unsetRangeFeatureValues()
EnumFeatureValuesXML getEnumFeatureValues()
boolean isSetEnumFeatureValues()
void setEnumFeatureValues(EnumFeatureValuesXML enumFeatureValues)
EnumFeatureValuesXML addNewEnumFeatureValues()
void unsetEnumFeatureValues()
BitsetFeatureValuesXML getBitsetFeatureValues()
boolean isSetBitsetFeatureValues()
void setBitsetFeatureValues(BitsetFeatureValuesXML bitsetFeatureValues)
BitsetFeatureValuesXML addNewBitsetFeatureValues()
void unsetBitsetFeatureValues()
ObjectPathFeatureValuesXML getObjectPathFeatureValues()
boolean isSetObjectPathFeatureValues()
void setObjectPathFeatureValues(ObjectPathFeatureValuesXML objectPathFeatureValues)
ObjectPathFeatureValuesXML addNewObjectPathFeatureValues()
void unsetObjectPathFeatureValues()
PatternFeatureValuesXML getPatternFeatureValues()
boolean isSetPatternFeatureValues()
void setPatternFeatureValues(PatternFeatureValuesXML patternFeatureValues)
PatternFeatureValuesXML addNewPatternFeatureValues()
void unsetPatternFeatureValues()
String getFeatureTypeName()
org.apache.xmlbeans.XmlString xgetFeatureTypeName()
boolean isSetFeatureTypeName()
void setFeatureTypeName(String featureTypeName)
void xsetFeatureTypeName(org.apache.xmlbeans.XmlString featureTypeName)
void unsetFeatureTypeName()
String getFeaturePath()
org.apache.xmlbeans.XmlString xgetFeaturePath()
void setFeaturePath(String featurePath)
void xsetFeaturePath(org.apache.xmlbeans.XmlString featurePath)
boolean getExclude()
org.apache.xmlbeans.XmlBoolean xgetExclude()
boolean isSetExclude()
void setExclude(boolean exclude)
void xsetExclude(org.apache.xmlbeans.XmlBoolean exclude)
void unsetExclude()
boolean getQuiet()
org.apache.xmlbeans.XmlBoolean xgetQuiet()
boolean isSetQuiet()
void setQuiet(boolean quiet)
void xsetQuiet(org.apache.xmlbeans.XmlBoolean quiet)
void unsetQuiet()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |