|
|||||||||
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.YtGender
public class YtGender
Object representation for the yt:gender tag
Nested Class Summary | |
---|---|
static class |
YtGender.Value
Gender Value. |
Constructor Summary | |
---|---|
YtGender()
Creates an empty tag. |
|
YtGender(YtGender.Value gender)
Creates a tag and initializes its content. |
Method Summary | |
---|---|
YtGender.Value |
getGender()
Gets the gender. |
void |
setGender(YtGender.Value gender)
Sets the gender. |
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 YtGender()
public YtGender(YtGender.Value gender)
gender
- YtGender.Value.FEMALE
, YtGender.Value.MALE
or null
Method Detail |
---|
public YtGender.Value getGender()
YtGender.Value.FEMALE
, YtGender.Value.MALE
or null
public void setGender(YtGender.Value gender)
gender
- YtGender.Value.FEMALE
, YtGender.Value.MALE
or null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |