public class CartItem extends Object implements Serializable
Java class for CartItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CartItem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CartItemId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ASIN" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SellerNickname" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Quantity" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ProductGroup" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MetaData" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="KeyValuePair" 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"/>
<element name="Value" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="Price" type="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}Price" minOccurs="0"/>
<element name="ItemTotal" type="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}Price" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
CartItem.MetaData
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
asin |
protected String |
cartItemId |
protected Price |
itemTotal |
protected CartItem.MetaData |
metaData |
protected Price |
price |
protected String |
productGroup |
protected String |
quantity |
protected String |
sellerNickname |
protected String |
title |
| Constructor and Description |
|---|
CartItem() |
| Modifier and Type | Method and Description |
|---|---|
String |
getASIN()
Gets the value of the asin property.
|
String |
getCartItemId()
Gets the value of the cartItemId property.
|
Price |
getItemTotal()
Gets the value of the itemTotal property.
|
CartItem.MetaData |
getMetaData()
Gets the value of the metaData property.
|
Price |
getPrice()
Gets the value of the price property.
|
String |
getProductGroup()
Gets the value of the productGroup property.
|
String |
getQuantity()
Gets the value of the quantity property.
|
String |
getSellerNickname()
Gets the value of the sellerNickname property.
|
String |
getTitle()
Gets the value of the title property.
|
void |
setASIN(String value)
Sets the value of the asin property.
|
void |
setCartItemId(String value)
Sets the value of the cartItemId property.
|
void |
setItemTotal(Price value)
Sets the value of the itemTotal property.
|
void |
setMetaData(CartItem.MetaData value)
Sets the value of the metaData property.
|
void |
setPrice(Price value)
Sets the value of the price property.
|
void |
setProductGroup(String value)
Sets the value of the productGroup property.
|
void |
setQuantity(String value)
Sets the value of the quantity property.
|
void |
setSellerNickname(String value)
Sets the value of the sellerNickname property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
protected String cartItemId
protected String asin
protected String sellerNickname
protected String quantity
protected String title
protected String productGroup
protected CartItem.MetaData metaData
protected Price price
protected Price itemTotal
public String getCartItemId()
Stringpublic void setCartItemId(String value)
value - allowed object is
Stringpublic String getASIN()
Stringpublic void setASIN(String value)
value - allowed object is
Stringpublic String getSellerNickname()
Stringpublic void setSellerNickname(String value)
value - allowed object is
Stringpublic String getQuantity()
Stringpublic void setQuantity(String value)
value - allowed object is
Stringpublic String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic String getProductGroup()
Stringpublic void setProductGroup(String value)
value - allowed object is
Stringpublic CartItem.MetaData getMetaData()
CartItem.MetaDatapublic void setMetaData(CartItem.MetaData value)
value - allowed object is
CartItem.MetaDatapublic Price getPrice()
Pricepublic void setPrice(Price value)
value - allowed object is
Pricepublic Price getItemTotal()
PriceCopyright © 2013. All Rights Reserved.