|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.amazonaws.a2s.model.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="MetaData" type="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}CartItemMetaData" minOccurs="0"/>
<element name="Price" type="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}Price" minOccurs="0"/>
<element name="ItemTotal" type="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}Price" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Generated by AWS Code Generator
Thu Jan 10 05:27:59 PST 2008
| 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 CartItemMetaData |
metaData
|
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. |
CartItemMetaData |
getMetaData()
Gets the value of the metaData 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. |
boolean |
isSetASIN()
|
boolean |
isSetCartItemId()
|
boolean |
isSetExchangeId()
|
boolean |
isSetItemTotal()
|
boolean |
isSetListOwner()
|
boolean |
isSetListType()
|
boolean |
isSetMerchantId()
|
boolean |
isSetMetaData()
|
boolean |
isSetPrice()
|
boolean |
isSetProductGroup()
|
boolean |
isSetQuantity()
|
boolean |
isSetSellerId()
|
boolean |
isSetSellerNickname()
|
boolean |
isSetTitle()
|
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 |
setMetaData(CartItemMetaData value)
Sets the value of the metaData 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. |
protected java.lang.String |
toXMLFragment()
XML fragment representation of this object |
CartItem |
withASIN(java.lang.String value)
Sets the value of the ASIN property. |
CartItem |
withCartItemId(java.lang.String value)
Sets the value of the CartItemId property. |
CartItem |
withExchangeId(java.lang.String value)
Sets the value of the ExchangeId property. |
CartItem |
withItemTotal(Price value)
Sets the value of the ItemTotal property. |
CartItem |
withListOwner(java.lang.String value)
Sets the value of the ListOwner property. |
CartItem |
withListType(java.lang.String value)
Sets the value of the ListType property. |
CartItem |
withMerchantId(java.lang.String value)
Sets the value of the MerchantId property. |
CartItem |
withMetaData(CartItemMetaData value)
Sets the value of the MetaData property. |
CartItem |
withPrice(Price value)
Sets the value of the Price property. |
CartItem |
withProductGroup(java.lang.String value)
Sets the value of the ProductGroup property. |
CartItem |
withQuantity(java.lang.String value)
Sets the value of the Quantity property. |
CartItem |
withSellerId(java.lang.String value)
Sets the value of the SellerId property. |
CartItem |
withSellerNickname(java.lang.String value)
Sets the value of the SellerNickname property. |
CartItem |
withTitle(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 CartItemMetaData metaData
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 boolean isSetCartItemId()
public java.lang.String getASIN()
Stringpublic void setASIN(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetASIN()
public java.lang.String getExchangeId()
Stringpublic void setExchangeId(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetExchangeId()
public java.lang.String getMerchantId()
Stringpublic void setMerchantId(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetMerchantId()
public java.lang.String getSellerId()
Stringpublic void setSellerId(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetSellerId()
public java.lang.String getSellerNickname()
Stringpublic void setSellerNickname(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetSellerNickname()
public java.lang.String getQuantity()
Stringpublic void setQuantity(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetQuantity()
public java.lang.String getTitle()
Stringpublic void setTitle(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetTitle()
public java.lang.String getProductGroup()
Stringpublic void setProductGroup(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetProductGroup()
public java.lang.String getListOwner()
Stringpublic void setListOwner(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetListOwner()
public java.lang.String getListType()
Stringpublic void setListType(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetListType()
public CartItemMetaData getMetaData()
CartItemMetaDatapublic void setMetaData(CartItemMetaData value)
value - allowed object is
CartItemMetaDatapublic boolean isSetMetaData()
public Price getPrice()
Pricepublic void setPrice(Price value)
value - allowed object is
Pricepublic boolean isSetPrice()
public Price getItemTotal()
Pricepublic void setItemTotal(Price value)
value - allowed object is
Pricepublic boolean isSetItemTotal()
public CartItem withCartItemId(java.lang.String value)
value -
public CartItem withASIN(java.lang.String value)
value -
public CartItem withExchangeId(java.lang.String value)
value -
public CartItem withMerchantId(java.lang.String value)
value -
public CartItem withSellerId(java.lang.String value)
value -
public CartItem withSellerNickname(java.lang.String value)
value -
public CartItem withQuantity(java.lang.String value)
value -
public CartItem withTitle(java.lang.String value)
value -
public CartItem withProductGroup(java.lang.String value)
value -
public CartItem withListOwner(java.lang.String value)
value -
public CartItem withListType(java.lang.String value)
value -
public CartItem withMetaData(CartItemMetaData value)
value -
public CartItem withPrice(Price value)
value -
public CartItem withItemTotal(Price value)
value -
protected java.lang.String toXMLFragment()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||