|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazon.webservices.awsecommerceservice._2007_04_04.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-04-04}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>
| 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. |
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. |
| 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 java.math.BigDecimal getRating()
BigDecimalpublic void setRating(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.math.BigInteger getHelpfulVotes()
BigIntegerpublic void setHelpfulVotes(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getCustomerId()
Stringpublic void setCustomerId(java.lang.String value)
value - allowed object is
Stringpublic Reviewer getReviewer()
Reviewerpublic void setReviewer(Reviewer value)
value - allowed object is
Reviewerpublic java.math.BigInteger getTotalVotes()
BigIntegerpublic void setTotalVotes(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getDate()
Stringpublic void setDate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSummary()
Stringpublic void setSummary(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getContent()
Stringpublic void setContent(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||