|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gdata.data.AbstractExtension
com.google.gdata.data.media.mediarss.MediaCredit
com.google.gdata.data.youtube.YouTubeMediaCredit
public class YouTubeMediaCredit
Adds attributes to media:credit
.
Nested Class Summary | |
---|---|
static class |
YouTubeMediaCredit.Type
Partner type. |
Nested classes/interfaces inherited from class com.google.gdata.data.AbstractExtension |
---|
AbstractExtension.AttributesHandler |
Field Summary |
---|
Fields inherited from class com.google.gdata.data.media.mediarss.MediaCredit |
---|
DEFAULT_SCHEME |
Fields inherited from class com.google.gdata.data.AbstractExtension |
---|
localName, namespace |
Constructor Summary | |
---|---|
YouTubeMediaCredit()
|
Method Summary | |
---|---|
protected void |
consumeAttributes(AttributeHelper attrsHelper)
Consumes attributes from the attribute helper. |
java.lang.String |
getContent()
|
YouTubeMediaCredit.Type |
getType()
Returns the type as an enum. |
java.lang.String |
getTypeString()
Returns the type as a string. |
protected void |
putAttributes(AttributeGenerator generator)
Puts attributes into the attribute generator. |
void |
setContent(java.lang.String content)
|
void |
setType(YouTubeMediaCredit.Type type)
Sets the type as an enum. |
void |
setTypeString(java.lang.String typeString)
Sets the type as a string. |
Methods inherited from class com.google.gdata.data.media.mediarss.MediaCredit |
---|
getRole, getScheme, setRole, setScheme |
Methods inherited from class com.google.gdata.data.AbstractExtension |
---|
eq, generate, generate, generateAttributes, getExtensionLocalName, getExtensionNamespace, getHandler, isImmutable, sameClassAs, setImmutable, throwExceptionForMissingAttribute, throwExceptionIfImmutable, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public YouTubeMediaCredit()
Method Detail |
---|
public YouTubeMediaCredit.Type getType()
null
if no type was set or if the
type is unknownpublic void setType(YouTubeMediaCredit.Type type)
public java.lang.String getTypeString()
public void setTypeString(java.lang.String typeString)
protected void putAttributes(AttributeGenerator generator)
AbstractExtension
AbstractExtension.generate(XmlWriter,ExtensionProfile)
. Default implementation
does nothing, though generally this is discouraged unless there really are
no attributes.
putAttributes
in class MediaCredit
generator
- attribute generatorprotected void consumeAttributes(AttributeHelper attrsHelper) throws ParseException
AbstractExtension
AttributeHelper.consumeContent(boolean)
to consume the element's text
content. Called from AbstractExtension.getHandler(com.google.gdata.data.ExtensionProfile, java.lang.String, java.lang.String, org.xml.sax.Attributes)
. Default implementation does
nothing, though generally this is discouraged unless there really are no
attributes.
consumeAttributes
in class MediaCredit
attrsHelper
- attribute helper
ParseException
- any parsing exceptionpublic java.lang.String getContent()
public void setContent(java.lang.String content)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |