public static class CartAddRequest.Items.Item extends Object implements Serializable
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
asin |
protected String |
associateTag |
protected String |
listItemId |
protected String |
offerListingId |
protected BigInteger |
quantity |
| Constructor and Description |
|---|
CartAddRequest.Items.Item() |
| Modifier and Type | Method and Description |
|---|---|
String |
getASIN()
Gets the value of the asin property.
|
String |
getAssociateTag()
Gets the value of the associateTag property.
|
String |
getListItemId()
Gets the value of the listItemId property.
|
String |
getOfferListingId()
Gets the value of the offerListingId property.
|
BigInteger |
getQuantity()
Gets the value of the quantity property.
|
void |
setASIN(String value)
Sets the value of the asin property.
|
void |
setAssociateTag(String value)
Sets the value of the associateTag property.
|
void |
setListItemId(String value)
Sets the value of the listItemId property.
|
void |
setOfferListingId(String value)
Sets the value of the offerListingId property.
|
void |
setQuantity(BigInteger value)
Sets the value of the quantity property.
|
protected String asin
protected String offerListingId
protected BigInteger quantity
protected String associateTag
protected String listItemId
public String getASIN()
Stringpublic void setASIN(String value)
value - allowed object is
Stringpublic String getOfferListingId()
Stringpublic void setOfferListingId(String value)
value - allowed object is
Stringpublic BigInteger getQuantity()
BigIntegerpublic void setQuantity(BigInteger value)
value - allowed object is
BigIntegerpublic String getAssociateTag()
Stringpublic void setAssociateTag(String value)
value - allowed object is
Stringpublic String getListItemId()
StringCopyright © 2013. All Rights Reserved.