com.amazon.soap
Class ClearShoppingCartRequest

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

public class ClearShoppingCartRequest
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

ClearShoppingCartRequest

public ClearShoppingCartRequest()

ClearShoppingCartRequest

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

getTag

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

Returns:
tag

setTag

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

Parameters:
tag -

getDevtag

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

Returns:
devtag

setDevtag

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

Parameters:
devtag -

getCartId

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

Returns:
cartId

setCartId

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

Parameters:
cartId -

getHMAC

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

Returns:
HMAC

setHMAC

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

Parameters:
HMAC -

getLocale

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

Returns:
locale

setLocale

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

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