public class YouTubeMediaRating extends MediaRating
yt:country
to MediaRating
.AbstractExtension.AttributesHandler
DEFAULT_SCHEME
localName, 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, setScheme
disableStrictValidation, enableStrictValidation, eq, generate, generate, generateAttributes, getExtensionLocalName, getExtensionNamespace, getHandler, isImmutable, isStrictValidation, sameClassAs, setImmutable, throwExceptionForMissingAttribute, throwExceptionIfImmutable, validate
public static ExtensionDescription getDefaultDescription()
ExtensionProfile
.protected void putAttributes(AttributeGenerator generator)
AbstractExtension
AbstractExtension.generate(XmlWriter,ExtensionProfile)
. Default implementation
does nothing, though generally this is discouraged unless there really are
no attributes.putAttributes
in class MediaRating
generator
- attribute generatorprotected void consumeAttributes(AttributeHelper attrsHelper) throws ParseException
AbstractExtension
AttributeHelper.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 MediaRating
attrsHelper
- 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()
null
public java.lang.String getContent()
public void setContent(java.lang.String content)