|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TargetAnnotationXML
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 |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
PartialObjectMatcherXML getTargetAnnotationMatcher()
void setTargetAnnotationMatcher(PartialObjectMatcherXML targetAnnotationMatcher)
PartialObjectMatcherXML addNewTargetAnnotationMatcher()
List<FeatureObjectMatcherXML> getFeatureAnnotationMatchersList()
FeatureObjectMatcherXML[] getFeatureAnnotationMatchersArray()
FeatureObjectMatcherXML getFeatureAnnotationMatchersArray(int i)
int sizeOfFeatureAnnotationMatchersArray()
void setFeatureAnnotationMatchersArray(FeatureObjectMatcherXML[] featureAnnotationMatchersArray)
void setFeatureAnnotationMatchersArray(int i, FeatureObjectMatcherXML featureAnnotationMatchers)
FeatureObjectMatcherXML insertNewFeatureAnnotationMatchers(int i)
FeatureObjectMatcherXML addNewFeatureAnnotationMatchers()
void removeFeatureAnnotationMatchers(int i)
String getClassName()
org.apache.xmlbeans.XmlString xgetClassName()
void setClassName(String className)
void xsetClassName(org.apache.xmlbeans.XmlString className)
String getEnclosingAnnotation()
org.apache.xmlbeans.XmlString xgetEnclosingAnnotation()
void setEnclosingAnnotation(String enclosingAnnotation)
void xsetEnclosingAnnotation(org.apache.xmlbeans.XmlString enclosingAnnotation)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |