public static class CartCreateRequest.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"/>
<element name="MetaData" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Key" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
CartCreateRequest.Items.Item.MetaData
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
asin |
protected String |
associateTag |
protected String |
listItemId |
protected List<CartCreateRequest.Items.Item.MetaData> |
metaData |
protected String |
offerListingId |
protected BigInteger |
quantity |
| Constructor and Description |
|---|
CartCreateRequest.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.
|
List<CartCreateRequest.Items.Item.MetaData> |
getMetaData()
Gets the value of the metaData 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
protected List<CartCreateRequest.Items.Item.MetaData> metaData
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()
Stringpublic void setListItemId(String value)
value - allowed object is
Stringpublic List<CartCreateRequest.Items.Item.MetaData> getMetaData()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the metaData property.
For example, to add a new item, do as follows:
getMetaData().add(newItem);
Objects of the following type(s) are allowed in the list
CartCreateRequest.Items.Item.MetaData
Copyright © 2013. All Rights Reserved.