public class AnnotationSet extends ComplexExtendedProperties
AF_NS, DVT_NS, F_NS| Constructor and Description |
|---|
AnnotationSet() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Annotation> |
getAnnotation()
Description: Defines an annotation on a graph.
|
java.lang.String |
getId()
Description: Specifies the identifier for the component
|
java.lang.String |
getTagName() |
void |
setAnnotation(java.util.List<Annotation> annotation)
Description: Defines an annotation on a graph.
|
void |
setId(java.lang.String id)
Description: Specifies the identifier for the component
|
_applyToRootElement, _applyToRootElement, applyChanges, applyChanges, applyChanges, applyChanges, applyChanges, cloneFrom, getAttribute, getComplexChild, getComplexChild, getComplexChildAsList, populateAttributesAndChildTags, removeComplexChildList, setAttribute, setComplexChild, setComplexChild, setComplexChildAsListpublic java.lang.String getTagName()
getTagName in class ComplexExtendedPropertiespublic java.lang.String getId()
public void setId(java.lang.String id)
id - the value of the id attribute of the Tag this class represents.public java.util.List<Annotation> getAnnotation()
public void setAnnotation(java.util.List<Annotation> annotation)
annotation - a list of Annotation objects.