|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GroupFeatureMatcherXML
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 |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
List<SingleFeatureMatcherXML> getFeatureMatchersList()
SingleFeatureMatcherXML[] getFeatureMatchersArray()
SingleFeatureMatcherXML getFeatureMatchersArray(int i)
int sizeOfFeatureMatchersArray()
void setFeatureMatchersArray(SingleFeatureMatcherXML[] featureMatchersArray)
void setFeatureMatchersArray(int i, SingleFeatureMatcherXML featureMatchers)
SingleFeatureMatcherXML insertNewFeatureMatchers(int i)
SingleFeatureMatcherXML addNewFeatureMatchers()
void removeFeatureMatchers(int i)
boolean getExclude()
org.apache.xmlbeans.XmlBoolean xgetExclude()
boolean isSetExclude()
void setExclude(boolean exclude)
void xsetExclude(org.apache.xmlbeans.XmlBoolean exclude)
void unsetExclude()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |