|
||||||||||
| 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.Transaction
public class Transaction
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 |
|---|
protected java.lang.String transactionId
protected java.lang.String sellerId
protected java.lang.String condition
protected java.lang.String transactionDate
protected java.lang.String transactionDateEpoch
protected java.lang.String sellerName
protected java.lang.String payingCustomerId
protected java.lang.String orderingCustomerId
protected Transaction.Totals totals
protected Transaction.TransactionItems transactionItems
protected Transaction.Shipments shipments
| Constructor Detail |
|---|
public Transaction()
| Method Detail |
|---|
public java.lang.String getTransactionId()
Stringpublic void setTransactionId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSellerId()
Stringpublic void setSellerId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCondition()
Stringpublic void setCondition(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTransactionDate()
Stringpublic void setTransactionDate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTransactionDateEpoch()
Stringpublic void setTransactionDateEpoch(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSellerName()
Stringpublic void setSellerName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPayingCustomerId()
Stringpublic void setPayingCustomerId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOrderingCustomerId()
Stringpublic void setOrderingCustomerId(java.lang.String value)
value - allowed object is
Stringpublic Transaction.Totals getTotals()
Transaction.Totalspublic void setTotals(Transaction.Totals value)
value - allowed object is
Transaction.Totalspublic Transaction.TransactionItems getTransactionItems()
Transaction.TransactionItemspublic void setTransactionItems(Transaction.TransactionItems value)
value - allowed object is
Transaction.TransactionItemspublic Transaction.Shipments getShipments()
Transaction.Shipmentspublic void setShipments(Transaction.Shipments value)
value - allowed object is
Transaction.Shipments
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||