|
||||||||||
| 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.TransactionItem
public class TransactionItem
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="TransactionItemId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Quantity" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="UnitPrice" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}Price"/>
<element name="TotalPrice" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}Price"/>
<element name="ASIN" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ChildTransactionItems" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}TransactionItem" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
TransactionItem.ChildTransactionItems
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected java.lang.String |
asin
|
protected TransactionItem.ChildTransactionItems |
childTransactionItems
|
protected java.lang.String |
quantity
|
protected Price |
totalPrice
|
protected java.lang.String |
transactionItemId
|
protected Price |
unitPrice
|
| Constructor Summary | |
|---|---|
TransactionItem()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getASIN()
Gets the value of the asin property. |
TransactionItem.ChildTransactionItems |
getChildTransactionItems()
Gets the value of the childTransactionItems property. |
java.lang.String |
getQuantity()
Gets the value of the quantity property. |
Price |
getTotalPrice()
Gets the value of the totalPrice property. |
java.lang.String |
getTransactionItemId()
Gets the value of the transactionItemId property. |
Price |
getUnitPrice()
Gets the value of the unitPrice property. |
void |
setASIN(java.lang.String value)
Sets the value of the asin property. |
void |
setChildTransactionItems(TransactionItem.ChildTransactionItems value)
Sets the value of the childTransactionItems property. |
void |
setQuantity(java.lang.String value)
Sets the value of the quantity property. |
void |
setTotalPrice(Price value)
Sets the value of the totalPrice property. |
void |
setTransactionItemId(java.lang.String value)
Sets the value of the transactionItemId property. |
void |
setUnitPrice(Price value)
Sets the value of the unitPrice 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 transactionItemId
protected java.lang.String quantity
protected Price unitPrice
protected Price totalPrice
protected java.lang.String asin
protected TransactionItem.ChildTransactionItems childTransactionItems
| Constructor Detail |
|---|
public TransactionItem()
| Method Detail |
|---|
public java.lang.String getTransactionItemId()
Stringpublic void setTransactionItemId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getQuantity()
Stringpublic void setQuantity(java.lang.String value)
value - allowed object is
Stringpublic Price getUnitPrice()
Pricepublic void setUnitPrice(Price value)
value - allowed object is
Pricepublic Price getTotalPrice()
Pricepublic void setTotalPrice(Price value)
value - allowed object is
Pricepublic java.lang.String getASIN()
Stringpublic void setASIN(java.lang.String value)
value - allowed object is
Stringpublic TransactionItem.ChildTransactionItems getChildTransactionItems()
TransactionItem.ChildTransactionItemspublic void setChildTransactionItems(TransactionItem.ChildTransactionItems value)
value - allowed object is
TransactionItem.ChildTransactionItems
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||