org.apache.incubator.uima.regex
Interface AnnotationDocument.Annotation

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
AnnotationDocumentImpl.AnnotationImpl
Enclosing interface:
AnnotationDocument

public static interface AnnotationDocument.Annotation
extends org.apache.xmlbeans.XmlObject

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

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getBegin

BeginDocument.Begin getBegin()
Gets the "begin" element


setBegin

void setBegin(BeginDocument.Begin begin)
Sets the "begin" element


addNewBegin

BeginDocument.Begin addNewBegin()
Appends and returns a new empty "begin" element


getEnd

EndDocument.End getEnd()
Gets the "end" element


setEnd

void setEnd(EndDocument.End end)
Sets the "end" element


addNewEnd

EndDocument.End addNewEnd()
Appends and returns a new empty "end" element


getSetFeatureArray

SetFeatureDocument.SetFeature[] getSetFeatureArray()
Gets array of all "setFeature" elements


getSetFeatureArray

SetFeatureDocument.SetFeature getSetFeatureArray(int i)
Gets ith "setFeature" element


sizeOfSetFeatureArray

int sizeOfSetFeatureArray()
Returns number of "setFeature" element


setSetFeatureArray

void setSetFeatureArray(SetFeatureDocument.SetFeature[] setFeatureArray)
Sets array of all "setFeature" element


setSetFeatureArray

void setSetFeatureArray(int i,
                        SetFeatureDocument.SetFeature setFeature)
Sets ith "setFeature" element


insertNewSetFeature

SetFeatureDocument.SetFeature insertNewSetFeature(int i)
Inserts and returns a new empty value (as xml) as the ith "setFeature" element


addNewSetFeature

SetFeatureDocument.SetFeature addNewSetFeature()
Appends and returns a new empty value (as xml) as the last "setFeature" element


removeSetFeature

void removeSetFeature(int i)
Removes the ith "setFeature" element


getId

java.lang.String getId()
Gets the "id" attribute


xgetId

org.apache.xmlbeans.XmlString xgetId()
Gets (as xml) the "id" attribute


isSetId

boolean isSetId()
True if has "id" attribute


setId

void setId(java.lang.String id)
Sets the "id" attribute


xsetId

void xsetId(org.apache.xmlbeans.XmlString id)
Sets (as xml) the "id" attribute


unsetId

void unsetId()
Unsets the "id" attribute


getType

java.lang.String getType()
Gets the "type" attribute


xgetType

org.apache.xmlbeans.XmlString xgetType()
Gets (as xml) the "type" attribute


setType

void setType(java.lang.String type)
Sets the "type" attribute


xsetType

void xsetType(org.apache.xmlbeans.XmlString type)
Sets (as xml) the "type" attribute


getValidate

java.lang.String getValidate()
Gets the "validate" attribute


xgetValidate

org.apache.xmlbeans.XmlString xgetValidate()
Gets (as xml) the "validate" attribute


isSetValidate

boolean isSetValidate()
True if has "validate" attribute


setValidate

void setValidate(java.lang.String validate)
Sets the "validate" attribute


xsetValidate

void xsetValidate(org.apache.xmlbeans.XmlString validate)
Sets (as xml) the "validate" attribute


unsetValidate

void unsetValidate()
Unsets the "validate" attribute



Copyright © 2011. All Rights Reserved.