|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PartialObjectMatcherXML
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 |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
List<GroupFeatureMatcherXML> getGroupFeatureMatchersList()
GroupFeatureMatcherXML[] getGroupFeatureMatchersArray()
GroupFeatureMatcherXML getGroupFeatureMatchersArray(int i)
int sizeOfGroupFeatureMatchersArray()
void setGroupFeatureMatchersArray(GroupFeatureMatcherXML[] groupFeatureMatchersArray)
void setGroupFeatureMatchersArray(int i, GroupFeatureMatcherXML groupFeatureMatchers)
GroupFeatureMatcherXML insertNewGroupFeatureMatchers(int i)
GroupFeatureMatcherXML addNewGroupFeatureMatchers()
void removeGroupFeatureMatchers(int i)
String getAnnotationTypeName()
org.apache.xmlbeans.XmlString xgetAnnotationTypeName()
void setAnnotationTypeName(String annotationTypeName)
void xsetAnnotationTypeName(org.apache.xmlbeans.XmlString annotationTypeName)
String getFullPath()
org.apache.xmlbeans.XmlString xgetFullPath()
boolean isSetFullPath()
void setFullPath(String fullPath)
void xsetFullPath(org.apache.xmlbeans.XmlString fullPath)
void unsetFullPath()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |