|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.amazonaws.a2s.model.Review
public class Review
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ASIN" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Rating" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="HelpfulVotes" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
<element name="CustomerId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}Reviewer" minOccurs="0"/>
<element name="TotalVotes" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
<element name="Date" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Summary" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Content" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Generated by AWS Code Generator
Thu Jan 10 05:27:59 PST 2008
| Field Summary | |
|---|---|
protected java.lang.String |
asin
|
protected java.lang.String |
content
|
protected java.lang.String |
customerId
|
protected java.lang.String |
date
|
protected java.math.BigInteger |
helpfulVotes
|
protected java.math.BigDecimal |
rating
|
protected Reviewer |
reviewer
|
protected java.lang.String |
summary
|
protected java.math.BigInteger |
totalVotes
|
| Constructor Summary | |
|---|---|
Review()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getASIN()
Gets the value of the asin property. |
java.lang.String |
getContent()
Gets the value of the content property. |
java.lang.String |
getCustomerId()
Gets the value of the customerId property. |
java.lang.String |
getDate()
Gets the value of the date property. |
java.math.BigInteger |
getHelpfulVotes()
Gets the value of the helpfulVotes property. |
java.math.BigDecimal |
getRating()
Gets the value of the rating property. |
Reviewer |
getReviewer()
Gets the value of the reviewer property. |
java.lang.String |
getSummary()
Gets the value of the summary property. |
java.math.BigInteger |
getTotalVotes()
Gets the value of the totalVotes property. |
boolean |
isSetASIN()
|
boolean |
isSetContent()
|
boolean |
isSetCustomerId()
|
boolean |
isSetDate()
|
boolean |
isSetHelpfulVotes()
|
boolean |
isSetRating()
|
boolean |
isSetReviewer()
|
boolean |
isSetSummary()
|
boolean |
isSetTotalVotes()
|
void |
setASIN(java.lang.String value)
Sets the value of the asin property. |
void |
setContent(java.lang.String value)
Sets the value of the content property. |
void |
setCustomerId(java.lang.String value)
Sets the value of the customerId property. |
void |
setDate(java.lang.String value)
Sets the value of the date property. |
void |
setHelpfulVotes(java.math.BigInteger value)
Sets the value of the helpfulVotes property. |
void |
setRating(java.math.BigDecimal value)
Sets the value of the rating property. |
void |
setReviewer(Reviewer value)
Sets the value of the reviewer property. |
void |
setSummary(java.lang.String value)
Sets the value of the summary property. |
void |
setTotalVotes(java.math.BigInteger value)
Sets the value of the totalVotes property. |
protected java.lang.String |
toXMLFragment()
XML fragment representation of this object |
Review |
withASIN(java.lang.String value)
Sets the value of the ASIN property. |
Review |
withContent(java.lang.String value)
Sets the value of the Content property. |
Review |
withCustomerId(java.lang.String value)
Sets the value of the CustomerId property. |
Review |
withDate(java.lang.String value)
Sets the value of the Date property. |
Review |
withHelpfulVotes(java.math.BigInteger value)
Sets the value of the HelpfulVotes property. |
Review |
withRating(java.math.BigDecimal value)
Sets the value of the Rating property. |
Review |
withReviewer(Reviewer value)
Sets the value of the Reviewer property. |
Review |
withSummary(java.lang.String value)
Sets the value of the Summary property. |
Review |
withTotalVotes(java.math.BigInteger value)
Sets the value of the TotalVotes property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String asin
protected java.math.BigDecimal rating
protected java.math.BigInteger helpfulVotes
protected java.lang.String customerId
protected Reviewer reviewer
protected java.math.BigInteger totalVotes
protected java.lang.String date
protected java.lang.String summary
protected java.lang.String content
| Constructor Detail |
|---|
public Review()
| Method Detail |
|---|
public java.lang.String getASIN()
Stringpublic void setASIN(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetASIN()
public java.math.BigDecimal getRating()
BigDecimalpublic void setRating(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic boolean isSetRating()
public java.math.BigInteger getHelpfulVotes()
BigIntegerpublic void setHelpfulVotes(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetHelpfulVotes()
public java.lang.String getCustomerId()
Stringpublic void setCustomerId(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetCustomerId()
public Reviewer getReviewer()
Reviewerpublic void setReviewer(Reviewer value)
value - allowed object is
Reviewerpublic boolean isSetReviewer()
public java.math.BigInteger getTotalVotes()
BigIntegerpublic void setTotalVotes(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetTotalVotes()
public java.lang.String getDate()
Stringpublic void setDate(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetDate()
public java.lang.String getSummary()
Stringpublic void setSummary(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetSummary()
public java.lang.String getContent()
Stringpublic void setContent(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetContent()
public Review withASIN(java.lang.String value)
value -
public Review withRating(java.math.BigDecimal value)
value -
public Review withHelpfulVotes(java.math.BigInteger value)
value -
public Review withCustomerId(java.lang.String value)
value -
public Review withReviewer(Reviewer value)
value -
public Review withTotalVotes(java.math.BigInteger value)
value -
public Review withDate(java.lang.String value)
value -
public Review withSummary(java.lang.String value)
value -
public Review withContent(java.lang.String value)
value -
protected java.lang.String toXMLFragment()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||