Project 4

com.amazon.soap.AWSECommerceService
Class CartCreateRequestItemsItem

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

public class CartCreateRequestItemsItem
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
CartCreateRequestItemsItem()
           
CartCreateRequestItemsItem(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 CartCreateRequestItemsItem.
 java.lang.String getAssociateTag()
          Gets the associateTag value for this CartCreateRequestItemsItem.
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 CartCreateRequestItemsItem.
 java.lang.String getOfferListingId()
          Gets the offerListingId value for this CartCreateRequestItemsItem.
 org.apache.axis.types.PositiveInteger getQuantity()
          Gets the quantity value for this CartCreateRequestItemsItem.
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 CartCreateRequestItemsItem.
 void setAssociateTag(java.lang.String associateTag)
          Sets the associateTag value for this CartCreateRequestItemsItem.
 void setListItemId(java.lang.String listItemId)
          Sets the listItemId value for this CartCreateRequestItemsItem.
 void setOfferListingId(java.lang.String offerListingId)
          Sets the offerListingId value for this CartCreateRequestItemsItem.
 void setQuantity(org.apache.axis.types.PositiveInteger quantity)
          Sets the quantity value for this CartCreateRequestItemsItem.
 
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

CartCreateRequestItemsItem

public CartCreateRequestItemsItem()

CartCreateRequestItemsItem

public CartCreateRequestItemsItem(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)

getASIN

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

Returns:
ASIN

getAssociateTag

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

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 CartCreateRequestItemsItem.

Returns:
listItemId

getOfferListingId

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

Returns:
offerListingId

getQuantity

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

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()

setASIN

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

Parameters:
ASIN -

setAssociateTag

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

Parameters:
associateTag -

setListItemId

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

Parameters:
listItemId -

setOfferListingId

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

Parameters:
offerListingId -

setQuantity

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

Parameters:
quantity -

Project 4