com.amazon.webservices.awsecommerceservice._2007_04_04
Class CartModifyRequest.Items.Item

java.lang.Object
  extended by com.amazon.webservices.awsecommerceservice._2007_04_04.CartModifyRequest.Items.Item
Enclosing class:
CartModifyRequest.Items

public static class CartModifyRequest.Items.Item
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 name="Action" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="MoveToCart"/>
               <enumeration value="SaveForLater"/>
             </restriction>
           </simpleType>
         </element>
         <element name="CartItemId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Quantity" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String action
           
protected  java.lang.String cartItemId
           
protected  java.math.BigInteger quantity
           
 
Constructor Summary
CartModifyRequest.Items.Item()
           
 
Method Summary
 java.lang.String getAction()
          Gets the value of the action property.
 java.lang.String getCartItemId()
          Gets the value of the cartItemId property.
 java.math.BigInteger getQuantity()
          Gets the value of the quantity property.
 void setAction(java.lang.String value)
          Sets the value of the action property.
 void setCartItemId(java.lang.String value)
          Sets the value of the cartItemId property.
 void setQuantity(java.math.BigInteger value)
          Sets the value of the quantity property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

action

protected java.lang.String action

cartItemId

protected java.lang.String cartItemId

quantity

protected java.math.BigInteger quantity
Constructor Detail

CartModifyRequest.Items.Item

public CartModifyRequest.Items.Item()
Method Detail

getAction

public java.lang.String getAction()
Gets the value of the action property.

Returns:
possible object is String

setAction

public void setAction(java.lang.String value)
Sets the value of the action property.

Parameters:
value - allowed object is String

getCartItemId

public java.lang.String getCartItemId()
Gets the value of the cartItemId property.

Returns:
possible object is String

setCartItemId

public void setCartItemId(java.lang.String value)
Sets the value of the cartItemId property.

Parameters:
value - allowed object is String

getQuantity

public java.math.BigInteger getQuantity()
Gets the value of the quantity property.

Returns:
possible object is BigInteger

setQuantity

public void setQuantity(java.math.BigInteger value)
Sets the value of the quantity property.

Parameters:
value - allowed object is BigInteger


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