com.amazon.soap
Class GetShoppingCartRequest

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

public class GetShoppingCartRequest
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
GetShoppingCartRequest()
           
GetShoppingCartRequest(String tag, String devtag, String cartId, String HMAC, String locale)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCartId()
          Gets the cartId value for this GetShoppingCartRequest.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getDevtag()
          Gets the devtag value for this GetShoppingCartRequest.
 String getHMAC()
          Gets the HMAC value for this GetShoppingCartRequest.
 String getLocale()
          Gets the locale value for this GetShoppingCartRequest.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getTag()
          Gets the tag value for this GetShoppingCartRequest.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCartId(String cartId)
          Sets the cartId value for this GetShoppingCartRequest.
 void setDevtag(String devtag)
          Sets the devtag value for this GetShoppingCartRequest.
 void setHMAC(String HMAC)
          Sets the HMAC value for this GetShoppingCartRequest.
 void setLocale(String locale)
          Sets the locale value for this GetShoppingCartRequest.
 void setTag(String tag)
          Sets the tag value for this GetShoppingCartRequest.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetShoppingCartRequest

public GetShoppingCartRequest()

GetShoppingCartRequest

public GetShoppingCartRequest(String tag,
                              String devtag,
                              String cartId,
                              String HMAC,
                              String locale)
Method Detail

getTag

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

Returns:
tag

setTag

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

Parameters:
tag -

getDevtag

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

Returns:
devtag

setDevtag

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

Parameters:
devtag -

getCartId

public String getCartId()
Gets the cartId value for this GetShoppingCartRequest.

Returns:
cartId

setCartId

public void setCartId(String cartId)
Sets the cartId value for this GetShoppingCartRequest.

Parameters:
cartId -

getHMAC

public String getHMAC()
Gets the HMAC value for this GetShoppingCartRequest.

Returns:
HMAC

setHMAC

public void setHMAC(String HMAC)
Sets the HMAC value for this GetShoppingCartRequest.

Parameters:
HMAC -

getLocale

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

Returns:
locale

setLocale

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

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