com.amazon.soap
Class Reviews

java.lang.Object
  extended by com.amazon.soap.Reviews
All Implemented Interfaces:
Serializable

public class Reviews
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Reviews()
           
Reviews(String avgCustomerRating, String totalCustomerReviews, CustomerReview[] customerReviews)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getAvgCustomerRating()
          Gets the avgCustomerRating value for this Reviews.
 CustomerReview[] getCustomerReviews()
          Gets the customerReviews value for this Reviews.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getTotalCustomerReviews()
          Gets the totalCustomerReviews value for this Reviews.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAvgCustomerRating(String avgCustomerRating)
          Sets the avgCustomerRating value for this Reviews.
 void setCustomerReviews(CustomerReview[] customerReviews)
          Sets the customerReviews value for this Reviews.
 void setTotalCustomerReviews(String totalCustomerReviews)
          Sets the totalCustomerReviews value for this Reviews.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Reviews

public Reviews()

Reviews

public Reviews(String avgCustomerRating,
               String totalCustomerReviews,
               CustomerReview[] customerReviews)
Method Detail

getAvgCustomerRating

public String getAvgCustomerRating()
Gets the avgCustomerRating value for this Reviews.

Returns:
avgCustomerRating

setAvgCustomerRating

public void setAvgCustomerRating(String avgCustomerRating)
Sets the avgCustomerRating value for this Reviews.

Parameters:
avgCustomerRating -

getTotalCustomerReviews

public String getTotalCustomerReviews()
Gets the totalCustomerReviews value for this Reviews.

Returns:
totalCustomerReviews

setTotalCustomerReviews

public void setTotalCustomerReviews(String totalCustomerReviews)
Sets the totalCustomerReviews value for this Reviews.

Parameters:
totalCustomerReviews -

getCustomerReviews

public CustomerReview[] getCustomerReviews()
Gets the customerReviews value for this Reviews.

Returns:
customerReviews

setCustomerReviews

public void setCustomerReviews(CustomerReview[] customerReviews)
Sets the customerReviews value for this Reviews.

Parameters:
customerReviews -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer