public class YouTubeMediaRating extends MediaRating
yt:country to MediaRating.AbstractExtension.AttributesHandlerDEFAULT_SCHEMElocalName, namespace| Constructor and Description |
|---|
YouTubeMediaRating() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearCountry()
Clears the attribute
country of any value. |
protected void |
consumeAttributes(AttributeHelper attrsHelper)
Consumes attributes from the attribute helper.
|
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.
|
protected void |
putAttributes(AttributeGenerator generator)
Puts attributes into the attribute generator.
|
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, eq, generate, generate, generateAttributes, getExtensionLocalName, getExtensionNamespace, getHandler, isImmutable, isStrictValidation, sameClassAs, setImmutable, throwExceptionForMissingAttribute, throwExceptionIfImmutable, validatepublic static ExtensionDescription getDefaultDescription()
ExtensionProfile.protected void putAttributes(AttributeGenerator generator)
AbstractExtensionAbstractExtension.generate(XmlWriter,ExtensionProfile). Default implementation
does nothing, though generally this is discouraged unless there really are
no attributes.putAttributes in class MediaRatinggenerator - attribute generatorprotected void consumeAttributes(AttributeHelper attrsHelper) throws ParseException
AbstractExtensionAttributeHelper.consumeContent(boolean) to consume the element's text
content. Called from AbstractExtension.getHandler(com.google.gdata.data.ExtensionProfile, java.lang.String, java.lang.String, org.xml.sax.Attributes). Default implementation does
nothing, though generally this is discouraged unless there really are no
attributes.consumeAttributes in class MediaRatingattrsHelper - attribute helperParseException - any parsing exceptionpublic 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)