com.amazon.webservices.awsecommerceservice._2007_04_04
Class Transaction

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

public class Transaction
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="TransactionId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="SellerId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Condition" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="TransactionDate" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="TransactionDateEpoch" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="SellerName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PayingCustomerId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="OrderingCustomerId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Totals" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="Total" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}Price"/>
                   <element name="Subtotal" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}Price"/>
                   <element name="Tax" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}Price"/>
                   <element name="ShippingCharge" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}Price"/>
                   <element name="Promotion" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}Price"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="TransactionItems" 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>
         <element name="Shipments" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="Shipment" maxOccurs="unbounded">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="Condition" type="{http://www.w3.org/2001/XMLSchema}string"/>
                             <element name="DeliveryMethod" type="{http://www.w3.org/2001/XMLSchema}string"/>
                             <element name="ShipmentItems" minOccurs="0">
                               <complexType>
                                 <complexContent>
                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                     <sequence>
                                       <element name="TransactionItemId" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
                                     </sequence>
                                   </restriction>
                                 </complexContent>
                               </complexType>
                             </element>
                             <element name="Packages" minOccurs="0">
                               <complexType>
                                 <complexContent>
                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                     <sequence>
                                       <element name="Package" maxOccurs="unbounded">
                                         <complexType>
                                           <complexContent>
                                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                               <sequence>
                                                 <element name="TrackingNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
                                                 <element name="CarrierName" type="{http://www.w3.org/2001/XMLSchema}string"/>
                                               </sequence>
                                             </restriction>
                                           </complexContent>
                                         </complexType>
                                       </element>
                                     </sequence>
                                   </restriction>
                                 </complexContent>
                               </complexType>
                             </element>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class Transaction.Shipments
          Java class for anonymous complex type.
static class Transaction.Totals
          Java class for anonymous complex type.
static class Transaction.TransactionItems
          Java class for anonymous complex type.
 
Field Summary
protected  java.lang.String condition
           
protected  java.lang.String orderingCustomerId
           
protected  java.lang.String payingCustomerId
           
protected  java.lang.String sellerId
           
protected  java.lang.String sellerName
           
protected  Transaction.Shipments shipments
           
protected  Transaction.Totals totals
           
protected  java.lang.String transactionDate
           
protected  java.lang.String transactionDateEpoch
           
protected  java.lang.String transactionId
           
protected  Transaction.TransactionItems transactionItems
           
 
Constructor Summary
Transaction()
           
 
Method Summary
 java.lang.String getCondition()
          Gets the value of the condition property.
 java.lang.String getOrderingCustomerId()
          Gets the value of the orderingCustomerId property.
 java.lang.String getPayingCustomerId()
          Gets the value of the payingCustomerId property.
 java.lang.String getSellerId()
          Gets the value of the sellerId property.
 java.lang.String getSellerName()
          Gets the value of the sellerName property.
 Transaction.Shipments getShipments()
          Gets the value of the shipments property.
 Transaction.Totals getTotals()
          Gets the value of the totals property.
 java.lang.String getTransactionDate()
          Gets the value of the transactionDate property.
 java.lang.String getTransactionDateEpoch()
          Gets the value of the transactionDateEpoch property.
 java.lang.String getTransactionId()
          Gets the value of the transactionId property.
 Transaction.TransactionItems getTransactionItems()
          Gets the value of the transactionItems property.
 void setCondition(java.lang.String value)
          Sets the value of the condition property.
 void setOrderingCustomerId(java.lang.String value)
          Sets the value of the orderingCustomerId property.
 void setPayingCustomerId(java.lang.String value)
          Sets the value of the payingCustomerId property.
 void setSellerId(java.lang.String value)
          Sets the value of the sellerId property.
 void setSellerName(java.lang.String value)
          Sets the value of the sellerName property.
 void setShipments(Transaction.Shipments value)
          Sets the value of the shipments property.
 void setTotals(Transaction.Totals value)
          Sets the value of the totals property.
 void setTransactionDate(java.lang.String value)
          Sets the value of the transactionDate property.
 void setTransactionDateEpoch(java.lang.String value)
          Sets the value of the transactionDateEpoch property.
 void setTransactionId(java.lang.String value)
          Sets the value of the transactionId property.
 void setTransactionItems(Transaction.TransactionItems value)
          Sets the value of the transactionItems property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

transactionId

protected java.lang.String transactionId

sellerId

protected java.lang.String sellerId

condition

protected java.lang.String condition

transactionDate

protected java.lang.String transactionDate

transactionDateEpoch

protected java.lang.String transactionDateEpoch

sellerName

protected java.lang.String sellerName

payingCustomerId

protected java.lang.String payingCustomerId

orderingCustomerId

protected java.lang.String orderingCustomerId

totals

protected Transaction.Totals totals

transactionItems

protected Transaction.TransactionItems transactionItems

shipments

protected Transaction.Shipments shipments
Constructor Detail

Transaction

public Transaction()
Method Detail

getTransactionId

public java.lang.String getTransactionId()
Gets the value of the transactionId property.

Returns:
possible object is String

setTransactionId

public void setTransactionId(java.lang.String value)
Sets the value of the transactionId property.

Parameters:
value - allowed object is String

getSellerId

public java.lang.String getSellerId()
Gets the value of the sellerId property.

Returns:
possible object is String

setSellerId

public void setSellerId(java.lang.String value)
Sets the value of the sellerId property.

Parameters:
value - allowed object is String

getCondition

public java.lang.String getCondition()
Gets the value of the condition property.

Returns:
possible object is String

setCondition

public void setCondition(java.lang.String value)
Sets the value of the condition property.

Parameters:
value - allowed object is String

getTransactionDate

public java.lang.String getTransactionDate()
Gets the value of the transactionDate property.

Returns:
possible object is String

setTransactionDate

public void setTransactionDate(java.lang.String value)
Sets the value of the transactionDate property.

Parameters:
value - allowed object is String

getTransactionDateEpoch

public java.lang.String getTransactionDateEpoch()
Gets the value of the transactionDateEpoch property.

Returns:
possible object is String

setTransactionDateEpoch

public void setTransactionDateEpoch(java.lang.String value)
Sets the value of the transactionDateEpoch property.

Parameters:
value - allowed object is String

getSellerName

public java.lang.String getSellerName()
Gets the value of the sellerName property.

Returns:
possible object is String

setSellerName

public void setSellerName(java.lang.String value)
Sets the value of the sellerName property.

Parameters:
value - allowed object is String

getPayingCustomerId

public java.lang.String getPayingCustomerId()
Gets the value of the payingCustomerId property.

Returns:
possible object is String

setPayingCustomerId

public void setPayingCustomerId(java.lang.String value)
Sets the value of the payingCustomerId property.

Parameters:
value - allowed object is String

getOrderingCustomerId

public java.lang.String getOrderingCustomerId()
Gets the value of the orderingCustomerId property.

Returns:
possible object is String

setOrderingCustomerId

public void setOrderingCustomerId(java.lang.String value)
Sets the value of the orderingCustomerId property.

Parameters:
value - allowed object is String

getTotals

public Transaction.Totals getTotals()
Gets the value of the totals property.

Returns:
possible object is Transaction.Totals

setTotals

public void setTotals(Transaction.Totals value)
Sets the value of the totals property.

Parameters:
value - allowed object is Transaction.Totals

getTransactionItems

public Transaction.TransactionItems getTransactionItems()
Gets the value of the transactionItems property.

Returns:
possible object is Transaction.TransactionItems

setTransactionItems

public void setTransactionItems(Transaction.TransactionItems value)
Sets the value of the transactionItems property.

Parameters:
value - allowed object is Transaction.TransactionItems

getShipments

public Transaction.Shipments getShipments()
Gets the value of the shipments property.

Returns:
possible object is Transaction.Shipments

setShipments

public void setShipments(Transaction.Shipments value)
Sets the value of the shipments property.

Parameters:
value - allowed object is Transaction.Shipments


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