com.amazon.soap
Class ModifyShoppingCartItemsRequest

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

public class ModifyShoppingCartItemsRequest
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

ModifyShoppingCartItemsRequest

public ModifyShoppingCartItemsRequest()

ModifyShoppingCartItemsRequest

public ModifyShoppingCartItemsRequest(String tag,
                                      String devtag,
                                      String cartId,
                                      String HMAC,
                                      ItemQuantity[] items,
                                      String locale)
Method Detail

getTag

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

Returns:
tag

setTag

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

Parameters:
tag -

getDevtag

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

Returns:
devtag

setDevtag

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

Parameters:
devtag -

getCartId

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

Returns:
cartId

setCartId

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

Parameters:
cartId -

getHMAC

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

Returns:
HMAC

setHMAC

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

Parameters:
HMAC -

getItems

public ItemQuantity[] getItems()
Gets the items value for this ModifyShoppingCartItemsRequest.

Returns:
items

setItems

public void setItems(ItemQuantity[] items)
Sets the items value for this ModifyShoppingCartItemsRequest.

Parameters:
items -

getLocale

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

Returns:
locale

setLocale

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

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