public class Cart 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 ref="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}Request" minOccurs="0"/>
<element name="CartId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="HMAC" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="URLEncodedHMAC" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="PurchaseURL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MobileCartURL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SubTotal" type="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}Price" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}CartItems" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}SavedForLaterItems" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}SimilarProducts" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}TopSellers" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}NewReleases" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}SimilarViewedProducts" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}OtherCategoriesSimilarProducts" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
cartId |
protected CartItems |
cartItems |
protected String |
hmac |
protected String |
mobileCartURL |
protected NewReleases |
newReleases |
protected OtherCategoriesSimilarProducts |
otherCategoriesSimilarProducts |
protected String |
purchaseURL |
protected Request |
request |
protected SavedForLaterItems |
savedForLaterItems |
protected SimilarProducts |
similarProducts |
protected SimilarViewedProducts |
similarViewedProducts |
protected Price |
subTotal |
protected TopSellers |
topSellers |
protected String |
urlEncodedHMAC |
| Constructor and Description |
|---|
Cart() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCartId()
Gets the value of the cartId property.
|
CartItems |
getCartItems()
Gets the value of the cartItems property.
|
String |
getHMAC()
Gets the value of the hmac property.
|
String |
getMobileCartURL()
Gets the value of the mobileCartURL property.
|
NewReleases |
getNewReleases()
Gets the value of the newReleases property.
|
OtherCategoriesSimilarProducts |
getOtherCategoriesSimilarProducts()
Gets the value of the otherCategoriesSimilarProducts property.
|
String |
getPurchaseURL()
Gets the value of the purchaseURL property.
|
Request |
getRequest()
Gets the value of the request property.
|
SavedForLaterItems |
getSavedForLaterItems()
Gets the value of the savedForLaterItems property.
|
SimilarProducts |
getSimilarProducts()
Gets the value of the similarProducts property.
|
SimilarViewedProducts |
getSimilarViewedProducts()
Gets the value of the similarViewedProducts property.
|
Price |
getSubTotal()
Gets the value of the subTotal property.
|
TopSellers |
getTopSellers()
Gets the value of the topSellers property.
|
String |
getURLEncodedHMAC()
Gets the value of the urlEncodedHMAC property.
|
void |
setCartId(String value)
Sets the value of the cartId property.
|
void |
setCartItems(CartItems value)
Sets the value of the cartItems property.
|
void |
setHMAC(String value)
Sets the value of the hmac property.
|
void |
setMobileCartURL(String value)
Sets the value of the mobileCartURL property.
|
void |
setNewReleases(NewReleases value)
Sets the value of the newReleases property.
|
void |
setOtherCategoriesSimilarProducts(OtherCategoriesSimilarProducts value)
Sets the value of the otherCategoriesSimilarProducts property.
|
void |
setPurchaseURL(String value)
Sets the value of the purchaseURL property.
|
void |
setRequest(Request value)
Sets the value of the request property.
|
void |
setSavedForLaterItems(SavedForLaterItems value)
Sets the value of the savedForLaterItems property.
|
void |
setSimilarProducts(SimilarProducts value)
Sets the value of the similarProducts property.
|
void |
setSimilarViewedProducts(SimilarViewedProducts value)
Sets the value of the similarViewedProducts property.
|
void |
setSubTotal(Price value)
Sets the value of the subTotal property.
|
void |
setTopSellers(TopSellers value)
Sets the value of the topSellers property.
|
void |
setURLEncodedHMAC(String value)
Sets the value of the urlEncodedHMAC property.
|
protected Request request
protected String cartId
protected String hmac
protected String urlEncodedHMAC
protected String purchaseURL
protected String mobileCartURL
protected Price subTotal
protected CartItems cartItems
protected SavedForLaterItems savedForLaterItems
protected SimilarProducts similarProducts
protected TopSellers topSellers
protected NewReleases newReleases
protected SimilarViewedProducts similarViewedProducts
protected OtherCategoriesSimilarProducts otherCategoriesSimilarProducts
public Request getRequest()
Requestpublic void setRequest(Request value)
value - allowed object is
Requestpublic String getCartId()
Stringpublic void setCartId(String value)
value - allowed object is
Stringpublic String getHMAC()
Stringpublic void setHMAC(String value)
value - allowed object is
Stringpublic String getURLEncodedHMAC()
Stringpublic void setURLEncodedHMAC(String value)
value - allowed object is
Stringpublic String getPurchaseURL()
Stringpublic void setPurchaseURL(String value)
value - allowed object is
Stringpublic String getMobileCartURL()
Stringpublic void setMobileCartURL(String value)
value - allowed object is
Stringpublic Price getSubTotal()
Pricepublic void setSubTotal(Price value)
value - allowed object is
Pricepublic CartItems getCartItems()
CartItemspublic void setCartItems(CartItems value)
value - allowed object is
CartItemspublic SavedForLaterItems getSavedForLaterItems()
SavedForLaterItemspublic void setSavedForLaterItems(SavedForLaterItems value)
value - allowed object is
SavedForLaterItemspublic SimilarProducts getSimilarProducts()
SimilarProductspublic void setSimilarProducts(SimilarProducts value)
value - allowed object is
SimilarProductspublic TopSellers getTopSellers()
TopSellerspublic void setTopSellers(TopSellers value)
value - allowed object is
TopSellerspublic NewReleases getNewReleases()
NewReleasespublic void setNewReleases(NewReleases value)
value - allowed object is
NewReleasespublic SimilarViewedProducts getSimilarViewedProducts()
SimilarViewedProductspublic void setSimilarViewedProducts(SimilarViewedProducts value)
value - allowed object is
SimilarViewedProductspublic OtherCategoriesSimilarProducts getOtherCategoriesSimilarProducts()
OtherCategoriesSimilarProductspublic void setOtherCategoriesSimilarProducts(OtherCategoriesSimilarProducts value)
value - allowed object is
OtherCategoriesSimilarProductsCopyright © 2013. All Rights Reserved.