com.amazon.webservices.awsecommerceservice._2007_04_04
Class CartCreateRequest.Items.Item

java.lang.Object
  extended by com.amazon.webservices.awsecommerceservice._2007_04_04.CartCreateRequest.Items.Item
Enclosing class:
CartCreateRequest.Items

public static class CartCreateRequest.Items.Item
extends java.lang.Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ASIN" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="OfferListingId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Quantity" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
         <element name="AssociateTag" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ListItemId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String asin
           
protected  java.lang.String associateTag
           
protected  java.lang.String listItemId
           
protected  java.lang.String offerListingId
           
protected  java.math.BigInteger quantity
           
 
Constructor Summary
CartCreateRequest.Items.Item()
           
 
Method Summary
 java.lang.String getASIN()
          Gets the value of the asin property.
 java.lang.String getAssociateTag()
          Gets the value of the associateTag property.
 java.lang.String getListItemId()
          Gets the value of the listItemId property.
 java.lang.String getOfferListingId()
          Gets the value of the offerListingId property.
 java.math.BigInteger getQuantity()
          Gets the value of the quantity property.
 void setASIN(java.lang.String value)
          Sets the value of the asin property.
 void setAssociateTag(java.lang.String value)
          Sets the value of the associateTag property.
 void setListItemId(java.lang.String value)
          Sets the value of the listItemId property.
 void setOfferListingId(java.lang.String value)
          Sets the value of the offerListingId property.
 void setQuantity(java.math.BigInteger value)
          Sets the value of the quantity property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

asin

protected java.lang.String asin

offerListingId

protected java.lang.String offerListingId

quantity

protected java.math.BigInteger quantity

associateTag

protected java.lang.String associateTag

listItemId

protected java.lang.String listItemId
Constructor Detail

CartCreateRequest.Items.Item

public CartCreateRequest.Items.Item()
Method Detail

getASIN

public java.lang.String getASIN()
Gets the value of the asin property.

Returns:
possible object is String

setASIN

public void setASIN(java.lang.String value)
Sets the value of the asin property.

Parameters:
value - allowed object is String

getOfferListingId

public java.lang.String getOfferListingId()
Gets the value of the offerListingId property.

Returns:
possible object is String

setOfferListingId

public void setOfferListingId(java.lang.String value)
Sets the value of the offerListingId property.

Parameters:
value - allowed object is String

getQuantity

public java.math.BigInteger getQuantity()
Gets the value of the quantity property.

Returns:
possible object is BigInteger

setQuantity

public void setQuantity(java.math.BigInteger value)
Sets the value of the quantity property.

Parameters:
value - allowed object is BigInteger

getAssociateTag

public java.lang.String getAssociateTag()
Gets the value of the associateTag property.

Returns:
possible object is String

setAssociateTag

public void setAssociateTag(java.lang.String value)
Sets the value of the associateTag property.

Parameters:
value - allowed object is String

getListItemId

public java.lang.String getListItemId()
Gets the value of the listItemId property.

Returns:
possible object is String

setListItemId

public void setListItemId(java.lang.String value)
Sets the value of the listItemId property.

Parameters:
value - allowed object is String


Copyright © 2007 orange-cafe.de. All Rights Reserved.