public interface Annotated extends OpenAttrs
Modifier and Type | Field and Description |
---|---|
static DocumentFactory<Annotated> |
Factory |
static SchemaType |
type |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
Modifier and Type | Method and Description |
---|---|
AnnotationDocument.Annotation |
addNewAnnotation()
Appends and returns a new empty "annotation" element
|
AnnotationDocument.Annotation |
getAnnotation()
Gets the "annotation" element
|
String |
getId()
Gets the "id" attribute
|
boolean |
isSetAnnotation()
True if has "annotation" element
|
boolean |
isSetId()
True if has "id" attribute
|
void |
setAnnotation(AnnotationDocument.Annotation annotation)
Sets the "annotation" element
|
void |
setId(String id)
Sets the "id" attribute
|
void |
unsetAnnotation()
Unsets the "annotation" element
|
void |
unsetId()
Unsets the "id" attribute
|
XmlID |
xgetId()
Gets (as xml) the "id" attribute
|
void |
xsetId(XmlID id)
Sets (as xml) the "id" 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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
static final DocumentFactory<Annotated> Factory
static final SchemaType type
AnnotationDocument.Annotation getAnnotation()
boolean isSetAnnotation()
void setAnnotation(AnnotationDocument.Annotation annotation)
AnnotationDocument.Annotation addNewAnnotation()
void unsetAnnotation()
String getId()
XmlID xgetId()
boolean isSetId()
void setId(String id)
void xsetId(XmlID id)
void unsetId()