|
||||||||||
| 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.CartCreateRequest.Items.Item
public static class CartCreateRequest.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="ASIN" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="OfferListingId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Quantity" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
<element name="AssociateTag" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ListItemId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
asin
|
protected java.lang.String |
associateTag
|
protected java.lang.String |
listItemId
|
protected java.lang.String |
offerListingId
|
protected java.math.BigInteger |
quantity
|
| Constructor Summary | |
|---|---|
CartCreateRequest.Items.Item()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getASIN()
Gets the value of the asin property. |
java.lang.String |
getAssociateTag()
Gets the value of the associateTag property. |
java.lang.String |
getListItemId()
Gets the value of the listItemId property. |
java.lang.String |
getOfferListingId()
Gets the value of the offerListingId property. |
java.math.BigInteger |
getQuantity()
Gets the value of the quantity property. |
void |
setASIN(java.lang.String value)
Sets the value of the asin property. |
void |
setAssociateTag(java.lang.String value)
Sets the value of the associateTag property. |
void |
setListItemId(java.lang.String value)
Sets the value of the listItemId property. |
void |
setOfferListingId(java.lang.String value)
Sets the value of the offerListingId 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 asin
protected java.lang.String offerListingId
protected java.math.BigInteger quantity
protected java.lang.String associateTag
protected java.lang.String listItemId
| Constructor Detail |
|---|
public CartCreateRequest.Items.Item()
| Method Detail |
|---|
public java.lang.String getASIN()
Stringpublic void setASIN(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOfferListingId()
Stringpublic void setOfferListingId(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getQuantity()
BigIntegerpublic void setQuantity(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getAssociateTag()
Stringpublic void setAssociateTag(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getListItemId()
Stringpublic void setListItemId(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||