C# Class Amazon.ECS.Model.Transaction

Show file Open project: nexus49/grado

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
IsSetCondition ( ) : System.Boolean

Checks if Condition property is set

IsSetOrderingCustomerId ( ) : System.Boolean

Checks if OrderingCustomerId property is set

IsSetPayingCustomerId ( ) : System.Boolean

Checks if PayingCustomerId property is set

IsSetSellerId ( ) : System.Boolean

Checks if SellerId property is set

IsSetSellerName ( ) : System.Boolean

Checks if SellerName property is set

IsSetShipments ( ) : System.Boolean

Checks if Shipments property is set

IsSetTotals ( ) : System.Boolean

Checks if Totals property is set

IsSetTransactionDate ( ) : System.Boolean

Checks if TransactionDate property is set

IsSetTransactionDateEpoch ( ) : System.Boolean

Checks if TransactionDateEpoch property is set

IsSetTransactionId ( ) : System.Boolean

Checks if TransactionId property is set

IsSetTransactionItems ( ) : System.Boolean

Checks if TransactionItems property is set

WithCondition ( String condition ) : Transaction

Sets the Condition property

WithOrderingCustomerId ( String orderingCustomerId ) : Transaction

Sets the OrderingCustomerId property

WithPayingCustomerId ( String payingCustomerId ) : Transaction

Sets the PayingCustomerId property

WithSellerId ( String sellerId ) : Transaction

Sets the SellerId property

WithSellerName ( String sellerName ) : Transaction

Sets the SellerName property

WithShipments ( TransactionShipments shipments ) : Transaction

Sets the Shipments property

WithTotals ( TransactionTotals totals ) : Transaction

Sets the Totals property

WithTransactionDate ( String transactionDate ) : Transaction

Sets the TransactionDate property

WithTransactionDateEpoch ( String transactionDateEpoch ) : Transaction

Sets the TransactionDateEpoch property

WithTransactionId ( String transactionId ) : Transaction

Sets the TransactionId property

WithTransactionItems ( TransactionItems transactionItems ) : Transaction

Sets the TransactionItems property

Protected Methods

Method Description
ToXMLFragment ( ) : String

XML fragment representation of this object

Name for outer tag expected to be set by calling method. This fragment returns inner properties representation only

Private Methods

Method Description
EscapeXML ( String str ) : String

Method Details

IsSetCondition() public method

Checks if Condition property is set
public IsSetCondition ( ) : System.Boolean
return System.Boolean

IsSetOrderingCustomerId() public method

Checks if OrderingCustomerId property is set
public IsSetOrderingCustomerId ( ) : System.Boolean
return System.Boolean

IsSetPayingCustomerId() public method

Checks if PayingCustomerId property is set
public IsSetPayingCustomerId ( ) : System.Boolean
return System.Boolean

IsSetSellerId() public method

Checks if SellerId property is set
public IsSetSellerId ( ) : System.Boolean
return System.Boolean

IsSetSellerName() public method

Checks if SellerName property is set
public IsSetSellerName ( ) : System.Boolean
return System.Boolean

IsSetShipments() public method

Checks if Shipments property is set
public IsSetShipments ( ) : System.Boolean
return System.Boolean

IsSetTotals() public method

Checks if Totals property is set
public IsSetTotals ( ) : System.Boolean
return System.Boolean

IsSetTransactionDate() public method

Checks if TransactionDate property is set
public IsSetTransactionDate ( ) : System.Boolean
return System.Boolean

IsSetTransactionDateEpoch() public method

Checks if TransactionDateEpoch property is set
public IsSetTransactionDateEpoch ( ) : System.Boolean
return System.Boolean

IsSetTransactionId() public method

Checks if TransactionId property is set
public IsSetTransactionId ( ) : System.Boolean
return System.Boolean

IsSetTransactionItems() public method

Checks if TransactionItems property is set
public IsSetTransactionItems ( ) : System.Boolean
return System.Boolean

ToXMLFragment() protected method

XML fragment representation of this object
Name for outer tag expected to be set by calling method. This fragment returns inner properties representation only
protected ToXMLFragment ( ) : String
return String

WithCondition() public method

Sets the Condition property
public WithCondition ( String condition ) : Transaction
condition String Condition property
return Transaction

WithOrderingCustomerId() public method

Sets the OrderingCustomerId property
public WithOrderingCustomerId ( String orderingCustomerId ) : Transaction
orderingCustomerId String OrderingCustomerId property
return Transaction

WithPayingCustomerId() public method

Sets the PayingCustomerId property
public WithPayingCustomerId ( String payingCustomerId ) : Transaction
payingCustomerId String PayingCustomerId property
return Transaction

WithSellerId() public method

Sets the SellerId property
public WithSellerId ( String sellerId ) : Transaction
sellerId String SellerId property
return Transaction

WithSellerName() public method

Sets the SellerName property
public WithSellerName ( String sellerName ) : Transaction
sellerName String SellerName property
return Transaction

WithShipments() public method

Sets the Shipments property
public WithShipments ( TransactionShipments shipments ) : Transaction
shipments TransactionShipments Shipments property
return Transaction

WithTotals() public method

Sets the Totals property
public WithTotals ( TransactionTotals totals ) : Transaction
totals TransactionTotals Totals property
return Transaction

WithTransactionDate() public method

Sets the TransactionDate property
public WithTransactionDate ( String transactionDate ) : Transaction
transactionDate String TransactionDate property
return Transaction

WithTransactionDateEpoch() public method

Sets the TransactionDateEpoch property
public WithTransactionDateEpoch ( String transactionDateEpoch ) : Transaction
transactionDateEpoch String TransactionDateEpoch property
return Transaction

WithTransactionId() public method

Sets the TransactionId property
public WithTransactionId ( String transactionId ) : Transaction
transactionId String TransactionId property
return Transaction

WithTransactionItems() public method

Sets the TransactionItems property
public WithTransactionItems ( TransactionItems transactionItems ) : Transaction
transactionItems TransactionItems TransactionItems property
return Transaction