public class MediaText extends AbstractTextElement
<media:text>.
See description on
http://search.yahoo.com/mrss.| Constructor and Description |
|---|
MediaText() |
| Modifier and Type | Method and Description |
|---|---|
NormalPlayTime |
getEnd() |
java.lang.String |
getLang() |
NormalPlayTime |
getStart() |
void |
putAttributes(AttributeGenerator generator)
Puts attributes into the attribute generator.
|
void |
setEnd(NormalPlayTime end) |
void |
setLang(java.lang.String lang) |
void |
setStart(NormalPlayTime start) |
getContent, getHandler, getPlainTextContent, isEmpty, setHtmlContent, setPlainTextContentdisableStrictValidation, enableStrictValidation, generate, getExtensionLocalName, getExtensionNamespace, isImmutable, isStrictValidation, setImmutablepublic java.lang.String getLang()
public void setLang(java.lang.String lang)
public NormalPlayTime getEnd()
public void setEnd(NormalPlayTime end)
public NormalPlayTime getStart()
public void setStart(NormalPlayTime start)
public void putAttributes(AttributeGenerator generator)
AbstractExtensionAbstractExtension.generate(XmlWriter,ExtensionProfile). Default implementation
does nothing, though generally this is discouraged unless there really are
no attributes.putAttributes in class AbstractTextElementgenerator - attribute generator