com.google.gdata.data.media.mediarss
Class MediaText
java.lang.Object
com.google.gdata.data.AbstractExtension
com.google.gdata.data.media.mediarss.AbstractTextElement
com.google.gdata.data.media.mediarss.MediaText
- All Implemented Interfaces:
- Extension
public class MediaText
- extends AbstractTextElement
<media:text>
.
See description on
http://search.yahoo.com/mrss.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MediaText
public MediaText()
getLang
public java.lang.String getLang()
setLang
public void setLang(java.lang.String lang)
getEnd
public NormalPlayTime getEnd()
setEnd
public void setEnd(NormalPlayTime end)
getStart
public NormalPlayTime getStart()
setStart
public void setStart(NormalPlayTime start)
putAttributes
public void putAttributes(AttributeGenerator generator)
- Description copied from class:
AbstractExtension
- Puts attributes into the attribute generator. Called from
AbstractExtension.generate(XmlWriter,ExtensionProfile)
. Default implementation
does nothing, though generally this is discouraged unless there really are
no attributes.
- Overrides:
putAttributes
in class AbstractTextElement
- Parameters:
generator
- attribute generator