Project 4

com.amazon.soap.AWSECommerceService
Class CartAddRequestItemsItem

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

public class CartAddRequestItemsItem
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 ASIN
           
private  java.lang.String associateTag
           
private  java.lang.String listItemId
           
private  java.lang.String offerListingId
           
private  org.apache.axis.types.PositiveInteger quantity
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
CartAddRequestItemsItem()
           
CartAddRequestItemsItem(java.lang.String ASIN, java.lang.String offerListingId, org.apache.axis.types.PositiveInteger quantity, java.lang.String associateTag, java.lang.String listItemId)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getASIN()
          Gets the ASIN value for this CartAddRequestItemsItem.
 java.lang.String getAssociateTag()
          Gets the associateTag value for this CartAddRequestItemsItem.
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 getListItemId()
          Gets the listItemId value for this CartAddRequestItemsItem.
 java.lang.String getOfferListingId()
          Gets the offerListingId value for this CartAddRequestItemsItem.
 org.apache.axis.types.PositiveInteger getQuantity()
          Gets the quantity value for this CartAddRequestItemsItem.
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 setASIN(java.lang.String ASIN)
          Sets the ASIN value for this CartAddRequestItemsItem.
 void setAssociateTag(java.lang.String associateTag)
          Sets the associateTag value for this CartAddRequestItemsItem.
 void setListItemId(java.lang.String listItemId)
          Sets the listItemId value for this CartAddRequestItemsItem.
 void setOfferListingId(java.lang.String offerListingId)
          Sets the offerListingId value for this CartAddRequestItemsItem.
 void setQuantity(org.apache.axis.types.PositiveInteger quantity)
          Sets the quantity value for this CartAddRequestItemsItem.
 
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

ASIN

private java.lang.String ASIN

associateTag

private java.lang.String associateTag

listItemId

private java.lang.String listItemId

offerListingId

private java.lang.String offerListingId

quantity

private org.apache.axis.types.PositiveInteger quantity

typeDesc

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

CartAddRequestItemsItem

public CartAddRequestItemsItem()

CartAddRequestItemsItem

public CartAddRequestItemsItem(java.lang.String ASIN,
                               java.lang.String offerListingId,
                               org.apache.axis.types.PositiveInteger quantity,
                               java.lang.String associateTag,
                               java.lang.String listItemId)
Method Detail

equals

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

getASIN

public java.lang.String getASIN()
Gets the ASIN value for this CartAddRequestItemsItem.

Returns:
ASIN

getAssociateTag

public java.lang.String getAssociateTag()
Gets the associateTag value for this CartAddRequestItemsItem.

Returns:
associateTag

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


getListItemId

public java.lang.String getListItemId()
Gets the listItemId value for this CartAddRequestItemsItem.

Returns:
listItemId

getOfferListingId

public java.lang.String getOfferListingId()
Gets the offerListingId value for this CartAddRequestItemsItem.

Returns:
offerListingId

getQuantity

public org.apache.axis.types.PositiveInteger getQuantity()
Gets the quantity value for this CartAddRequestItemsItem.

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

setASIN

public void setASIN(java.lang.String ASIN)
Sets the ASIN value for this CartAddRequestItemsItem.

Parameters:
ASIN -

setAssociateTag

public void setAssociateTag(java.lang.String associateTag)
Sets the associateTag value for this CartAddRequestItemsItem.

Parameters:
associateTag -

setListItemId

public void setListItemId(java.lang.String listItemId)
Sets the listItemId value for this CartAddRequestItemsItem.

Parameters:
listItemId -

setOfferListingId

public void setOfferListingId(java.lang.String offerListingId)
Sets the offerListingId value for this CartAddRequestItemsItem.

Parameters:
offerListingId -

setQuantity

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

Parameters:
quantity -

Project 4