com.amazon.soap
Class AddShoppingCartItemsRequest

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

public class AddShoppingCartItemsRequest
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

AddShoppingCartItemsRequest

public AddShoppingCartItemsRequest()

AddShoppingCartItemsRequest

public AddShoppingCartItemsRequest(String tag,
                                   String devtag,
                                   String cartId,
                                   String HMAC,
                                   AddItem[] items,
                                   String locale)
Method Detail

getTag

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

Returns:
tag

setTag

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

Parameters:
tag -

getDevtag

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

Returns:
devtag

setDevtag

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

Parameters:
devtag -

getCartId

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

Returns:
cartId

setCartId

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

Parameters:
cartId -

getHMAC

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

Returns:
HMAC

setHMAC

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

Parameters:
HMAC -

getItems

public AddItem[] getItems()
Gets the items value for this AddShoppingCartItemsRequest.

Returns:
items

setItems

public void setItems(AddItem[] items)
Sets the items value for this AddShoppingCartItemsRequest.

Parameters:
items -

getLocale

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

Returns:
locale

setLocale

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

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