|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.gdata.data.AbstractExtension
com.google.gdata.data.media.mediarss.MediaRating
com.google.gdata.data.youtube.YouTubeMediaRating
public class YouTubeMediaRating
Adds an attribute yt:country to MediaRating.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.google.gdata.data.AbstractExtension |
|---|
AbstractExtension.AttributesHandler |
| Field Summary |
|---|
| Fields inherited from class com.google.gdata.data.media.mediarss.MediaRating |
|---|
DEFAULT_SCHEME |
| Fields inherited from class com.google.gdata.data.AbstractExtension |
|---|
localName, namespace |
| Constructor Summary | |
|---|---|
YouTubeMediaRating()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class com.google.gdata.data.media.mediarss.MediaRating |
|---|
getScheme, setScheme |
| Methods inherited from class com.google.gdata.data.AbstractExtension |
|---|
eq, generate, generate, generateAttributes, getExtensionLocalName, getExtensionNamespace, getHandler, isImmutable, sameClassAs, setImmutable, throwExceptionForMissingAttribute, throwExceptionIfImmutable, validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public YouTubeMediaRating()
| Method Detail |
|---|
public 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 generator
protected 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 helper
ParseException - 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)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||