com.google.gdata.data.youtube
Class YtAspectRatio

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

public class YtAspectRatio
extends AbstractExtension

Object representation for the yt:aspectRatio tag.


Nested Class Summary
static class YtAspectRatio.Value
           
 
Constructor Summary
YtAspectRatio()
           
YtAspectRatio(YtAspectRatio.Value value)
          Creates a tag and sets the aspect ratio.
 
Method Summary
 YtAspectRatio.Value getValue()
          Gets the aspect ratio.
 void setValue(YtAspectRatio.Value value)
          Sets the aspect ratio.
 
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

YtAspectRatio

public YtAspectRatio()

YtAspectRatio

public YtAspectRatio(YtAspectRatio.Value value)
Creates a tag and sets the aspect ratio.

Parameters:
value - the aspect ratio
Method Detail

setValue

public void setValue(YtAspectRatio.Value value)
Sets the aspect ratio.


getValue

public YtAspectRatio.Value getValue()
Gets the aspect ratio.