org.apache.incubator.uima.regex
Interface CreateAnnotationsDocument.CreateAnnotations

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
CreateAnnotationsDocumentImpl.CreateAnnotationsImpl
Enclosing interface:
CreateAnnotationsDocument

public static interface CreateAnnotationsDocument.CreateAnnotations
extends org.apache.xmlbeans.XmlObject

An XML createAnnotations(@http://incubator.apache.org/uima/regex). This is a complex type.


Nested Class Summary
static class CreateAnnotationsDocument.CreateAnnotations.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
 AnnotationDocument.Annotation addNewAnnotation()
          Appends and returns a new empty value (as xml) as the last "annotation" element
 AnnotationDocument.Annotation[] getAnnotationArray()
          Gets array of all "annotation" elements
 AnnotationDocument.Annotation getAnnotationArray(int i)
          Gets ith "annotation" element
 AnnotationDocument.Annotation insertNewAnnotation(int i)
          Inserts and returns a new empty value (as xml) as the ith "annotation" element
 void removeAnnotation(int i)
          Removes the ith "annotation" element
 void setAnnotationArray(AnnotationDocument.Annotation[] annotationArray)
          Sets array of all "annotation" element
 void setAnnotationArray(int i, AnnotationDocument.Annotation annotation)
          Sets ith "annotation" element
 int sizeOfAnnotationArray()
          Returns number of "annotation" element
 
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

getAnnotationArray

AnnotationDocument.Annotation[] getAnnotationArray()
Gets array of all "annotation" elements


getAnnotationArray

AnnotationDocument.Annotation getAnnotationArray(int i)
Gets ith "annotation" element


sizeOfAnnotationArray

int sizeOfAnnotationArray()
Returns number of "annotation" element


setAnnotationArray

void setAnnotationArray(AnnotationDocument.Annotation[] annotationArray)
Sets array of all "annotation" element


setAnnotationArray

void setAnnotationArray(int i,
                        AnnotationDocument.Annotation annotation)
Sets ith "annotation" element


insertNewAnnotation

AnnotationDocument.Annotation insertNewAnnotation(int i)
Inserts and returns a new empty value (as xml) as the ith "annotation" element


addNewAnnotation

AnnotationDocument.Annotation addNewAnnotation()
Appends and returns a new empty value (as xml) as the last "annotation" element


removeAnnotation

void removeAnnotation(int i)
Removes the ith "annotation" element



Copyright © 2011. All Rights Reserved.