Interface AnnotationDocument.Annotation
- All Superinterfaces:
OpenAttrs
,XmlObject
,XmlTokenSource
- All Known Implementing Classes:
AnnotationDocumentImpl.AnnotationImpl
- Enclosing interface:
AnnotationDocument
An XML annotation(@http://www.w3.org/2001/XMLSchema).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ElementFactory
<AnnotationDocument.Annotation> static final SchemaType
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty value (as xml) as the last "appinfo" elementAppends and returns a new empty value (as xml) as the last "documentation" elementGets array of all "appinfo" elementsgetAppinfoArray
(int i) Gets ith "appinfo" elementGets a List of "appinfo" elementsGets array of all "documentation" elementsgetDocumentationArray
(int i) Gets ith "documentation" elementGets a List of "documentation" elementsgetId()
Gets the "id" attributeinsertNewAppinfo
(int i) Inserts and returns a new empty value (as xml) as the ith "appinfo" elementinsertNewDocumentation
(int i) Inserts and returns a new empty value (as xml) as the ith "documentation" elementboolean
isSetId()
True if has "id" attributevoid
removeAppinfo
(int i) Removes the ith "appinfo" elementvoid
removeDocumentation
(int i) Removes the ith "documentation" elementvoid
setAppinfoArray
(int i, AppinfoDocument.Appinfo appinfo) Sets ith "appinfo" elementvoid
setAppinfoArray
(AppinfoDocument.Appinfo[] appinfoArray) Sets array of all "appinfo" elementvoid
setDocumentationArray
(int i, DocumentationDocument.Documentation documentation) Sets ith "documentation" elementvoid
setDocumentationArray
(DocumentationDocument.Documentation[] documentationArray) Sets array of all "documentation" elementvoid
Sets the "id" attributeint
Returns number of "appinfo" elementint
Returns number of "documentation" elementvoid
unsetId()
Unsets the "id" attributexgetId()
Gets (as xml) the "id" attributevoid
Sets (as xml) the "id" attributeMethods inherited from interface org.apache.xmlbeans.XmlObject
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
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getAppinfoList
List<AppinfoDocument.Appinfo> getAppinfoList()Gets a List of "appinfo" elements -
getAppinfoArray
AppinfoDocument.Appinfo[] getAppinfoArray()Gets array of all "appinfo" elements -
getAppinfoArray
Gets ith "appinfo" element -
sizeOfAppinfoArray
int sizeOfAppinfoArray()Returns number of "appinfo" element -
setAppinfoArray
Sets array of all "appinfo" element -
setAppinfoArray
Sets ith "appinfo" element -
insertNewAppinfo
Inserts and returns a new empty value (as xml) as the ith "appinfo" element -
addNewAppinfo
AppinfoDocument.Appinfo addNewAppinfo()Appends and returns a new empty value (as xml) as the last "appinfo" element -
removeAppinfo
void removeAppinfo(int i) Removes the ith "appinfo" element -
getDocumentationList
List<DocumentationDocument.Documentation> getDocumentationList()Gets a List of "documentation" elements -
getDocumentationArray
DocumentationDocument.Documentation[] getDocumentationArray()Gets array of all "documentation" elements -
getDocumentationArray
Gets ith "documentation" element -
sizeOfDocumentationArray
int sizeOfDocumentationArray()Returns number of "documentation" element -
setDocumentationArray
Sets array of all "documentation" element -
setDocumentationArray
Sets ith "documentation" element -
insertNewDocumentation
Inserts and returns a new empty value (as xml) as the ith "documentation" element -
addNewDocumentation
DocumentationDocument.Documentation addNewDocumentation()Appends and returns a new empty value (as xml) as the last "documentation" element -
removeDocumentation
void removeDocumentation(int i) Removes the ith "documentation" element -
getId
String getId()Gets the "id" attribute -
xgetId
XmlID xgetId()Gets (as xml) the "id" attribute -
isSetId
boolean isSetId()True if has "id" attribute -
setId
Sets the "id" attribute -
xsetId
Sets (as xml) the "id" attribute -
unsetId
void unsetId()Unsets the "id" attribute
-