|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazon.webservices.awsecommerceservice._2007_04_04.CartModifyRequest.Items.Item
public static class CartModifyRequest.Items.Item
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 |
|---|
protected java.lang.String action
protected java.lang.String cartItemId
protected java.math.BigInteger quantity
| Constructor Detail |
|---|
public CartModifyRequest.Items.Item()
| Method Detail |
|---|
public java.lang.String getAction()
Stringpublic void setAction(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCartItemId()
Stringpublic void setCartItemId(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getQuantity()
BigIntegerpublic void setQuantity(java.math.BigInteger value)
value - allowed object is
BigInteger
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||