|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.amazonaws.a2s.model.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 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-10-29}Price" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}CartItems" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}SavedForLaterItems" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}SimilarProducts" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}TopSellers" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}NewReleases" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}SimilarViewedProducts" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}OtherCategoriesSimilarProducts" 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 |
cartId
|
protected CartItems |
cartItems
|
protected java.lang.String |
hmac
|
protected NewReleases |
newReleases
|
protected OtherCategoriesSimilarProducts |
otherCategoriesSimilarProducts
|
protected java.lang.String |
purchaseURL
|
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. |
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. |
boolean |
isSetCartId()
|
boolean |
isSetCartItems()
|
boolean |
isSetHMAC()
|
boolean |
isSetNewReleases()
|
boolean |
isSetOtherCategoriesSimilarProducts()
|
boolean |
isSetPurchaseURL()
|
boolean |
isSetSavedForLaterItems()
|
boolean |
isSetSimilarProducts()
|
boolean |
isSetSimilarViewedProducts()
|
boolean |
isSetSubTotal()
|
boolean |
isSetTopSellers()
|
boolean |
isSetURLEncodedHMAC()
|
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 |
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. |
protected java.lang.String |
toXMLFragment()
XML fragment representation of this object |
Cart |
withCartId(java.lang.String value)
Sets the value of the CartId property. |
Cart |
withCartItems(CartItems value)
Sets the value of the CartItems property. |
Cart |
withHMAC(java.lang.String value)
Sets the value of the HMAC property. |
Cart |
withNewReleases(NewReleases value)
Sets the value of the NewReleases property. |
Cart |
withOtherCategoriesSimilarProducts(OtherCategoriesSimilarProducts value)
Sets the value of the OtherCategoriesSimilarProducts property. |
Cart |
withPurchaseURL(java.lang.String value)
Sets the value of the PurchaseURL property. |
Cart |
withSavedForLaterItems(SavedForLaterItems value)
Sets the value of the SavedForLaterItems property. |
Cart |
withSimilarProducts(SimilarProducts value)
Sets the value of the SimilarProducts property. |
Cart |
withSimilarViewedProducts(SimilarViewedProducts value)
Sets the value of the SimilarViewedProducts property. |
Cart |
withSubTotal(Price value)
Sets the value of the SubTotal property. |
Cart |
withTopSellers(TopSellers value)
Sets the value of the TopSellers property. |
Cart |
withURLEncodedHMAC(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 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 java.lang.String getCartId()
Stringpublic void setCartId(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetCartId()
public java.lang.String getHMAC()
Stringpublic void setHMAC(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetHMAC()
public java.lang.String getURLEncodedHMAC()
Stringpublic void setURLEncodedHMAC(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetURLEncodedHMAC()
public java.lang.String getPurchaseURL()
Stringpublic void setPurchaseURL(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetPurchaseURL()
public Price getSubTotal()
Pricepublic void setSubTotal(Price value)
value - allowed object is
Pricepublic boolean isSetSubTotal()
public CartItems getCartItems()
CartItemspublic void setCartItems(CartItems value)
value - allowed object is
CartItemspublic boolean isSetCartItems()
public SavedForLaterItems getSavedForLaterItems()
SavedForLaterItemspublic void setSavedForLaterItems(SavedForLaterItems value)
value - allowed object is
SavedForLaterItemspublic boolean isSetSavedForLaterItems()
public SimilarProducts getSimilarProducts()
SimilarProductspublic void setSimilarProducts(SimilarProducts value)
value - allowed object is
SimilarProductspublic boolean isSetSimilarProducts()
public TopSellers getTopSellers()
TopSellerspublic void setTopSellers(TopSellers value)
value - allowed object is
TopSellerspublic boolean isSetTopSellers()
public NewReleases getNewReleases()
NewReleasespublic void setNewReleases(NewReleases value)
value - allowed object is
NewReleasespublic boolean isSetNewReleases()
public SimilarViewedProducts getSimilarViewedProducts()
SimilarViewedProductspublic void setSimilarViewedProducts(SimilarViewedProducts value)
value - allowed object is
SimilarViewedProductspublic boolean isSetSimilarViewedProducts()
public OtherCategoriesSimilarProducts getOtherCategoriesSimilarProducts()
OtherCategoriesSimilarProductspublic void setOtherCategoriesSimilarProducts(OtherCategoriesSimilarProducts value)
value - allowed object is
OtherCategoriesSimilarProductspublic boolean isSetOtherCategoriesSimilarProducts()
public Cart withCartId(java.lang.String value)
value -
public Cart withHMAC(java.lang.String value)
value -
public Cart withURLEncodedHMAC(java.lang.String value)
value -
public Cart withPurchaseURL(java.lang.String value)
value -
public Cart withSubTotal(Price value)
value -
public Cart withCartItems(CartItems value)
value -
public Cart withSavedForLaterItems(SavedForLaterItems value)
value -
public Cart withSimilarProducts(SimilarProducts value)
value -
public Cart withTopSellers(TopSellers value)
value -
public Cart withNewReleases(NewReleases value)
value -
public Cart withSimilarViewedProducts(SimilarViewedProducts value)
value -
public Cart withOtherCategoriesSimilarProducts(OtherCategoriesSimilarProducts value)
value -
protected java.lang.String toXMLFragment()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||