|
||||||||||
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()
String
public void setASIN(java.lang.String value)
value
- allowed object is
String
public java.math.BigDecimal getRating()
BigDecimal
public void setRating(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.math.BigInteger getHelpfulVotes()
BigInteger
public void setHelpfulVotes(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.String getCustomerId()
String
public void setCustomerId(java.lang.String value)
value
- allowed object is
String
public Reviewer getReviewer()
Reviewer
public void setReviewer(Reviewer value)
value
- allowed object is
Reviewer
public java.math.BigInteger getTotalVotes()
BigInteger
public void setTotalVotes(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.String getDate()
String
public void setDate(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSummary()
String
public void setSummary(java.lang.String value)
value
- allowed object is
String
public java.lang.String getContent()
String
public 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 |