public interface AnnotationBean extends SDMXBean
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId()
Returns the id of the annotation, this is a free text field.
|
java.util.List<TextTypeWrapper> |
getText()
This is a language-specific string which holds the text of the annotation.
|
java.lang.String |
getTitle()
Returns the title of the annotation, this is a free text field.
|
java.lang.String |
getType()
Returns the type of annotation, this is a free text field.
|
java.net.URI |
getUri()
Returns a URI - typically a URL - which points to an external resource which may contain or supplement the annotation.
|
deepEquals, getComposites, getComposites, getCrossReferences, getParent, getParent, getStructureType
java.lang.String getId()
java.lang.String getTitle()
java.lang.String getType()
java.util.List<TextTypeWrapper> getText()
java.net.URI getUri()