com.amazon.webservices.awsecommerceservice._2007_04_04
Class Review

java.lang.Object
  extended by com.amazon.webservices.awsecommerceservice._2007_04_04.Review

public class Review
extends java.lang.Object

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

asin

protected java.lang.String asin

rating

protected java.math.BigDecimal rating

helpfulVotes

protected java.math.BigInteger helpfulVotes

customerId

protected java.lang.String customerId

reviewer

protected Reviewer reviewer

totalVotes

protected java.math.BigInteger totalVotes

date

protected java.lang.String date

summary

protected java.lang.String summary

content

protected java.lang.String content
Constructor Detail

Review

public Review()
Method Detail

getASIN

public java.lang.String getASIN()
Gets the value of the asin property.

Returns:
possible object is String

setASIN

public void setASIN(java.lang.String value)
Sets the value of the asin property.

Parameters:
value - allowed object is String

getRating

public java.math.BigDecimal getRating()
Gets the value of the rating property.

Returns:
possible object is BigDecimal

setRating

public void setRating(java.math.BigDecimal value)
Sets the value of the rating property.

Parameters:
value - allowed object is BigDecimal

getHelpfulVotes

public java.math.BigInteger getHelpfulVotes()
Gets the value of the helpfulVotes property.

Returns:
possible object is BigInteger

setHelpfulVotes

public void setHelpfulVotes(java.math.BigInteger value)
Sets the value of the helpfulVotes property.

Parameters:
value - allowed object is BigInteger

getCustomerId

public java.lang.String getCustomerId()
Gets the value of the customerId property.

Returns:
possible object is String

setCustomerId

public void setCustomerId(java.lang.String value)
Sets the value of the customerId property.

Parameters:
value - allowed object is String

getReviewer

public Reviewer getReviewer()
Gets the value of the reviewer property.

Returns:
possible object is Reviewer

setReviewer

public void setReviewer(Reviewer value)
Sets the value of the reviewer property.

Parameters:
value - allowed object is Reviewer

getTotalVotes

public java.math.BigInteger getTotalVotes()
Gets the value of the totalVotes property.

Returns:
possible object is BigInteger

setTotalVotes

public void setTotalVotes(java.math.BigInteger value)
Sets the value of the totalVotes property.

Parameters:
value - allowed object is BigInteger

getDate

public java.lang.String getDate()
Gets the value of the date property.

Returns:
possible object is String

setDate

public void setDate(java.lang.String value)
Sets the value of the date property.

Parameters:
value - allowed object is String

getSummary

public java.lang.String getSummary()
Gets the value of the summary property.

Returns:
possible object is String

setSummary

public void setSummary(java.lang.String value)
Sets the value of the summary property.

Parameters:
value - allowed object is String

getContent

public java.lang.String getContent()
Gets the value of the content property.

Returns:
possible object is String

setContent

public void setContent(java.lang.String value)
Sets the value of the content property.

Parameters:
value - allowed object is String


Copyright © 2007 orange-cafe.de. All Rights Reserved.