public class GphotoOriginalVideo extends ExtensionPoint
ExtensionPoint.CumulativeBlobHandler, ExtensionPoint.ExtensionHandler
AbstractExtension.AttributesHandler
xmlBlob
localName, namespace
Constructor and Description |
---|
GphotoOriginalVideo()
Default mutable constructor.
|
GphotoOriginalVideo(java.lang.Integer channels,
java.lang.Long duration,
java.lang.Integer height,
java.lang.Float samplingrate,
java.lang.String type,
java.lang.Integer width)
Immutable constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
consumeAttributes(AttributeHelper helper)
Consumes attributes from the attribute helper.
|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getChannels()
Returns the number of audio channels.
|
static ExtensionDescription |
getDefaultDescription(boolean required,
boolean repeatable)
Returns the extension description, specifying whether it is required, and
whether it is repeatable.
|
java.lang.Long |
getDuration()
Returns the video playback duration in milliseconds.
|
java.lang.Integer |
getHeight()
Returns the video height.
|
java.lang.Float |
getSamplingrate()
Returns the audio sample rate in kHz.
|
java.lang.String |
getType()
Returns the video format type.
|
java.lang.Integer |
getWidth()
Returns the video width.
|
boolean |
hasChannels()
Returns whether it has the number of audio channels.
|
boolean |
hasDuration()
Returns whether it has the video playback duration in milliseconds.
|
int |
hashCode() |
boolean |
hasHeight()
Returns whether it has the video height.
|
boolean |
hasSamplingrate()
Returns whether it has the audio sample rate in kHz.
|
boolean |
hasType()
Returns whether it has the video format type.
|
boolean |
hasWidth()
Returns whether it has the video width.
|
protected void |
putAttributes(AttributeGenerator generator)
Puts attributes into the attribute generator.
|
void |
setChannels(java.lang.Integer channels)
Sets the number of audio channels.
|
void |
setDuration(java.lang.Long duration)
Sets the video playback duration in milliseconds.
|
void |
setHeight(java.lang.Integer height)
Sets the video height.
|
void |
setSamplingrate(java.lang.Float samplingrate)
Sets the audio sample rate in kHz.
|
void |
setType(java.lang.String type)
Sets the video format type.
|
void |
setWidth(java.lang.Integer width)
Sets the video width.
|
java.lang.String |
toString() |
protected void |
validate()
Checks the attributes to see if there are any problems.
|
addExtension, addExtension, addRepeatingExtension, addRepeatingExtension, checkRequiredExtensions, createExtensionInstance, declareExtensions, generate, generateCumulativeXmlBlob, generateExtensions, generateStartElement, getExtension, getExtensionDescription, getExtensionHandler, getExtensions, getHandler, getManifest, getRepeatingExtension, getRepeatingExtensions, getXmlBlob, hasExtension, hasRepeatingExtension, initializeArbitraryXml, parseCumulativeXmlBlob, removeExtension, removeExtension, removeRepeatingExtension, setExtension, setXmlBlob, visit, visitChild, visitChildren
disableStrictValidation, enableStrictValidation, eq, generate, generateAttributes, getExtensionLocalName, getExtensionNamespace, isImmutable, isStrictValidation, sameClassAs, setImmutable, throwExceptionForMissingAttribute, throwExceptionIfImmutable
public GphotoOriginalVideo()
public GphotoOriginalVideo(java.lang.Integer channels, java.lang.Long duration, java.lang.Integer height, java.lang.Float samplingrate, java.lang.String type, java.lang.Integer width)
channels
- number of audio channels.duration
- video playback duration in milliseconds.height
- video height.samplingrate
- audio sample rate in kHz.type
- video format type.width
- video width.public java.lang.Integer getChannels()
public void setChannels(java.lang.Integer channels)
channels
- number of audio channels or null
to resetpublic boolean hasChannels()
public java.lang.Long getDuration()
public void setDuration(java.lang.Long duration)
duration
- video playback duration in milliseconds or
null
to resetpublic boolean hasDuration()
public java.lang.Integer getHeight()
public void setHeight(java.lang.Integer height)
height
- video height or null
to resetpublic boolean hasHeight()
public java.lang.Float getSamplingrate()
public void setSamplingrate(java.lang.Float samplingrate)
samplingrate
- audio sample rate in kHz or null
to resetpublic boolean hasSamplingrate()
public java.lang.String getType()
public void setType(java.lang.String type)
type
- video format type or null
to resetpublic boolean hasType()
public java.lang.Integer getWidth()
public void setWidth(java.lang.Integer width)
width
- video width or null
to resetpublic boolean hasWidth()
protected void validate()
AbstractExtension
validate
in class AbstractExtension
public static ExtensionDescription getDefaultDescription(boolean required, boolean repeatable)
required
- whether it is requiredrepeatable
- whether it is repeatableprotected 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 exceptionpublic boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object