public static class CartModifyRequest.Items.Item extends Object implements Serializable
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
action |
protected String |
cartItemId |
protected BigInteger |
quantity |
| Constructor and Description |
|---|
CartModifyRequest.Items.Item() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction()
Gets the value of the action property.
|
String |
getCartItemId()
Gets the value of the cartItemId property.
|
BigInteger |
getQuantity()
Gets the value of the quantity property.
|
void |
setAction(String value)
Sets the value of the action property.
|
void |
setCartItemId(String value)
Sets the value of the cartItemId property.
|
void |
setQuantity(BigInteger value)
Sets the value of the quantity property.
|
protected String action
protected String cartItemId
protected BigInteger quantity
public String getAction()
Stringpublic void setAction(String value)
value - allowed object is
Stringpublic String getCartItemId()
Stringpublic void setCartItemId(String value)
value - allowed object is
Stringpublic BigInteger getQuantity()
BigIntegerpublic void setQuantity(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2013. All Rights Reserved.