com.google.gdata.data.youtube
Class YtVideoId

java.lang.Object
  extended by com.google.gdata.data.AbstractExtension
      extended by com.google.gdata.data.youtube.YtVideoId
All Implemented Interfaces:
Extension

public class YtVideoId
extends AbstractExtension

VideoId class. This sets the yt:videoid in the MediaGroup.


Constructor Summary
YtVideoId()
          Creates an empty video ID tag.
YtVideoId(java.lang.String videoId)
          Creates and initializes a video ID tag.
 
Method Summary
 java.lang.String getVideoId()
          Gets video ID.
 void setVideoId(java.lang.String id)
          Sets video ID.
 
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

YtVideoId

public YtVideoId()
Creates an empty video ID tag.


YtVideoId

public YtVideoId(java.lang.String videoId)
Creates and initializes a video ID tag.

Method Detail

getVideoId

public java.lang.String getVideoId()
Gets video ID.


setVideoId

public void setVideoId(java.lang.String id)
Sets video ID.