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 SchemaTypeFields 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" elementbooleanisSetId()True if has "id" attributevoidremoveAppinfo(int i) Removes the ith "appinfo" elementvoidremoveDocumentation(int i) Removes the ith "documentation" elementvoidsetAppinfoArray(int i, AppinfoDocument.Appinfo appinfo) Sets ith "appinfo" elementvoidsetAppinfoArray(AppinfoDocument.Appinfo[] appinfoArray) Sets array of all "appinfo" elementvoidsetDocumentationArray(int i, DocumentationDocument.Documentation documentation) Sets ith "documentation" elementvoidsetDocumentationArray(DocumentationDocument.Documentation[] documentationArray) Sets array of all "documentation" elementvoidSets the "id" attributeintReturns number of "appinfo" elementintReturns number of "documentation" elementvoidunsetId()Unsets the "id" attributexgetId()Gets (as xml) the "id" attributevoidSets (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, valueHashCodeMethods 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
-