com.amazon.soap
Class MarketplaceSearchDetails

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

public class MarketplaceSearchDetails
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
MarketplaceSearchDetails()
           
MarketplaceSearchDetails(String numberOfOpenListings, ListingProductInfo listingProductInfo)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 ListingProductInfo getListingProductInfo()
          Gets the listingProductInfo value for this MarketplaceSearchDetails.
 String getNumberOfOpenListings()
          Gets the numberOfOpenListings value for this MarketplaceSearchDetails.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setListingProductInfo(ListingProductInfo listingProductInfo)
          Sets the listingProductInfo value for this MarketplaceSearchDetails.
 void setNumberOfOpenListings(String numberOfOpenListings)
          Sets the numberOfOpenListings value for this MarketplaceSearchDetails.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarketplaceSearchDetails

public MarketplaceSearchDetails()

MarketplaceSearchDetails

public MarketplaceSearchDetails(String numberOfOpenListings,
                                ListingProductInfo listingProductInfo)
Method Detail

getNumberOfOpenListings

public String getNumberOfOpenListings()
Gets the numberOfOpenListings value for this MarketplaceSearchDetails.

Returns:
numberOfOpenListings

setNumberOfOpenListings

public void setNumberOfOpenListings(String numberOfOpenListings)
Sets the numberOfOpenListings value for this MarketplaceSearchDetails.

Parameters:
numberOfOpenListings -

getListingProductInfo

public ListingProductInfo getListingProductInfo()
Gets the listingProductInfo value for this MarketplaceSearchDetails.

Returns:
listingProductInfo

setListingProductInfo

public void setListingProductInfo(ListingProductInfo listingProductInfo)
Sets the listingProductInfo value for this MarketplaceSearchDetails.

Parameters:
listingProductInfo -

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