public static interface AnnotationDocument.Annotation
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
AnnotationDocument.Annotation.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 |
---|---|
BeginDocument.Begin |
addNewBegin()
Appends and returns a new empty "begin" element
|
EndDocument.End |
addNewEnd()
Appends and returns a new empty "end" element
|
SetFeatureDocument.SetFeature |
addNewSetFeature()
Appends and returns a new empty value (as xml) as the last "setFeature" element
|
BeginDocument.Begin |
getBegin()
Gets the "begin" element
|
EndDocument.End |
getEnd()
Gets the "end" element
|
String |
getId()
Gets the "id" attribute
|
SetFeatureDocument.SetFeature[] |
getSetFeatureArray()
Gets array of all "setFeature" elements
|
SetFeatureDocument.SetFeature |
getSetFeatureArray(int i)
Gets ith "setFeature" element
|
String |
getType()
Gets the "type" attribute
|
String |
getValidate()
Gets the "validate" attribute
|
SetFeatureDocument.SetFeature |
insertNewSetFeature(int i)
Inserts and returns a new empty value (as xml) as the ith "setFeature" element
|
boolean |
isSetId()
True if has "id" attribute
|
boolean |
isSetValidate()
True if has "validate" attribute
|
void |
removeSetFeature(int i)
Removes the ith "setFeature" element
|
void |
setBegin(BeginDocument.Begin begin)
Sets the "begin" element
|
void |
setEnd(EndDocument.End end)
Sets the "end" element
|
void |
setId(String id)
Sets the "id" attribute
|
void |
setSetFeatureArray(int i,
SetFeatureDocument.SetFeature setFeature)
Sets ith "setFeature" element
|
void |
setSetFeatureArray(SetFeatureDocument.SetFeature[] setFeatureArray)
Sets array of all "setFeature" element
|
void |
setType(String type)
Sets the "type" attribute
|
void |
setValidate(String validate)
Sets the "validate" attribute
|
int |
sizeOfSetFeatureArray()
Returns number of "setFeature" element
|
void |
unsetId()
Unsets the "id" attribute
|
void |
unsetValidate()
Unsets the "validate" attribute
|
org.apache.xmlbeans.XmlString |
xgetId()
Gets (as xml) the "id" attribute
|
org.apache.xmlbeans.XmlString |
xgetType()
Gets (as xml) the "type" attribute
|
org.apache.xmlbeans.XmlString |
xgetValidate()
Gets (as xml) the "validate" attribute
|
void |
xsetId(org.apache.xmlbeans.XmlString id)
Sets (as xml) the "id" attribute
|
void |
xsetType(org.apache.xmlbeans.XmlString type)
Sets (as xml) the "type" attribute
|
void |
xsetValidate(org.apache.xmlbeans.XmlString validate)
Sets (as xml) the "validate" attribute
|
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
BeginDocument.Begin getBegin()
void setBegin(BeginDocument.Begin begin)
BeginDocument.Begin addNewBegin()
EndDocument.End getEnd()
void setEnd(EndDocument.End end)
EndDocument.End addNewEnd()
SetFeatureDocument.SetFeature[] getSetFeatureArray()
SetFeatureDocument.SetFeature getSetFeatureArray(int i)
int sizeOfSetFeatureArray()
void setSetFeatureArray(SetFeatureDocument.SetFeature[] setFeatureArray)
void setSetFeatureArray(int i, SetFeatureDocument.SetFeature setFeature)
SetFeatureDocument.SetFeature insertNewSetFeature(int i)
SetFeatureDocument.SetFeature addNewSetFeature()
void removeSetFeature(int i)
String getId()
org.apache.xmlbeans.XmlString xgetId()
boolean isSetId()
void setId(String id)
void xsetId(org.apache.xmlbeans.XmlString id)
void unsetId()
String getType()
org.apache.xmlbeans.XmlString xgetType()
void setType(String type)
void xsetType(org.apache.xmlbeans.XmlString type)
String getValidate()
org.apache.xmlbeans.XmlString xgetValidate()
boolean isSetValidate()
void setValidate(String validate)
void xsetValidate(org.apache.xmlbeans.XmlString validate)
void unsetValidate()
Copyright © 2016. All rights reserved.