public static interface CreateAnnotationsDocument.CreateAnnotations
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
CreateAnnotationsDocument.CreateAnnotations.Factory
A factory class with static methods for creating instances
of this type.
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
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
|
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
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
AnnotationDocument.Annotation[] getAnnotationArray()
AnnotationDocument.Annotation getAnnotationArray(int i)
int sizeOfAnnotationArray()
void setAnnotationArray(AnnotationDocument.Annotation[] annotationArray)
void setAnnotationArray(int i, AnnotationDocument.Annotation annotation)
AnnotationDocument.Annotation insertNewAnnotation(int i)
AnnotationDocument.Annotation addNewAnnotation()
void removeAnnotation(int i)
Copyright © 2006–2015 The Apache Software Foundation. All rights reserved.