|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazon.webservices.awsecommerceservice._2007_04_04.CartItem
public class CartItem
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="ExchangeId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MerchantId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SellerId" 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="ListOwner" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ListType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Price" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}Price" minOccurs="0"/>
<element name="ItemTotal" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}Price" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
asin
|
protected java.lang.String |
cartItemId
|
protected java.lang.String |
exchangeId
|
protected Price |
itemTotal
|
protected java.lang.String |
listOwner
|
protected java.lang.String |
listType
|
protected java.lang.String |
merchantId
|
protected Price |
price
|
protected java.lang.String |
productGroup
|
protected java.lang.String |
quantity
|
protected java.lang.String |
sellerId
|
protected java.lang.String |
sellerNickname
|
protected java.lang.String |
title
|
| Constructor Summary | |
|---|---|
CartItem()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getASIN()
Gets the value of the asin property. |
java.lang.String |
getCartItemId()
Gets the value of the cartItemId property. |
java.lang.String |
getExchangeId()
Gets the value of the exchangeId property. |
Price |
getItemTotal()
Gets the value of the itemTotal property. |
java.lang.String |
getListOwner()
Gets the value of the listOwner property. |
java.lang.String |
getListType()
Gets the value of the listType property. |
java.lang.String |
getMerchantId()
Gets the value of the merchantId property. |
Price |
getPrice()
Gets the value of the price property. |
java.lang.String |
getProductGroup()
Gets the value of the productGroup property. |
java.lang.String |
getQuantity()
Gets the value of the quantity property. |
java.lang.String |
getSellerId()
Gets the value of the sellerId property. |
java.lang.String |
getSellerNickname()
Gets the value of the sellerNickname property. |
java.lang.String |
getTitle()
Gets the value of the title property. |
void |
setASIN(java.lang.String value)
Sets the value of the asin property. |
void |
setCartItemId(java.lang.String value)
Sets the value of the cartItemId property. |
void |
setExchangeId(java.lang.String value)
Sets the value of the exchangeId property. |
void |
setItemTotal(Price value)
Sets the value of the itemTotal property. |
void |
setListOwner(java.lang.String value)
Sets the value of the listOwner property. |
void |
setListType(java.lang.String value)
Sets the value of the listType property. |
void |
setMerchantId(java.lang.String value)
Sets the value of the merchantId property. |
void |
setPrice(Price value)
Sets the value of the price property. |
void |
setProductGroup(java.lang.String value)
Sets the value of the productGroup property. |
void |
setQuantity(java.lang.String value)
Sets the value of the quantity property. |
void |
setSellerId(java.lang.String value)
Sets the value of the sellerId property. |
void |
setSellerNickname(java.lang.String value)
Sets the value of the sellerNickname property. |
void |
setTitle(java.lang.String value)
Sets the value of the title property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String cartItemId
protected java.lang.String asin
protected java.lang.String exchangeId
protected java.lang.String merchantId
protected java.lang.String sellerId
protected java.lang.String sellerNickname
protected java.lang.String quantity
protected java.lang.String title
protected java.lang.String productGroup
protected java.lang.String listOwner
protected java.lang.String listType
protected Price price
protected Price itemTotal
| Constructor Detail |
|---|
public CartItem()
| Method Detail |
|---|
public java.lang.String getCartItemId()
Stringpublic void setCartItemId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getASIN()
Stringpublic void setASIN(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getExchangeId()
Stringpublic void setExchangeId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMerchantId()
Stringpublic void setMerchantId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSellerId()
Stringpublic void setSellerId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSellerNickname()
Stringpublic void setSellerNickname(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getQuantity()
Stringpublic void setQuantity(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTitle()
Stringpublic void setTitle(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getProductGroup()
Stringpublic void setProductGroup(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getListOwner()
Stringpublic void setListOwner(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getListType()
Stringpublic void setListType(java.lang.String value)
value - allowed object is
Stringpublic Price getPrice()
Pricepublic void setPrice(Price value)
value - allowed object is
Pricepublic Price getItemTotal()
Pricepublic void setItemTotal(Price value)
value - allowed object is
Price
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||