Class FreeTextAnnotationImpl
java.lang.Object
org.opencastproject.metadata.mpeg7.FreeTextAnnotationImpl
- All Implemented Interfaces:
XmlElement,FreeTextAnnotation
TODO: Comment me!
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
text
The text annotation
-
-
Constructor Details
-
FreeTextAnnotationImpl
Creates a new free text annotation.- Parameters:
text- the annotation
-
-
Method Details
-
getText
Description copied from interface:FreeTextAnnotationReturns the text of this free text annotation.- Specified by:
getTextin interfaceFreeTextAnnotation- Returns:
- the annotation
-
toXml
Description copied from interface:XmlElementReturns an xml node representation of this element.- Specified by:
toXmlin interfaceXmlElement- Parameters:
document- the enclosing xml document- Returns:
- the xml node
- See Also:
-