|
|||||||||
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.youtube.YtRating
public class YtRating
Object representation for the yt:rating tag.
Nested Class Summary | |
---|---|
static class |
YtRating.Value
Value of this rating element. |
Nested classes/interfaces inherited from class com.google.gdata.data.AbstractExtension |
---|
AbstractExtension.AttributesHandler |
Field Summary |
---|
Fields inherited from class com.google.gdata.data.AbstractExtension |
---|
localName, namespace |
Constructor Summary | |
---|---|
YtRating()
Creates an empty tag. |
|
YtRating(int numLikes,
int numDislikes)
Creates a rating tag with the given attributes. |
|
YtRating(java.lang.String value)
Creates a rating tag with the given value. |
Method Summary | |
---|---|
protected void |
consumeAttributes(AttributeHelper helper)
Consumes attributes from the attribute helper. |
int |
getNumDislikes()
|
int |
getNumLikes()
|
java.lang.String |
getValue()
|
protected void |
putAttributes(AttributeGenerator generator)
Puts attributes into the attribute generator. |
void |
setNumDislikes(int numDislikes)
|
void |
setNumLikes(int numLikes)
|
void |
setValue(java.lang.String value)
|
Methods inherited from class com.google.gdata.data.AbstractExtension |
---|
disableStrictValidation, enableStrictValidation, eq, generate, generate, generateAttributes, getExtensionLocalName, getExtensionNamespace, getHandler, isImmutable, isStrictValidation, 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 YtRating()
public YtRating(int numLikes, int numDislikes)
numLikes
- number of like votes.numDislikes
- number of dislike votes.public YtRating(java.lang.String value)
value
- rating value, one of YtRating.Value
.Method Detail |
---|
public int getNumLikes()
public void setNumLikes(int numLikes)
numLikes
- the numLikes to setpublic int getNumDislikes()
public void setNumDislikes(int numDislikes)
numDislikes
- the numDislikes to setpublic java.lang.String getValue()
public void setValue(java.lang.String value)
value
- the value to set, one of YtRating.Value
.protected void consumeAttributes(AttributeHelper helper) 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 AbstractExtension
helper
- attribute helper
ParseException
- any parsing exceptionprotected 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 AbstractExtension
generator
- attribute generator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |