com.google.gdata.data.youtube
Class YouTubeMediaCredit

java.lang.Object
  extended by com.google.gdata.data.AbstractExtension
      extended by com.google.gdata.data.media.mediarss.MediaCredit
          extended by com.google.gdata.data.youtube.YouTubeMediaCredit
All Implemented Interfaces:
Extension

public class YouTubeMediaCredit
extends MediaCredit

Adds attributes to media:credit.


Nested Class Summary
static class YouTubeMediaCredit.Type
          Partner type.
 
Field Summary
 
Fields inherited from class com.google.gdata.data.media.mediarss.MediaCredit
DEFAULT_SCHEME
 
Constructor Summary
YouTubeMediaCredit()
           
 
Method Summary
 java.lang.String getContent()
           
 YouTubeMediaCredit.Type getType()
          Returns the type as an enum.
 java.lang.String getTypeString()
          Returns the type as a string.
 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
disableStrictValidation, enableStrictValidation, generate, getExtensionLocalName, getExtensionNamespace, getHandler, isImmutable, isStrictValidation, setImmutable
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

YouTubeMediaCredit

public YouTubeMediaCredit()
Method Detail

getType

public YouTubeMediaCredit.Type getType()
Returns the type as an enum.

Returns:
a type or null if no type was set or if the type is unknown

setType

public void setType(YouTubeMediaCredit.Type type)
Sets the type as an enum.


getTypeString

public java.lang.String getTypeString()
Returns the type as a string.


setTypeString

public void setTypeString(java.lang.String typeString)
Sets the type as a string.


getContent

public java.lang.String getContent()

setContent

public void setContent(java.lang.String content)