C# Class Amazon.ECS.Model.Transaction

Afficher le fichier Open project: nexus49/grado

Private Properties

Свойство Type Description
EscapeXML String

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode 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

Méthode Description
EscapeXML ( String str ) : String

Method Details

IsSetCondition() public méthode

Checks if Condition property is set
public IsSetCondition ( ) : System.Boolean
Résultat System.Boolean

IsSetOrderingCustomerId() public méthode

Checks if OrderingCustomerId property is set
public IsSetOrderingCustomerId ( ) : System.Boolean
Résultat System.Boolean

IsSetPayingCustomerId() public méthode

Checks if PayingCustomerId property is set
public IsSetPayingCustomerId ( ) : System.Boolean
Résultat System.Boolean

IsSetSellerId() public méthode

Checks if SellerId property is set
public IsSetSellerId ( ) : System.Boolean
Résultat System.Boolean

IsSetSellerName() public méthode

Checks if SellerName property is set
public IsSetSellerName ( ) : System.Boolean
Résultat System.Boolean

IsSetShipments() public méthode

Checks if Shipments property is set
public IsSetShipments ( ) : System.Boolean
Résultat System.Boolean

IsSetTotals() public méthode

Checks if Totals property is set
public IsSetTotals ( ) : System.Boolean
Résultat System.Boolean

IsSetTransactionDate() public méthode

Checks if TransactionDate property is set
public IsSetTransactionDate ( ) : System.Boolean
Résultat System.Boolean

IsSetTransactionDateEpoch() public méthode

Checks if TransactionDateEpoch property is set
public IsSetTransactionDateEpoch ( ) : System.Boolean
Résultat System.Boolean

IsSetTransactionId() public méthode

Checks if TransactionId property is set
public IsSetTransactionId ( ) : System.Boolean
Résultat System.Boolean

IsSetTransactionItems() public méthode

Checks if TransactionItems property is set
public IsSetTransactionItems ( ) : System.Boolean
Résultat System.Boolean

ToXMLFragment() protected méthode

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
Résultat String

WithCondition() public méthode

Sets the Condition property
public WithCondition ( String condition ) : Transaction
condition String Condition property
Résultat Transaction

WithOrderingCustomerId() public méthode

Sets the OrderingCustomerId property
public WithOrderingCustomerId ( String orderingCustomerId ) : Transaction
orderingCustomerId String OrderingCustomerId property
Résultat Transaction

WithPayingCustomerId() public méthode

Sets the PayingCustomerId property
public WithPayingCustomerId ( String payingCustomerId ) : Transaction
payingCustomerId String PayingCustomerId property
Résultat Transaction

WithSellerId() public méthode

Sets the SellerId property
public WithSellerId ( String sellerId ) : Transaction
sellerId String SellerId property
Résultat Transaction

WithSellerName() public méthode

Sets the SellerName property
public WithSellerName ( String sellerName ) : Transaction
sellerName String SellerName property
Résultat Transaction

WithShipments() public méthode

Sets the Shipments property
public WithShipments ( TransactionShipments shipments ) : Transaction
shipments TransactionShipments Shipments property
Résultat Transaction

WithTotals() public méthode

Sets the Totals property
public WithTotals ( TransactionTotals totals ) : Transaction
totals TransactionTotals Totals property
Résultat Transaction

WithTransactionDate() public méthode

Sets the TransactionDate property
public WithTransactionDate ( String transactionDate ) : Transaction
transactionDate String TransactionDate property
Résultat Transaction

WithTransactionDateEpoch() public méthode

Sets the TransactionDateEpoch property
public WithTransactionDateEpoch ( String transactionDateEpoch ) : Transaction
transactionDateEpoch String TransactionDateEpoch property
Résultat Transaction

WithTransactionId() public méthode

Sets the TransactionId property
public WithTransactionId ( String transactionId ) : Transaction
transactionId String TransactionId property
Résultat Transaction

WithTransactionItems() public méthode

Sets the TransactionItems property
public WithTransactionItems ( TransactionItems transactionItems ) : Transaction
transactionItems TransactionItems TransactionItems property
Résultat Transaction