public class YouTubeMediaCredit extends MediaCredit
media:credit.| Modifier and Type | Class and Description |
|---|---|
static class |
YouTubeMediaCredit.Type
Partner type.
|
AbstractExtension.AttributesHandlerDEFAULT_SCHEMElocalName, 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, setSchemedisableStrictValidation, enableStrictValidation, eq, generate, generate, generateAttributes, getExtensionLocalName, getExtensionNamespace, getHandler, isImmutable, isStrictValidation, sameClassAs, setImmutable, throwExceptionForMissingAttribute, throwExceptionIfImmutable, validatepublic 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)
AbstractExtensionAbstractExtension.generate(XmlWriter,ExtensionProfile). Default implementation
does nothing, though generally this is discouraged unless there really are
no attributes.putAttributes in class MediaCreditgenerator - attribute generatorprotected void consumeAttributes(AttributeHelper attrsHelper) throws ParseException
AbstractExtensionAttributeHelper.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 MediaCreditattrsHelper - attribute helperParseException - any parsing exceptionpublic java.lang.String getContent()
public void setContent(java.lang.String content)