Uses of Class
com.amazon.soap.ItemQuantity

Packages that use ItemQuantity
com.amazon.soap   
 

Uses of ItemQuantity in com.amazon.soap
 

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

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

Constructors in com.amazon.soap with parameters of type ItemQuantity
ModifyShoppingCartItemsRequest(String tag, String devtag, String cartId, String HMAC, ItemQuantity[] items, String locale)