public class YtStatus extends AbstractExtension
| Modifier and Type | Class and Description |
|---|---|
static class |
YtStatus.Value
Status value.
|
AbstractExtension.AttributesHandlerlocalName, namespace| Constructor and Description |
|---|
YtStatus()
Creates an empty tag.
|
YtStatus(YtStatus.Value status)
Creates a tag and initializes its content.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
consumeAttributes(AttributeHelper helper)
Consumes attributes from the attribute helper.
|
YtStatus.Value |
getStatus()
Gets the status status.
|
protected void |
putAttributes(AttributeGenerator generator)
Puts attributes into the attribute generator.
|
void |
setStatus(YtStatus.Value status)
Sets the status status.
|
disableStrictValidation, enableStrictValidation, eq, generate, generate, generateAttributes, getExtensionLocalName, getExtensionNamespace, getHandler, isImmutable, isStrictValidation, sameClassAs, setImmutable, throwExceptionForMissingAttribute, throwExceptionIfImmutable, validatepublic YtStatus()
public YtStatus(YtStatus.Value status)
public YtStatus.Value getStatus()
public void setStatus(YtStatus.Value status)
status - status or nullprotected 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 AbstractExtensiongenerator - attribute generatorprotected void consumeAttributes(AttributeHelper helper) 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 AbstractExtensionhelper - attribute helperParseException - any parsing exception