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

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Subinterfaces:
FeatureObjectMatcherXML
All Known Implementing Classes:
FeatureObjectMatcherXMLImpl, PartialObjectMatcherXMLImpl

public interface PartialObjectMatcherXML
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class PartialObjectMatcherXML.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
 GroupFeatureMatcherXML addNewGroupFeatureMatchers()
          Appends and returns a new empty value (as xml) as the last "groupFeatureMatchers" element
 String getAnnotationTypeName()
          Gets the "annotationTypeName" attribute
 String getFullPath()
          Gets the "fullPath" attribute
 GroupFeatureMatcherXML[] getGroupFeatureMatchersArray()
          Deprecated.  
 GroupFeatureMatcherXML getGroupFeatureMatchersArray(int i)
          Gets ith "groupFeatureMatchers" element
 List<GroupFeatureMatcherXML> getGroupFeatureMatchersList()
          Gets a List of "groupFeatureMatchers" elements
 GroupFeatureMatcherXML insertNewGroupFeatureMatchers(int i)
          Inserts and returns a new empty value (as xml) as the ith "groupFeatureMatchers" element
 boolean isSetFullPath()
          True if has "fullPath" attribute
 void removeGroupFeatureMatchers(int i)
          Removes the ith "groupFeatureMatchers" element
 void setAnnotationTypeName(String annotationTypeName)
          Sets the "annotationTypeName" attribute
 void setFullPath(String fullPath)
          Sets the "fullPath" attribute
 void setGroupFeatureMatchersArray(GroupFeatureMatcherXML[] groupFeatureMatchersArray)
          Sets array of all "groupFeatureMatchers" element
 void setGroupFeatureMatchersArray(int i, GroupFeatureMatcherXML groupFeatureMatchers)
          Sets ith "groupFeatureMatchers" element
 int sizeOfGroupFeatureMatchersArray()
          Returns number of "groupFeatureMatchers" element
 void unsetFullPath()
          Unsets the "fullPath" attribute
 org.apache.xmlbeans.XmlString xgetAnnotationTypeName()
          Gets (as xml) the "annotationTypeName" attribute
 org.apache.xmlbeans.XmlString xgetFullPath()
          Gets (as xml) the "fullPath" attribute
 void xsetAnnotationTypeName(org.apache.xmlbeans.XmlString annotationTypeName)
          Sets (as xml) the "annotationTypeName" attribute
 void xsetFullPath(org.apache.xmlbeans.XmlString fullPath)
          Sets (as xml) the "fullPath" 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

getGroupFeatureMatchersList

List<GroupFeatureMatcherXML> getGroupFeatureMatchersList()
Gets a List of "groupFeatureMatchers" elements


getGroupFeatureMatchersArray

GroupFeatureMatcherXML[] getGroupFeatureMatchersArray()
Deprecated. 

Gets array of all "groupFeatureMatchers" elements


getGroupFeatureMatchersArray

GroupFeatureMatcherXML getGroupFeatureMatchersArray(int i)
Gets ith "groupFeatureMatchers" element


sizeOfGroupFeatureMatchersArray

int sizeOfGroupFeatureMatchersArray()
Returns number of "groupFeatureMatchers" element


setGroupFeatureMatchersArray

void setGroupFeatureMatchersArray(GroupFeatureMatcherXML[] groupFeatureMatchersArray)
Sets array of all "groupFeatureMatchers" element


setGroupFeatureMatchersArray

void setGroupFeatureMatchersArray(int i,
                                  GroupFeatureMatcherXML groupFeatureMatchers)
Sets ith "groupFeatureMatchers" element


insertNewGroupFeatureMatchers

GroupFeatureMatcherXML insertNewGroupFeatureMatchers(int i)
Inserts and returns a new empty value (as xml) as the ith "groupFeatureMatchers" element


addNewGroupFeatureMatchers

GroupFeatureMatcherXML addNewGroupFeatureMatchers()
Appends and returns a new empty value (as xml) as the last "groupFeatureMatchers" element


removeGroupFeatureMatchers

void removeGroupFeatureMatchers(int i)
Removes the ith "groupFeatureMatchers" element


getAnnotationTypeName

String getAnnotationTypeName()
Gets the "annotationTypeName" attribute


xgetAnnotationTypeName

org.apache.xmlbeans.XmlString xgetAnnotationTypeName()
Gets (as xml) the "annotationTypeName" attribute


setAnnotationTypeName

void setAnnotationTypeName(String annotationTypeName)
Sets the "annotationTypeName" attribute


xsetAnnotationTypeName

void xsetAnnotationTypeName(org.apache.xmlbeans.XmlString annotationTypeName)
Sets (as xml) the "annotationTypeName" attribute


getFullPath

String getFullPath()
Gets the "fullPath" attribute


xgetFullPath

org.apache.xmlbeans.XmlString xgetFullPath()
Gets (as xml) the "fullPath" attribute


isSetFullPath

boolean isSetFullPath()
True if has "fullPath" attribute


setFullPath

void setFullPath(String fullPath)
Sets the "fullPath" attribute


xsetFullPath

void xsetFullPath(org.apache.xmlbeans.XmlString fullPath)
Sets (as xml) the "fullPath" attribute


unsetFullPath

void unsetFullPath()
Unsets the "fullPath" attribute



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