com.amazon.soap
Class AsinRequest

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

public class AsinRequest
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
AsinRequest()
           
AsinRequest(String asin, String tag, String type, String devtag, String offer, String offerpage, String locale)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getAsin()
          Gets the asin value for this AsinRequest.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getDevtag()
          Gets the devtag value for this AsinRequest.
 String getLocale()
          Gets the locale value for this AsinRequest.
 String getOffer()
          Gets the offer value for this AsinRequest.
 String getOfferpage()
          Gets the offerpage value for this AsinRequest.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getTag()
          Gets the tag value for this AsinRequest.
 String getType()
          Gets the type value for this AsinRequest.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAsin(String asin)
          Sets the asin value for this AsinRequest.
 void setDevtag(String devtag)
          Sets the devtag value for this AsinRequest.
 void setLocale(String locale)
          Sets the locale value for this AsinRequest.
 void setOffer(String offer)
          Sets the offer value for this AsinRequest.
 void setOfferpage(String offerpage)
          Sets the offerpage value for this AsinRequest.
 void setTag(String tag)
          Sets the tag value for this AsinRequest.
 void setType(String type)
          Sets the type value for this AsinRequest.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsinRequest

public AsinRequest()

AsinRequest

public AsinRequest(String asin,
                   String tag,
                   String type,
                   String devtag,
                   String offer,
                   String offerpage,
                   String locale)
Method Detail

getAsin

public String getAsin()
Gets the asin value for this AsinRequest.

Returns:
asin

setAsin

public void setAsin(String asin)
Sets the asin value for this AsinRequest.

Parameters:
asin -

getTag

public String getTag()
Gets the tag value for this AsinRequest.

Returns:
tag

setTag

public void setTag(String tag)
Sets the tag value for this AsinRequest.

Parameters:
tag -

getType

public String getType()
Gets the type value for this AsinRequest.

Returns:
type

setType

public void setType(String type)
Sets the type value for this AsinRequest.

Parameters:
type -

getDevtag

public String getDevtag()
Gets the devtag value for this AsinRequest.

Returns:
devtag

setDevtag

public void setDevtag(String devtag)
Sets the devtag value for this AsinRequest.

Parameters:
devtag -

getOffer

public String getOffer()
Gets the offer value for this AsinRequest.

Returns:
offer

setOffer

public void setOffer(String offer)
Sets the offer value for this AsinRequest.

Parameters:
offer -

getOfferpage

public String getOfferpage()
Gets the offerpage value for this AsinRequest.

Returns:
offerpage

setOfferpage

public void setOfferpage(String offerpage)
Sets the offerpage value for this AsinRequest.

Parameters:
offerpage -

getLocale

public String getLocale()
Gets the locale value for this AsinRequest.

Returns:
locale

setLocale

public void setLocale(String locale)
Sets the locale value for this AsinRequest.

Parameters:
locale -

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