C# Class Amazon.ECS.Model.TransactionItem

Show file Open project: nexus49/grado

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
IsSetASIN ( ) : System.Boolean

Checks if ASIN property is set

IsSetChildTransactionItems ( ) : System.Boolean

Checks if ChildTransactionItems property is set

IsSetQuantity ( ) : System.Boolean

Checks if Quantity property is set

IsSetTotalPrice ( ) : System.Boolean

Checks if TotalPrice property is set

IsSetTransactionItemId ( ) : System.Boolean

Checks if TransactionItemId property is set

IsSetUnitPrice ( ) : System.Boolean

Checks if UnitPrice property is set

WithASIN ( String ASIN ) : TransactionItem

Sets the ASIN property

WithChildTransactionItems ( ChildTransactionItems childTransactionItems ) : TransactionItem

Sets the ChildTransactionItems property

WithQuantity ( String quantity ) : TransactionItem

Sets the Quantity property

WithTotalPrice ( Price totalPrice ) : TransactionItem

Sets the TotalPrice property

WithTransactionItemId ( String transactionItemId ) : TransactionItem

Sets the TransactionItemId property

WithUnitPrice ( Price unitPrice ) : TransactionItem

Sets the UnitPrice 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

IsSetASIN() public method

Checks if ASIN property is set
public IsSetASIN ( ) : System.Boolean
return System.Boolean

IsSetChildTransactionItems() public method

Checks if ChildTransactionItems property is set
public IsSetChildTransactionItems ( ) : System.Boolean
return System.Boolean

IsSetQuantity() public method

Checks if Quantity property is set
public IsSetQuantity ( ) : System.Boolean
return System.Boolean

IsSetTotalPrice() public method

Checks if TotalPrice property is set
public IsSetTotalPrice ( ) : System.Boolean
return System.Boolean

IsSetTransactionItemId() public method

Checks if TransactionItemId property is set
public IsSetTransactionItemId ( ) : System.Boolean
return System.Boolean

IsSetUnitPrice() public method

Checks if UnitPrice property is set
public IsSetUnitPrice ( ) : 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

WithASIN() public method

Sets the ASIN property
public WithASIN ( String ASIN ) : TransactionItem
ASIN String ASIN property
return TransactionItem

WithChildTransactionItems() public method

Sets the ChildTransactionItems property
public WithChildTransactionItems ( ChildTransactionItems childTransactionItems ) : TransactionItem
childTransactionItems ChildTransactionItems ChildTransactionItems property
return TransactionItem

WithQuantity() public method

Sets the Quantity property
public WithQuantity ( String quantity ) : TransactionItem
quantity String Quantity property
return TransactionItem

WithTotalPrice() public method

Sets the TotalPrice property
public WithTotalPrice ( Price totalPrice ) : TransactionItem
totalPrice Price TotalPrice property
return TransactionItem

WithTransactionItemId() public method

Sets the TransactionItemId property
public WithTransactionItemId ( String transactionItemId ) : TransactionItem
transactionItemId String TransactionItemId property
return TransactionItem

WithUnitPrice() public method

Sets the UnitPrice property
public WithUnitPrice ( Price unitPrice ) : TransactionItem
unitPrice Price UnitPrice property
return TransactionItem