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

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

public interface TargetAnnotationXML
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class TargetAnnotationXML.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
 FeatureObjectMatcherXML addNewFeatureAnnotationMatchers()
          Appends and returns a new empty value (as xml) as the last "featureAnnotationMatchers" element
 PartialObjectMatcherXML addNewTargetAnnotationMatcher()
          Appends and returns a new empty "targetAnnotationMatcher" element
 String getClassName()
          Gets the "className" attribute
 String getEnclosingAnnotation()
          Gets the "enclosingAnnotation" attribute
 FeatureObjectMatcherXML[] getFeatureAnnotationMatchersArray()
          Deprecated.  
 FeatureObjectMatcherXML getFeatureAnnotationMatchersArray(int i)
          Gets ith "featureAnnotationMatchers" element
 List<FeatureObjectMatcherXML> getFeatureAnnotationMatchersList()
          Gets a List of "featureAnnotationMatchers" elements
 PartialObjectMatcherXML getTargetAnnotationMatcher()
          Gets the "targetAnnotationMatcher" element
 FeatureObjectMatcherXML insertNewFeatureAnnotationMatchers(int i)
          Inserts and returns a new empty value (as xml) as the ith "featureAnnotationMatchers" element
 void removeFeatureAnnotationMatchers(int i)
          Removes the ith "featureAnnotationMatchers" element
 void setClassName(String className)
          Sets the "className" attribute
 void setEnclosingAnnotation(String enclosingAnnotation)
          Sets the "enclosingAnnotation" attribute
 void setFeatureAnnotationMatchersArray(FeatureObjectMatcherXML[] featureAnnotationMatchersArray)
          Sets array of all "featureAnnotationMatchers" element
 void setFeatureAnnotationMatchersArray(int i, FeatureObjectMatcherXML featureAnnotationMatchers)
          Sets ith "featureAnnotationMatchers" element
 void setTargetAnnotationMatcher(PartialObjectMatcherXML targetAnnotationMatcher)
          Sets the "targetAnnotationMatcher" element
 int sizeOfFeatureAnnotationMatchersArray()
          Returns number of "featureAnnotationMatchers" element
 org.apache.xmlbeans.XmlString xgetClassName()
          Gets (as xml) the "className" attribute
 org.apache.xmlbeans.XmlString xgetEnclosingAnnotation()
          Gets (as xml) the "enclosingAnnotation" attribute
 void xsetClassName(org.apache.xmlbeans.XmlString className)
          Sets (as xml) the "className" attribute
 void xsetEnclosingAnnotation(org.apache.xmlbeans.XmlString enclosingAnnotation)
          Sets (as xml) the "enclosingAnnotation" 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

getTargetAnnotationMatcher

PartialObjectMatcherXML getTargetAnnotationMatcher()
Gets the "targetAnnotationMatcher" element


setTargetAnnotationMatcher

void setTargetAnnotationMatcher(PartialObjectMatcherXML targetAnnotationMatcher)
Sets the "targetAnnotationMatcher" element


addNewTargetAnnotationMatcher

PartialObjectMatcherXML addNewTargetAnnotationMatcher()
Appends and returns a new empty "targetAnnotationMatcher" element


getFeatureAnnotationMatchersList

List<FeatureObjectMatcherXML> getFeatureAnnotationMatchersList()
Gets a List of "featureAnnotationMatchers" elements


getFeatureAnnotationMatchersArray

FeatureObjectMatcherXML[] getFeatureAnnotationMatchersArray()
Deprecated. 

Gets array of all "featureAnnotationMatchers" elements


getFeatureAnnotationMatchersArray

FeatureObjectMatcherXML getFeatureAnnotationMatchersArray(int i)
Gets ith "featureAnnotationMatchers" element


sizeOfFeatureAnnotationMatchersArray

int sizeOfFeatureAnnotationMatchersArray()
Returns number of "featureAnnotationMatchers" element


setFeatureAnnotationMatchersArray

void setFeatureAnnotationMatchersArray(FeatureObjectMatcherXML[] featureAnnotationMatchersArray)
Sets array of all "featureAnnotationMatchers" element


setFeatureAnnotationMatchersArray

void setFeatureAnnotationMatchersArray(int i,
                                       FeatureObjectMatcherXML featureAnnotationMatchers)
Sets ith "featureAnnotationMatchers" element


insertNewFeatureAnnotationMatchers

FeatureObjectMatcherXML insertNewFeatureAnnotationMatchers(int i)
Inserts and returns a new empty value (as xml) as the ith "featureAnnotationMatchers" element


addNewFeatureAnnotationMatchers

FeatureObjectMatcherXML addNewFeatureAnnotationMatchers()
Appends and returns a new empty value (as xml) as the last "featureAnnotationMatchers" element


removeFeatureAnnotationMatchers

void removeFeatureAnnotationMatchers(int i)
Removes the ith "featureAnnotationMatchers" element


getClassName

String getClassName()
Gets the "className" attribute


xgetClassName

org.apache.xmlbeans.XmlString xgetClassName()
Gets (as xml) the "className" attribute


setClassName

void setClassName(String className)
Sets the "className" attribute


xsetClassName

void xsetClassName(org.apache.xmlbeans.XmlString className)
Sets (as xml) the "className" attribute


getEnclosingAnnotation

String getEnclosingAnnotation()
Gets the "enclosingAnnotation" attribute


xgetEnclosingAnnotation

org.apache.xmlbeans.XmlString xgetEnclosingAnnotation()
Gets (as xml) the "enclosingAnnotation" attribute


setEnclosingAnnotation

void setEnclosingAnnotation(String enclosingAnnotation)
Sets the "enclosingAnnotation" attribute


xsetEnclosingAnnotation

void xsetEnclosingAnnotation(org.apache.xmlbeans.XmlString enclosingAnnotation)
Sets (as xml) the "enclosingAnnotation" attribute



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