|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.amazonaws.a2s.model.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" type="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}TransactionTotals" minOccurs="0"/>
<element name="TransactionItems" type="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}TransactionItems" minOccurs="0"/>
<element name="Shipments" type="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}TransactionShipments" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Generated by AWS Code Generator
Thu Jan 10 05:27:59 PST 2008
| 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 TransactionShipments |
shipments
|
protected TransactionTotals |
totals
|
protected java.lang.String |
transactionDate
|
protected java.lang.String |
transactionDateEpoch
|
protected java.lang.String |
transactionId
|
protected 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. |
TransactionShipments |
getShipments()
Gets the value of the shipments property. |
TransactionTotals |
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. |
TransactionItems |
getTransactionItems()
Gets the value of the transactionItems property. |
boolean |
isSetCondition()
|
boolean |
isSetOrderingCustomerId()
|
boolean |
isSetPayingCustomerId()
|
boolean |
isSetSellerId()
|
boolean |
isSetSellerName()
|
boolean |
isSetShipments()
|
boolean |
isSetTotals()
|
boolean |
isSetTransactionDate()
|
boolean |
isSetTransactionDateEpoch()
|
boolean |
isSetTransactionId()
|
boolean |
isSetTransactionItems()
|
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(TransactionShipments value)
Sets the value of the shipments property. |
void |
setTotals(TransactionTotals 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(TransactionItems value)
Sets the value of the transactionItems property. |
protected java.lang.String |
toXMLFragment()
XML fragment representation of this object |
Transaction |
withCondition(java.lang.String value)
Sets the value of the Condition property. |
Transaction |
withOrderingCustomerId(java.lang.String value)
Sets the value of the OrderingCustomerId property. |
Transaction |
withPayingCustomerId(java.lang.String value)
Sets the value of the PayingCustomerId property. |
Transaction |
withSellerId(java.lang.String value)
Sets the value of the SellerId property. |
Transaction |
withSellerName(java.lang.String value)
Sets the value of the SellerName property. |
Transaction |
withShipments(TransactionShipments value)
Sets the value of the Shipments property. |
Transaction |
withTotals(TransactionTotals value)
Sets the value of the Totals property. |
Transaction |
withTransactionDate(java.lang.String value)
Sets the value of the TransactionDate property. |
Transaction |
withTransactionDateEpoch(java.lang.String value)
Sets the value of the TransactionDateEpoch property. |
Transaction |
withTransactionId(java.lang.String value)
Sets the value of the TransactionId property. |
Transaction |
withTransactionItems(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 TransactionTotals totals
protected TransactionItems transactionItems
protected TransactionShipments shipments
| Constructor Detail |
|---|
public Transaction()
| Method Detail |
|---|
public java.lang.String getTransactionId()
Stringpublic void setTransactionId(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetTransactionId()
public java.lang.String getSellerId()
Stringpublic void setSellerId(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetSellerId()
public java.lang.String getCondition()
Stringpublic void setCondition(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetCondition()
public java.lang.String getTransactionDate()
Stringpublic void setTransactionDate(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetTransactionDate()
public java.lang.String getTransactionDateEpoch()
Stringpublic void setTransactionDateEpoch(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetTransactionDateEpoch()
public java.lang.String getSellerName()
Stringpublic void setSellerName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetSellerName()
public java.lang.String getPayingCustomerId()
Stringpublic void setPayingCustomerId(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetPayingCustomerId()
public java.lang.String getOrderingCustomerId()
Stringpublic void setOrderingCustomerId(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetOrderingCustomerId()
public TransactionTotals getTotals()
TransactionTotalspublic void setTotals(TransactionTotals value)
value - allowed object is
TransactionTotalspublic boolean isSetTotals()
public TransactionItems getTransactionItems()
TransactionItemspublic void setTransactionItems(TransactionItems value)
value - allowed object is
TransactionItemspublic boolean isSetTransactionItems()
public TransactionShipments getShipments()
TransactionShipmentspublic void setShipments(TransactionShipments value)
value - allowed object is
TransactionShipmentspublic boolean isSetShipments()
public Transaction withTransactionId(java.lang.String value)
value -
public Transaction withSellerId(java.lang.String value)
value -
public Transaction withCondition(java.lang.String value)
value -
public Transaction withTransactionDate(java.lang.String value)
value -
public Transaction withTransactionDateEpoch(java.lang.String value)
value -
public Transaction withSellerName(java.lang.String value)
value -
public Transaction withPayingCustomerId(java.lang.String value)
value -
public Transaction withOrderingCustomerId(java.lang.String value)
value -
public Transaction withTotals(TransactionTotals value)
value -
public Transaction withTransactionItems(TransactionItems value)
value -
public Transaction withShipments(TransactionShipments value)
value -
protected java.lang.String toXMLFragment()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||