public class YtGender extends AbstractExtension
Modifier and Type | Class and Description |
---|---|
static class |
YtGender.Value
Gender Value.
|
AbstractExtension.AttributesHandler
localName, namespace
Constructor and Description |
---|
YtGender()
Creates an empty tag.
|
YtGender(YtGender.Value gender)
Creates a tag and initializes its content.
|
Modifier and Type | Method and Description |
---|---|
protected void |
consumeAttributes(AttributeHelper helper)
Consumes attributes from the attribute helper.
|
YtGender.Value |
getGender()
Gets the gender.
|
protected void |
putAttributes(AttributeGenerator generator)
Puts attributes into the attribute generator.
|
void |
setGender(YtGender.Value gender)
Sets the gender.
|
disableStrictValidation, enableStrictValidation, eq, generate, generate, generateAttributes, getExtensionLocalName, getExtensionNamespace, getHandler, isImmutable, isStrictValidation, sameClassAs, setImmutable, throwExceptionForMissingAttribute, throwExceptionIfImmutable, validate
public YtGender()
public YtGender(YtGender.Value gender)
gender
- YtGender.Value.FEMALE
, YtGender.Value.MALE
or null
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
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 AbstractExtension
generator
- attribute generatorprotected 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 helperParseException
- any parsing exception