com.google.gdata.data.youtube
Class YouTubeMediaRating

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

public class YouTubeMediaRating
extends MediaRating

Adds an attribute yt:country to MediaRating.


Field Summary
 
Fields inherited from class com.google.gdata.data.media.mediarss.MediaRating
DEFAULT_SCHEME
 
Constructor Summary
YouTubeMediaRating()
           
 
Method Summary
 void clearCountry()
          Clears the attribute country of any value.
 java.lang.String getContent()
           
 java.util.Set<java.lang.String> getCountries()
          Gets the country set.
static ExtensionDescription getDefaultDescription()
          Describes the tag to an ExtensionProfile.
 boolean hasCountries()
          Checks whether a country set is set.
 void setAllCountries()
          Explicitely sets the attribute country to all.
 void setContent(java.lang.String content)
           
 void setCountries(java.util.Collection<java.lang.String> countries)
          Defines the countries to which the rating applies.
 
Methods inherited from class com.google.gdata.data.media.mediarss.MediaRating
getScheme, 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

YouTubeMediaRating

public YouTubeMediaRating()
Method Detail

getDefaultDescription

public static ExtensionDescription getDefaultDescription()
Describes the tag to an ExtensionProfile.


hasCountries

public boolean hasCountries()
Checks whether a country set is set.

Returns:
true if a country set is set, false if the rating applies to all countries

setAllCountries

public void setAllCountries()
Explicitely sets the attribute country to all.


clearCountry

public void clearCountry()
Clears the attribute country of any value.


setCountries

public void setCountries(java.util.Collection<java.lang.String> countries)
Defines the countries to which the rating applies.

Parameters:
countries - 2-letter country code set or null to revert to the default value

getCountries

public java.util.Set<java.lang.String> getCountries()
Gets the country set.

Returns:
country set, which may be empty but not null

getContent

public java.lang.String getContent()

setContent

public void setContent(java.lang.String content)