public class YouTubeMediaRating extends MediaRating
yt:country to MediaRating.DEFAULT_SCHEME| Constructor and Description |
|---|
YouTubeMediaRating() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getScheme, setSchemedisableStrictValidation, enableStrictValidation, generate, getExtensionLocalName, getExtensionNamespace, getHandler, isImmutable, isStrictValidation, setImmutablepublic static ExtensionDescription getDefaultDescription()
ExtensionProfile.public boolean hasCountries()
true if a country set is set, false if the rating
applies to all countriespublic void setAllCountries()
country to all.public void clearCountry()
country of any value.public void setCountries(java.util.Collection<java.lang.String> countries)
countries - 2-letter country code set or null to
revert to the default valuepublic java.util.Set<java.lang.String> getCountries()
nullpublic java.lang.String getContent()
public void setContent(java.lang.String content)