Project 4

com.amazon.soap.AWSECommerceService
Class CartModifyRequestItemsItem

java.lang.Object
  extended by com.amazon.soap.AWSECommerceService.CartModifyRequestItemsItem
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  CartModifyRequestItemsItemAction action
           
private  java.lang.String cartItemId
           
private  org.apache.axis.types.NonNegativeInteger quantity
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
CartModifyRequestItemsItem()
           
CartModifyRequestItemsItem(CartModifyRequestItemsItemAction action, java.lang.String cartItemId, org.apache.axis.types.NonNegativeInteger quantity)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 CartModifyRequestItemsItemAction getAction()
          Gets the action value for this CartModifyRequestItemsItem.
 java.lang.String getCartItemId()
          Gets the cartItemId value for this CartModifyRequestItemsItem.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 org.apache.axis.types.NonNegativeInteger getQuantity()
          Gets the quantity value for this CartModifyRequestItemsItem.
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 setAction(CartModifyRequestItemsItemAction action)
          Sets the action value for this CartModifyRequestItemsItem.
 void setCartItemId(java.lang.String cartItemId)
          Sets the cartItemId value for this CartModifyRequestItemsItem.
 void setQuantity(org.apache.axis.types.NonNegativeInteger quantity)
          Sets the quantity value for this CartModifyRequestItemsItem.
 
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

action

private CartModifyRequestItemsItemAction action

cartItemId

private java.lang.String cartItemId

quantity

private org.apache.axis.types.NonNegativeInteger quantity

typeDesc

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

CartModifyRequestItemsItem

public CartModifyRequestItemsItem()

CartModifyRequestItemsItem

public CartModifyRequestItemsItem(CartModifyRequestItemsItemAction action,
                                  java.lang.String cartItemId,
                                  org.apache.axis.types.NonNegativeInteger quantity)
Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

getAction

public CartModifyRequestItemsItemAction getAction()
Gets the action value for this CartModifyRequestItemsItem.

Returns:
action

getCartItemId

public java.lang.String getCartItemId()
Gets the cartItemId value for this CartModifyRequestItemsItem.

Returns:
cartItemId

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


getQuantity

public org.apache.axis.types.NonNegativeInteger getQuantity()
Gets the quantity value for this CartModifyRequestItemsItem.

Returns:
quantity

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()
Overrides:
hashCode in class java.lang.Object

setAction

public void setAction(CartModifyRequestItemsItemAction action)
Sets the action value for this CartModifyRequestItemsItem.

Parameters:
action -

setCartItemId

public void setCartItemId(java.lang.String cartItemId)
Sets the cartItemId value for this CartModifyRequestItemsItem.

Parameters:
cartItemId -

setQuantity

public void setQuantity(org.apache.axis.types.NonNegativeInteger quantity)
Sets the quantity value for this CartModifyRequestItemsItem.

Parameters:
quantity -

Project 4