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

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

public interface GroupFeatureMatcherXML
extends org.apache.xmlbeans.XmlObject

An XML GroupFeatureMatcherXML(@http://www.apache.org/uima/tools/cfe/config/XMLBeans). This is a complex type.


Nested Class Summary
static class GroupFeatureMatcherXML.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
 SingleFeatureMatcherXML addNewFeatureMatchers()
          Appends and returns a new empty value (as xml) as the last "featureMatchers" element
 boolean getExclude()
          Gets the "exclude" element
 SingleFeatureMatcherXML[] getFeatureMatchersArray()
          Deprecated.  
 SingleFeatureMatcherXML getFeatureMatchersArray(int i)
          Gets ith "featureMatchers" element
 List<SingleFeatureMatcherXML> getFeatureMatchersList()
          Gets a List of "featureMatchers" elements
 SingleFeatureMatcherXML insertNewFeatureMatchers(int i)
          Inserts and returns a new empty value (as xml) as the ith "featureMatchers" element
 boolean isSetExclude()
          True if has "exclude" element
 void removeFeatureMatchers(int i)
          Removes the ith "featureMatchers" element
 void setExclude(boolean exclude)
          Sets the "exclude" element
 void setFeatureMatchersArray(int i, SingleFeatureMatcherXML featureMatchers)
          Sets ith "featureMatchers" element
 void setFeatureMatchersArray(SingleFeatureMatcherXML[] featureMatchersArray)
          Sets array of all "featureMatchers" element
 int sizeOfFeatureMatchersArray()
          Returns number of "featureMatchers" element
 void unsetExclude()
          Unsets the "exclude" element
 org.apache.xmlbeans.XmlBoolean xgetExclude()
          Gets (as xml) the "exclude" element
 void xsetExclude(org.apache.xmlbeans.XmlBoolean exclude)
          Sets (as xml) the "exclude" element
 
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

getFeatureMatchersList

List<SingleFeatureMatcherXML> getFeatureMatchersList()
Gets a List of "featureMatchers" elements


getFeatureMatchersArray

SingleFeatureMatcherXML[] getFeatureMatchersArray()
Deprecated. 

Gets array of all "featureMatchers" elements


getFeatureMatchersArray

SingleFeatureMatcherXML getFeatureMatchersArray(int i)
Gets ith "featureMatchers" element


sizeOfFeatureMatchersArray

int sizeOfFeatureMatchersArray()
Returns number of "featureMatchers" element


setFeatureMatchersArray

void setFeatureMatchersArray(SingleFeatureMatcherXML[] featureMatchersArray)
Sets array of all "featureMatchers" element


setFeatureMatchersArray

void setFeatureMatchersArray(int i,
                             SingleFeatureMatcherXML featureMatchers)
Sets ith "featureMatchers" element


insertNewFeatureMatchers

SingleFeatureMatcherXML insertNewFeatureMatchers(int i)
Inserts and returns a new empty value (as xml) as the ith "featureMatchers" element


addNewFeatureMatchers

SingleFeatureMatcherXML addNewFeatureMatchers()
Appends and returns a new empty value (as xml) as the last "featureMatchers" element


removeFeatureMatchers

void removeFeatureMatchers(int i)
Removes the ith "featureMatchers" element


getExclude

boolean getExclude()
Gets the "exclude" element


xgetExclude

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


isSetExclude

boolean isSetExclude()
True if has "exclude" element


setExclude

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


xsetExclude

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


unsetExclude

void unsetExclude()
Unsets the "exclude" element



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