|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface AnnotationDocument.Annotation
An XML annotation(@http://incubator.apache.org/uima/regex). This is a complex type.
Nested Class Summary | |
---|---|
static class |
AnnotationDocument.Annotation.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 | |
---|---|
BeginDocument.Begin |
addNewBegin()
Appends and returns a new empty "begin" element |
EndDocument.End |
addNewEnd()
Appends and returns a new empty "end" element |
SetFeatureDocument.SetFeature |
addNewSetFeature()
Appends and returns a new empty value (as xml) as the last "setFeature" element |
BeginDocument.Begin |
getBegin()
Gets the "begin" element |
EndDocument.End |
getEnd()
Gets the "end" element |
java.lang.String |
getId()
Gets the "id" attribute |
SetFeatureDocument.SetFeature[] |
getSetFeatureArray()
Gets array of all "setFeature" elements |
SetFeatureDocument.SetFeature |
getSetFeatureArray(int i)
Gets ith "setFeature" element |
java.lang.String |
getType()
Gets the "type" attribute |
java.lang.String |
getValidate()
Gets the "validate" attribute |
SetFeatureDocument.SetFeature |
insertNewSetFeature(int i)
Inserts and returns a new empty value (as xml) as the ith "setFeature" element |
boolean |
isSetId()
True if has "id" attribute |
boolean |
isSetValidate()
True if has "validate" attribute |
void |
removeSetFeature(int i)
Removes the ith "setFeature" element |
void |
setBegin(BeginDocument.Begin begin)
Sets the "begin" element |
void |
setEnd(EndDocument.End end)
Sets the "end" element |
void |
setId(java.lang.String id)
Sets the "id" attribute |
void |
setSetFeatureArray(int i,
SetFeatureDocument.SetFeature setFeature)
Sets ith "setFeature" element |
void |
setSetFeatureArray(SetFeatureDocument.SetFeature[] setFeatureArray)
Sets array of all "setFeature" element |
void |
setType(java.lang.String type)
Sets the "type" attribute |
void |
setValidate(java.lang.String validate)
Sets the "validate" attribute |
int |
sizeOfSetFeatureArray()
Returns number of "setFeature" element |
void |
unsetId()
Unsets the "id" attribute |
void |
unsetValidate()
Unsets the "validate" attribute |
org.apache.xmlbeans.XmlString |
xgetId()
Gets (as xml) the "id" attribute |
org.apache.xmlbeans.XmlString |
xgetType()
Gets (as xml) the "type" attribute |
org.apache.xmlbeans.XmlString |
xgetValidate()
Gets (as xml) the "validate" attribute |
void |
xsetId(org.apache.xmlbeans.XmlString id)
Sets (as xml) the "id" attribute |
void |
xsetType(org.apache.xmlbeans.XmlString type)
Sets (as xml) the "type" attribute |
void |
xsetValidate(org.apache.xmlbeans.XmlString validate)
Sets (as xml) the "validate" 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 |
---|
BeginDocument.Begin getBegin()
void setBegin(BeginDocument.Begin begin)
BeginDocument.Begin addNewBegin()
EndDocument.End getEnd()
void setEnd(EndDocument.End end)
EndDocument.End addNewEnd()
SetFeatureDocument.SetFeature[] getSetFeatureArray()
SetFeatureDocument.SetFeature getSetFeatureArray(int i)
int sizeOfSetFeatureArray()
void setSetFeatureArray(SetFeatureDocument.SetFeature[] setFeatureArray)
void setSetFeatureArray(int i, SetFeatureDocument.SetFeature setFeature)
SetFeatureDocument.SetFeature insertNewSetFeature(int i)
SetFeatureDocument.SetFeature addNewSetFeature()
void removeSetFeature(int i)
java.lang.String getId()
org.apache.xmlbeans.XmlString xgetId()
boolean isSetId()
void setId(java.lang.String id)
void xsetId(org.apache.xmlbeans.XmlString id)
void unsetId()
java.lang.String getType()
org.apache.xmlbeans.XmlString xgetType()
void setType(java.lang.String type)
void xsetType(org.apache.xmlbeans.XmlString type)
java.lang.String getValidate()
org.apache.xmlbeans.XmlString xgetValidate()
boolean isSetValidate()
void setValidate(java.lang.String validate)
void xsetValidate(org.apache.xmlbeans.XmlString validate)
void unsetValidate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |