com.amazon.webservices.awsecommerceservice._2007_04_04
Class TransactionItem

java.lang.Object
  extended by com.amazon.webservices.awsecommerceservice._2007_04_04.TransactionItem

public class TransactionItem
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="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

transactionItemId

protected java.lang.String transactionItemId

quantity

protected java.lang.String quantity

unitPrice

protected Price unitPrice

totalPrice

protected Price totalPrice

asin

protected java.lang.String asin

childTransactionItems

protected TransactionItem.ChildTransactionItems childTransactionItems
Constructor Detail

TransactionItem

public TransactionItem()
Method Detail

getTransactionItemId

public java.lang.String getTransactionItemId()
Gets the value of the transactionItemId property.

Returns:
possible object is String

setTransactionItemId

public void setTransactionItemId(java.lang.String value)
Sets the value of the transactionItemId property.

Parameters:
value - allowed object is String

getQuantity

public java.lang.String getQuantity()
Gets the value of the quantity property.

Returns:
possible object is String

setQuantity

public void setQuantity(java.lang.String value)
Sets the value of the quantity property.

Parameters:
value - allowed object is String

getUnitPrice

public Price getUnitPrice()
Gets the value of the unitPrice property.

Returns:
possible object is Price

setUnitPrice

public void setUnitPrice(Price value)
Sets the value of the unitPrice property.

Parameters:
value - allowed object is Price

getTotalPrice

public Price getTotalPrice()
Gets the value of the totalPrice property.

Returns:
possible object is Price

setTotalPrice

public void setTotalPrice(Price value)
Sets the value of the totalPrice property.

Parameters:
value - allowed object is Price

getASIN

public java.lang.String getASIN()
Gets the value of the asin property.

Returns:
possible object is String

setASIN

public void setASIN(java.lang.String value)
Sets the value of the asin property.

Parameters:
value - allowed object is String

getChildTransactionItems

public TransactionItem.ChildTransactionItems getChildTransactionItems()
Gets the value of the childTransactionItems property.

Returns:
possible object is TransactionItem.ChildTransactionItems

setChildTransactionItems

public void setChildTransactionItems(TransactionItem.ChildTransactionItems value)
Sets the value of the childTransactionItems property.

Parameters:
value - allowed object is TransactionItem.ChildTransactionItems


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