Uses of Class
com.amazon.soap.Item

Packages that use Item
com.amazon.soap   
 

Uses of Item in com.amazon.soap
 

Methods in com.amazon.soap that return Item
 Item[] ShoppingCart.getItems()
          Gets the items value for this ShoppingCart.
 

Methods in com.amazon.soap with parameters of type Item
 void ShoppingCart.setItems(Item[] items)
          Sets the items value for this ShoppingCart.
 

Constructors in com.amazon.soap with parameters of type Item
ShoppingCart(String cartId, String HMAC, String purchaseUrl, Item[] items)