com.amazon.webservices.awsecommerceservice._2007_04_04
Class Cart

java.lang.Object
  extended by com.amazon.webservices.awsecommerceservice._2007_04_04.Cart

public class Cart
extends java.lang.Object

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

request

protected Request request

cartId

protected java.lang.String cartId

hmac

protected java.lang.String hmac

urlEncodedHMAC

protected java.lang.String urlEncodedHMAC

purchaseURL

protected java.lang.String purchaseURL

subTotal

protected Price subTotal

cartItems

protected CartItems cartItems

savedForLaterItems

protected SavedForLaterItems savedForLaterItems

similarProducts

protected SimilarProducts similarProducts

topSellers

protected TopSellers topSellers

newReleases

protected NewReleases newReleases

similarViewedProducts

protected SimilarViewedProducts similarViewedProducts

otherCategoriesSimilarProducts

protected OtherCategoriesSimilarProducts otherCategoriesSimilarProducts
Constructor Detail

Cart

public Cart()
Method Detail

getRequest

public Request getRequest()
Gets the value of the request property.

Returns:
possible object is Request

setRequest

public void setRequest(Request value)
Sets the value of the request property.

Parameters:
value - allowed object is Request

getCartId

public java.lang.String getCartId()
Gets the value of the cartId property.

Returns:
possible object is String

setCartId

public void setCartId(java.lang.String value)
Sets the value of the cartId property.

Parameters:
value - allowed object is String

getHMAC

public java.lang.String getHMAC()
Gets the value of the hmac property.

Returns:
possible object is String

setHMAC

public void setHMAC(java.lang.String value)
Sets the value of the hmac property.

Parameters:
value - allowed object is String

getURLEncodedHMAC

public java.lang.String getURLEncodedHMAC()
Gets the value of the urlEncodedHMAC property.

Returns:
possible object is String

setURLEncodedHMAC

public void setURLEncodedHMAC(java.lang.String value)
Sets the value of the urlEncodedHMAC property.

Parameters:
value - allowed object is String

getPurchaseURL

public java.lang.String getPurchaseURL()
Gets the value of the purchaseURL property.

Returns:
possible object is String

setPurchaseURL

public void setPurchaseURL(java.lang.String value)
Sets the value of the purchaseURL property.

Parameters:
value - allowed object is String

getSubTotal

public Price getSubTotal()
Gets the value of the subTotal property.

Returns:
possible object is Price

setSubTotal

public void setSubTotal(Price value)
Sets the value of the subTotal property.

Parameters:
value - allowed object is Price

getCartItems

public CartItems getCartItems()
Gets the value of the cartItems property.

Returns:
possible object is CartItems

setCartItems

public void setCartItems(CartItems value)
Sets the value of the cartItems property.

Parameters:
value - allowed object is CartItems

getSavedForLaterItems

public SavedForLaterItems getSavedForLaterItems()
Gets the value of the savedForLaterItems property.

Returns:
possible object is SavedForLaterItems

setSavedForLaterItems

public void setSavedForLaterItems(SavedForLaterItems value)
Sets the value of the savedForLaterItems property.

Parameters:
value - allowed object is SavedForLaterItems

getSimilarProducts

public SimilarProducts getSimilarProducts()
Gets the value of the similarProducts property.

Returns:
possible object is SimilarProducts

setSimilarProducts

public void setSimilarProducts(SimilarProducts value)
Sets the value of the similarProducts property.

Parameters:
value - allowed object is SimilarProducts

getTopSellers

public TopSellers getTopSellers()
Gets the value of the topSellers property.

Returns:
possible object is TopSellers

setTopSellers

public void setTopSellers(TopSellers value)
Sets the value of the topSellers property.

Parameters:
value - allowed object is TopSellers

getNewReleases

public NewReleases getNewReleases()
Gets the value of the newReleases property.

Returns:
possible object is NewReleases

setNewReleases

public void setNewReleases(NewReleases value)
Sets the value of the newReleases property.

Parameters:
value - allowed object is NewReleases

getSimilarViewedProducts

public SimilarViewedProducts getSimilarViewedProducts()
Gets the value of the similarViewedProducts property.

Returns:
possible object is SimilarViewedProducts

setSimilarViewedProducts

public void setSimilarViewedProducts(SimilarViewedProducts value)
Sets the value of the similarViewedProducts property.

Parameters:
value - allowed object is SimilarViewedProducts

getOtherCategoriesSimilarProducts

public OtherCategoriesSimilarProducts getOtherCategoriesSimilarProducts()
Gets the value of the otherCategoriesSimilarProducts property.

Returns:
possible object is OtherCategoriesSimilarProducts

setOtherCategoriesSimilarProducts

public void setOtherCategoriesSimilarProducts(OtherCategoriesSimilarProducts value)
Sets the value of the otherCategoriesSimilarProducts property.

Parameters:
value - allowed object is OtherCategoriesSimilarProducts


Copyright © 2007 orange-cafe.de. All Rights Reserved.