Package com.brightcove.player.model
Class Element
- java.lang.Object
-
- com.brightcove.player.model.Element
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
StyledElement
public class Element extends java.lang.Object implements java.io.Serializable
Provides a common representation for TTML elements.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
id
-
Constructor Summary
Constructors Constructor Description Element()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getID()
The identifier of the element.void
setID(java.lang.String id)
The identifier of the element.
-