org.apache.uima.tools.cfe.config.xmlBeans
Interface SingleFeatureMatcherXML

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
SingleFeatureMatcherXMLImpl

public interface SingleFeatureMatcherXML
extends org.apache.xmlbeans.XmlObject

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

type

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

getRangeFeatureValues

RangeFeatureValuesXML getRangeFeatureValues()
Gets the "rangeFeatureValues" element


isSetRangeFeatureValues

boolean isSetRangeFeatureValues()
True if has "rangeFeatureValues" element


setRangeFeatureValues

void setRangeFeatureValues(RangeFeatureValuesXML rangeFeatureValues)
Sets the "rangeFeatureValues" element


addNewRangeFeatureValues

RangeFeatureValuesXML addNewRangeFeatureValues()
Appends and returns a new empty "rangeFeatureValues" element


unsetRangeFeatureValues

void unsetRangeFeatureValues()
Unsets the "rangeFeatureValues" element


getEnumFeatureValues

EnumFeatureValuesXML getEnumFeatureValues()
Gets the "enumFeatureValues" element


isSetEnumFeatureValues

boolean isSetEnumFeatureValues()
True if has "enumFeatureValues" element


setEnumFeatureValues

void setEnumFeatureValues(EnumFeatureValuesXML enumFeatureValues)
Sets the "enumFeatureValues" element


addNewEnumFeatureValues

EnumFeatureValuesXML addNewEnumFeatureValues()
Appends and returns a new empty "enumFeatureValues" element


unsetEnumFeatureValues

void unsetEnumFeatureValues()
Unsets the "enumFeatureValues" element


getBitsetFeatureValues

BitsetFeatureValuesXML getBitsetFeatureValues()
Gets the "bitsetFeatureValues" element


isSetBitsetFeatureValues

boolean isSetBitsetFeatureValues()
True if has "bitsetFeatureValues" element


setBitsetFeatureValues

void setBitsetFeatureValues(BitsetFeatureValuesXML bitsetFeatureValues)
Sets the "bitsetFeatureValues" element


addNewBitsetFeatureValues

BitsetFeatureValuesXML addNewBitsetFeatureValues()
Appends and returns a new empty "bitsetFeatureValues" element


unsetBitsetFeatureValues

void unsetBitsetFeatureValues()
Unsets the "bitsetFeatureValues" element


getObjectPathFeatureValues

ObjectPathFeatureValuesXML getObjectPathFeatureValues()
Gets the "objectPathFeatureValues" element


isSetObjectPathFeatureValues

boolean isSetObjectPathFeatureValues()
True if has "objectPathFeatureValues" element


setObjectPathFeatureValues

void setObjectPathFeatureValues(ObjectPathFeatureValuesXML objectPathFeatureValues)
Sets the "objectPathFeatureValues" element


addNewObjectPathFeatureValues

ObjectPathFeatureValuesXML addNewObjectPathFeatureValues()
Appends and returns a new empty "objectPathFeatureValues" element


unsetObjectPathFeatureValues

void unsetObjectPathFeatureValues()
Unsets the "objectPathFeatureValues" element


getPatternFeatureValues

PatternFeatureValuesXML getPatternFeatureValues()
Gets the "patternFeatureValues" element


isSetPatternFeatureValues

boolean isSetPatternFeatureValues()
True if has "patternFeatureValues" element


setPatternFeatureValues

void setPatternFeatureValues(PatternFeatureValuesXML patternFeatureValues)
Sets the "patternFeatureValues" element


addNewPatternFeatureValues

PatternFeatureValuesXML addNewPatternFeatureValues()
Appends and returns a new empty "patternFeatureValues" element


unsetPatternFeatureValues

void unsetPatternFeatureValues()
Unsets the "patternFeatureValues" element


getFeatureTypeName

String getFeatureTypeName()
Gets the "featureTypeName" attribute


xgetFeatureTypeName

org.apache.xmlbeans.XmlString xgetFeatureTypeName()
Gets (as xml) the "featureTypeName" attribute


isSetFeatureTypeName

boolean isSetFeatureTypeName()
True if has "featureTypeName" attribute


setFeatureTypeName

void setFeatureTypeName(String featureTypeName)
Sets the "featureTypeName" attribute


xsetFeatureTypeName

void xsetFeatureTypeName(org.apache.xmlbeans.XmlString featureTypeName)
Sets (as xml) the "featureTypeName" attribute


unsetFeatureTypeName

void unsetFeatureTypeName()
Unsets the "featureTypeName" attribute


getFeaturePath

String getFeaturePath()
Gets the "featurePath" attribute


xgetFeaturePath

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


setFeaturePath

void setFeaturePath(String featurePath)
Sets the "featurePath" attribute


xsetFeaturePath

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


getExclude

boolean getExclude()
Gets the "exclude" attribute


xgetExclude

org.apache.xmlbeans.XmlBoolean xgetExclude()
Gets (as xml) the "exclude" attribute


isSetExclude

boolean isSetExclude()
True if has "exclude" attribute


setExclude

void setExclude(boolean exclude)
Sets the "exclude" attribute


xsetExclude

void xsetExclude(org.apache.xmlbeans.XmlBoolean exclude)
Sets (as xml) the "exclude" attribute


unsetExclude

void unsetExclude()
Unsets the "exclude" attribute


getQuiet

boolean getQuiet()
Gets the "quiet" attribute


xgetQuiet

org.apache.xmlbeans.XmlBoolean xgetQuiet()
Gets (as xml) the "quiet" attribute


isSetQuiet

boolean isSetQuiet()
True if has "quiet" attribute


setQuiet

void setQuiet(boolean quiet)
Sets the "quiet" attribute


xsetQuiet

void xsetQuiet(org.apache.xmlbeans.XmlBoolean quiet)
Sets (as xml) the "quiet" attribute


unsetQuiet

void unsetQuiet()
Unsets the "quiet" attribute



Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.