|
|||||||||
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.YtPosition
public class YtPosition
Object representation for the yt:position tag.
Constructor Summary | |
---|---|
YtPosition()
Creates an empty position tag. |
|
YtPosition(int position)
Creates a tag and sets the position. |
Method Summary | |
---|---|
int |
getPosition()
Gets the position (0-based). |
void |
setPosition(int position)
Sets the position (0-based). |
Methods inherited from class com.google.gdata.data.AbstractExtension |
---|
disableStrictValidation, enableStrictValidation, generate, getExtensionLocalName, getExtensionNamespace, getHandler, isImmutable, isStrictValidation, setImmutable |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public YtPosition()
public YtPosition(int position)
position
- positionMethod Detail |
---|
public void setPosition(int position)
public int getPosition()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |