|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface AnnotationDocument.Annotation
An XML annotation(@http://www.w3.org/2001/XMLSchema). 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 | |
---|---|
AppinfoDocument.Appinfo |
addNewAppinfo()
Appends and returns a new empty value (as xml) as the last "appinfo" element |
DocumentationDocument.Documentation |
addNewDocumentation()
Appends and returns a new empty value (as xml) as the last "documentation" element |
AppinfoDocument.Appinfo[] |
getAppinfoArray()
Gets array of all "appinfo" elements |
AppinfoDocument.Appinfo |
getAppinfoArray(int i)
Gets ith "appinfo" element |
DocumentationDocument.Documentation[] |
getDocumentationArray()
Gets array of all "documentation" elements |
DocumentationDocument.Documentation |
getDocumentationArray(int i)
Gets ith "documentation" element |
java.lang.String |
getId()
Gets the "id" attribute |
AppinfoDocument.Appinfo |
insertNewAppinfo(int i)
Inserts and returns a new empty value (as xml) as the ith "appinfo" element |
DocumentationDocument.Documentation |
insertNewDocumentation(int i)
Inserts and returns a new empty value (as xml) as the ith "documentation" element |
boolean |
isSetId()
True if has "id" attribute |
void |
removeAppinfo(int i)
Removes the ith "appinfo" element |
void |
removeDocumentation(int i)
Removes the ith "documentation" element |
void |
setAppinfoArray(AppinfoDocument.Appinfo[] appinfoArray)
Sets array of all "appinfo" element |
void |
setAppinfoArray(int i,
AppinfoDocument.Appinfo appinfo)
Sets ith "appinfo" element |
void |
setDocumentationArray(DocumentationDocument.Documentation[] documentationArray)
Sets array of all "documentation" element |
void |
setDocumentationArray(int i,
DocumentationDocument.Documentation documentation)
Sets ith "documentation" element |
void |
setId(java.lang.String id)
Sets the "id" attribute |
int |
sizeOfAppinfoArray()
Returns number of "appinfo" element |
int |
sizeOfDocumentationArray()
Returns number of "documentation" element |
void |
unsetId()
Unsets the "id" attribute |
org.apache.xmlbeans.XmlID |
xgetId()
Gets (as xml) the "id" attribute |
void |
xsetId(org.apache.xmlbeans.XmlID id)
Sets (as xml) the "id" 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 |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
AppinfoDocument.Appinfo[] getAppinfoArray()
AppinfoDocument.Appinfo getAppinfoArray(int i)
int sizeOfAppinfoArray()
void setAppinfoArray(AppinfoDocument.Appinfo[] appinfoArray)
void setAppinfoArray(int i, AppinfoDocument.Appinfo appinfo)
AppinfoDocument.Appinfo insertNewAppinfo(int i)
AppinfoDocument.Appinfo addNewAppinfo()
void removeAppinfo(int i)
DocumentationDocument.Documentation[] getDocumentationArray()
DocumentationDocument.Documentation getDocumentationArray(int i)
int sizeOfDocumentationArray()
void setDocumentationArray(DocumentationDocument.Documentation[] documentationArray)
void setDocumentationArray(int i, DocumentationDocument.Documentation documentation)
DocumentationDocument.Documentation insertNewDocumentation(int i)
DocumentationDocument.Documentation addNewDocumentation()
void removeDocumentation(int i)
java.lang.String getId()
org.apache.xmlbeans.XmlID xgetId()
boolean isSetId()
void setId(java.lang.String id)
void xsetId(org.apache.xmlbeans.XmlID id)
void unsetId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |