| java.lang.Object | ||
| ↳ | com.google.gdata.data.AbstractExtension | |
| ↳ | com.google.gdata.data.books.Review | |
User-provided review.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | LANG | XML "xml:lang" attribute name | |||||||||
| String | TYPE | XML "type" attribute name | |||||||||
| String | XML_NAME | XML element name | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| lang | Language of link title | ||||||||||
| type | Type of text construct (typically 'text', 'html' or 'xhtml') | ||||||||||
| value | Text content of the review | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Default mutable constructor.
| |||||||||||
Immutable constructor.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the extension description, specifying whether it is required, and
whether it is repeatable.
| |||||||||||
Returns the language of link title.
| |||||||||||
Returns the type of text construct (typically 'text', 'html' or 'xhtml').
| |||||||||||
Returns the text content of the review.
| |||||||||||
Returns whether it has the language of link title.
| |||||||||||
Returns whether it has the type of text construct (typically 'text', 'html'
or 'xhtml').
| |||||||||||
Returns whether it has the text content of the review.
| |||||||||||
Sets the language of link title.
| |||||||||||
Sets the type of text construct (typically 'text', 'html' or 'xhtml').
| |||||||||||
Sets the text content of the review.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Consumes attributes from the attribute helper.
| |||||||||||
Puts attributes into the attribute generator.
| |||||||||||
Checks the attributes to see if there are any problems.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.google.gdata.data.Extension
| |||||||||||
XML "xml:lang" attribute name
XML "type" attribute name
XML element name
Language of link title
Type of text construct (typically 'text', 'html' or 'xhtml')
Text content of the review
Default mutable constructor.
Immutable constructor.
| lang | Language of link title. |
|---|---|
| type | Type of text construct (typically 'text', 'html' or 'xhtml'). |
| value | Text content of the review. |
| obj |
|---|
Returns the extension description, specifying whether it is required, and whether it is repeatable.
| required | Whether it is required |
|---|---|
| repeatable | Whether it is repeatable |
Returns the language of link title.
Returns the type of text construct (typically 'text', 'html' or 'xhtml').
Returns the text content of the review.
Returns whether it has the language of link title.
Returns whether it has the type of text construct (typically 'text', 'html' or 'xhtml').
Returns whether it has the text content of the review.
Sets the language of link title.
| lang | Language of link title or null to reset
|
|---|
Sets the type of text construct (typically 'text', 'html' or 'xhtml').
| type | Type of text construct (typically 'text', 'html' or 'xhtml') or
null to reset
|
|---|
Sets the text content of the review.
| value | Text content of the review or null to reset
|
|---|
Consumes attributes from the attribute helper. May also use
consumeContent(boolean) to consume the element's text
content. Called from getHandler(ExtensionProfile, String, String, Attributes). Default implementation does
nothing, though generally this is discouraged unless there really are no
attributes.
| helper | Attribute helper |
|---|
| ParseException |
|---|
Puts attributes into the attribute generator. Called from
generate(XmlWriter, ExtensionProfile). Default implementation
does nothing, though generally this is discouraged unless there really are
no attributes.
| generator | Attribute generator |
|---|
Checks the attributes to see if there are any problems. Default implementation does nothing, though generally this is discouraged unless there really are no restrictions.