Project 4

com.amazon.soap.AWSECommerceService
Class CartModifyRequest

java.lang.Object
  extended bycom.amazon.soap.AWSECommerceService.CartModifyRequest
All Implemented Interfaces:
java.io.Serializable

public class CartModifyRequest
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  java.lang.String cartId
           
private  java.lang.String HMAC
           
private  CartModifyRequestItemsItem[] items
           
private  java.lang.String mergeCart
           
private  java.lang.String[] responseGroup
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
CartModifyRequest()
           
CartModifyRequest(java.lang.String cartId, java.lang.String HMAC, java.lang.String mergeCart, CartModifyRequestItemsItem[] items, java.lang.String[] responseGroup)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCartId()
          Gets the cartId value for this CartModifyRequest.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getHMAC()
          Gets the HMAC value for this CartModifyRequest.
 CartModifyRequestItemsItem[] getItems()
          Gets the items value for this CartModifyRequest.
 java.lang.String getMergeCart()
          Gets the mergeCart value for this CartModifyRequest.
 java.lang.String[] getResponseGroup()
          Gets the responseGroup value for this CartModifyRequest.
 java.lang.String getResponseGroup(int i)
           
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCartId(java.lang.String cartId)
          Sets the cartId value for this CartModifyRequest.
 void setHMAC(java.lang.String HMAC)
          Sets the HMAC value for this CartModifyRequest.
 void setItems(CartModifyRequestItemsItem[] items)
          Sets the items value for this CartModifyRequest.
 void setMergeCart(java.lang.String mergeCart)
          Sets the mergeCart value for this CartModifyRequest.
 void setResponseGroup(int i, java.lang.String _value)
           
 void setResponseGroup(java.lang.String[] responseGroup)
          Sets the responseGroup value for this CartModifyRequest.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

cartId

private java.lang.String cartId

HMAC

private java.lang.String HMAC

items

private CartModifyRequestItemsItem[] items

mergeCart

private java.lang.String mergeCart

responseGroup

private java.lang.String[] responseGroup

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

CartModifyRequest

public CartModifyRequest()

CartModifyRequest

public CartModifyRequest(java.lang.String cartId,
                         java.lang.String HMAC,
                         java.lang.String mergeCart,
                         CartModifyRequestItemsItem[] items,
                         java.lang.String[] responseGroup)
Method Detail

equals

public boolean equals(java.lang.Object obj)

getCartId

public java.lang.String getCartId()
Gets the cartId value for this CartModifyRequest.

Returns:
cartId

getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer


getHMAC

public java.lang.String getHMAC()
Gets the HMAC value for this CartModifyRequest.

Returns:
HMAC

getItems

public CartModifyRequestItemsItem[] getItems()
Gets the items value for this CartModifyRequest.

Returns:
items

getMergeCart

public java.lang.String getMergeCart()
Gets the mergeCart value for this CartModifyRequest.

Returns:
mergeCart

getResponseGroup

public java.lang.String[] getResponseGroup()
Gets the responseGroup value for this CartModifyRequest.

Returns:
responseGroup

getResponseGroup

public java.lang.String getResponseGroup(int i)

getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


hashCode

public int hashCode()

setCartId

public void setCartId(java.lang.String cartId)
Sets the cartId value for this CartModifyRequest.

Parameters:
cartId -

setHMAC

public void setHMAC(java.lang.String HMAC)
Sets the HMAC value for this CartModifyRequest.

Parameters:
HMAC -

setItems

public void setItems(CartModifyRequestItemsItem[] items)
Sets the items value for this CartModifyRequest.

Parameters:
items -

setMergeCart

public void setMergeCart(java.lang.String mergeCart)
Sets the mergeCart value for this CartModifyRequest.

Parameters:
mergeCart -

setResponseGroup

public void setResponseGroup(int i,
                             java.lang.String _value)

setResponseGroup

public void setResponseGroup(java.lang.String[] responseGroup)
Sets the responseGroup value for this CartModifyRequest.

Parameters:
responseGroup -

Project 4