|
||||||||||
| 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.Cart
public class Cart
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/2007-04-04}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="SubTotal" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}Price" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}CartItems" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}SavedForLaterItems" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}SimilarProducts" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}TopSellers" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}NewReleases" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}SimilarViewedProducts" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}OtherCategoriesSimilarProducts" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
cartId
|
protected CartItems |
cartItems
|
protected java.lang.String |
hmac
|
protected NewReleases |
newReleases
|
protected OtherCategoriesSimilarProducts |
otherCategoriesSimilarProducts
|
protected java.lang.String |
purchaseURL
|
protected Request |
request
|
protected SavedForLaterItems |
savedForLaterItems
|
protected SimilarProducts |
similarProducts
|
protected SimilarViewedProducts |
similarViewedProducts
|
protected Price |
subTotal
|
protected TopSellers |
topSellers
|
protected java.lang.String |
urlEncodedHMAC
|
| Constructor Summary | |
|---|---|
Cart()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCartId()
Gets the value of the cartId property. |
CartItems |
getCartItems()
Gets the value of the cartItems property. |
java.lang.String |
getHMAC()
Gets the value of the hmac property. |
NewReleases |
getNewReleases()
Gets the value of the newReleases property. |
OtherCategoriesSimilarProducts |
getOtherCategoriesSimilarProducts()
Gets the value of the otherCategoriesSimilarProducts property. |
java.lang.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. |
java.lang.String |
getURLEncodedHMAC()
Gets the value of the urlEncodedHMAC property. |
void |
setCartId(java.lang.String value)
Sets the value of the cartId property. |
void |
setCartItems(CartItems value)
Sets the value of the cartItems property. |
void |
setHMAC(java.lang.String value)
Sets the value of the hmac 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(java.lang.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(java.lang.String value)
Sets the value of the urlEncodedHMAC property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Request request
protected java.lang.String cartId
protected java.lang.String hmac
protected java.lang.String urlEncodedHMAC
protected java.lang.String purchaseURL
protected Price subTotal
protected CartItems cartItems
protected SavedForLaterItems savedForLaterItems
protected SimilarProducts similarProducts
protected TopSellers topSellers
protected NewReleases newReleases
protected SimilarViewedProducts similarViewedProducts
protected OtherCategoriesSimilarProducts otherCategoriesSimilarProducts
| Constructor Detail |
|---|
public Cart()
| Method Detail |
|---|
public Request getRequest()
Requestpublic void setRequest(Request value)
value - allowed object is
Requestpublic java.lang.String getCartId()
Stringpublic void setCartId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getHMAC()
Stringpublic void setHMAC(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getURLEncodedHMAC()
Stringpublic void setURLEncodedHMAC(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPurchaseURL()
Stringpublic void setPurchaseURL(java.lang.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
OtherCategoriesSimilarProducts
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||