public class YouTubeMediaCredit extends MediaCredit
media:credit
.Modifier and Type | Class and Description |
---|---|
static class |
YouTubeMediaCredit.Type
Partner type.
|
AbstractExtension.AttributesHandler
DEFAULT_SCHEME
localName, namespace
Constructor and Description |
---|
YouTubeMediaCredit() |
Modifier and Type | Method and Description |
---|---|
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.
|
getRole, getScheme, setRole, setScheme
disableStrictValidation, enableStrictValidation, eq, generate, generate, generateAttributes, getExtensionLocalName, getExtensionNamespace, getHandler, isImmutable, isStrictValidation, sameClassAs, setImmutable, throwExceptionForMissingAttribute, throwExceptionIfImmutable, validate
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 helperParseException
- any parsing exceptionpublic java.lang.String getContent()
public void setContent(java.lang.String content)