com.amazon.soap
Class ProductInfo

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

public class ProductInfo
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ProductInfo()
           
ProductInfo(String totalResults, String totalPages, String listName, Details[] details)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 Details[] getDetails()
          Gets the details value for this ProductInfo.
 String getListName()
          Gets the listName value for this ProductInfo.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getTotalPages()
          Gets the totalPages value for this ProductInfo.
 String getTotalResults()
          Gets the totalResults value for this ProductInfo.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setDetails(Details[] details)
          Sets the details value for this ProductInfo.
 void setListName(String listName)
          Sets the listName value for this ProductInfo.
 void setTotalPages(String totalPages)
          Sets the totalPages value for this ProductInfo.
 void setTotalResults(String totalResults)
          Sets the totalResults value for this ProductInfo.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProductInfo

public ProductInfo()

ProductInfo

public ProductInfo(String totalResults,
                   String totalPages,
                   String listName,
                   Details[] details)
Method Detail

getTotalResults

public String getTotalResults()
Gets the totalResults value for this ProductInfo.

Returns:
totalResults

setTotalResults

public void setTotalResults(String totalResults)
Sets the totalResults value for this ProductInfo.

Parameters:
totalResults -

getTotalPages

public String getTotalPages()
Gets the totalPages value for this ProductInfo.

Returns:
totalPages

setTotalPages

public void setTotalPages(String totalPages)
Sets the totalPages value for this ProductInfo.

Parameters:
totalPages -

getListName

public String getListName()
Gets the listName value for this ProductInfo.

Returns:
listName

setListName

public void setListName(String listName)
Sets the listName value for this ProductInfo.

Parameters:
listName -

getDetails

public Details[] getDetails()
Gets the details value for this ProductInfo.

Returns:
details

setDetails

public void setDetails(Details[] details)
Sets the details value for this ProductInfo.

Parameters:
details -

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