C# Class Amazon.ECS.Model.CartItem

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

IsSetCartItemId ( ) : System.Boolean

Checks if CartItemId property is set

IsSetExchangeId ( ) : System.Boolean

Checks if ExchangeId property is set

IsSetItemTotal ( ) : System.Boolean

Checks if ItemTotal property is set

IsSetListOwner ( ) : System.Boolean

Checks if ListOwner property is set

IsSetListType ( ) : System.Boolean

Checks if ListType property is set

IsSetMerchantId ( ) : System.Boolean

Checks if MerchantId property is set

IsSetMetaData ( ) : System.Boolean

Checks if MetaData property is set

IsSetPrice ( ) : System.Boolean

Checks if Price property is set

IsSetProductGroup ( ) : System.Boolean

Checks if ProductGroup property is set

IsSetQuantity ( ) : System.Boolean

Checks if Quantity property is set

IsSetSellerId ( ) : System.Boolean

Checks if SellerId property is set

IsSetSellerNickname ( ) : System.Boolean

Checks if SellerNickname property is set

IsSetTitle ( ) : System.Boolean

Checks if Title property is set

WithASIN ( String ASIN ) : CartItem

Sets the ASIN property

WithCartItemId ( String cartItemId ) : CartItem

Sets the CartItemId property

WithExchangeId ( String exchangeId ) : CartItem

Sets the ExchangeId property

WithItemTotal ( Price itemTotal ) : CartItem

Sets the ItemTotal property

WithListOwner ( String listOwner ) : CartItem

Sets the ListOwner property

WithListType ( String listType ) : CartItem

Sets the ListType property

WithMerchantId ( String merchantId ) : CartItem

Sets the MerchantId property

WithMetaData ( CartItemMetaData metaData ) : CartItem

Sets the MetaData property

WithPrice ( Price price ) : CartItem

Sets the Price property

WithProductGroup ( String productGroup ) : CartItem

Sets the ProductGroup property

WithQuantity ( String quantity ) : CartItem

Sets the Quantity property

WithSellerId ( String sellerId ) : CartItem

Sets the SellerId property

WithSellerNickname ( String sellerNickname ) : CartItem

Sets the SellerNickname property

WithTitle ( String title ) : CartItem

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

IsSetCartItemId() public method

Checks if CartItemId property is set
public IsSetCartItemId ( ) : System.Boolean
return System.Boolean

IsSetExchangeId() public method

Checks if ExchangeId property is set
public IsSetExchangeId ( ) : System.Boolean
return System.Boolean

IsSetItemTotal() public method

Checks if ItemTotal property is set
public IsSetItemTotal ( ) : System.Boolean
return System.Boolean

IsSetListOwner() public method

Checks if ListOwner property is set
public IsSetListOwner ( ) : System.Boolean
return System.Boolean

IsSetListType() public method

Checks if ListType property is set
public IsSetListType ( ) : System.Boolean
return System.Boolean

IsSetMerchantId() public method

Checks if MerchantId property is set
public IsSetMerchantId ( ) : System.Boolean
return System.Boolean

IsSetMetaData() public method

Checks if MetaData property is set
public IsSetMetaData ( ) : System.Boolean
return System.Boolean

IsSetPrice() public method

Checks if Price property is set
public IsSetPrice ( ) : System.Boolean
return System.Boolean

IsSetProductGroup() public method

Checks if ProductGroup property is set
public IsSetProductGroup ( ) : System.Boolean
return System.Boolean

IsSetQuantity() public method

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

IsSetSellerId() public method

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

IsSetSellerNickname() public method

Checks if SellerNickname property is set
public IsSetSellerNickname ( ) : System.Boolean
return System.Boolean

IsSetTitle() public method

Checks if Title property is set
public IsSetTitle ( ) : 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 ) : CartItem
ASIN String ASIN property
return CartItem

WithCartItemId() public method

Sets the CartItemId property
public WithCartItemId ( String cartItemId ) : CartItem
cartItemId String CartItemId property
return CartItem

WithExchangeId() public method

Sets the ExchangeId property
public WithExchangeId ( String exchangeId ) : CartItem
exchangeId String ExchangeId property
return CartItem

WithItemTotal() public method

Sets the ItemTotal property
public WithItemTotal ( Price itemTotal ) : CartItem
itemTotal Price ItemTotal property
return CartItem

WithListOwner() public method

Sets the ListOwner property
public WithListOwner ( String listOwner ) : CartItem
listOwner String ListOwner property
return CartItem

WithListType() public method

Sets the ListType property
public WithListType ( String listType ) : CartItem
listType String ListType property
return CartItem

WithMerchantId() public method

Sets the MerchantId property
public WithMerchantId ( String merchantId ) : CartItem
merchantId String MerchantId property
return CartItem

WithMetaData() public method

Sets the MetaData property
public WithMetaData ( CartItemMetaData metaData ) : CartItem
metaData CartItemMetaData MetaData property
return CartItem

WithPrice() public method

Sets the Price property
public WithPrice ( Price price ) : CartItem
price Price Price property
return CartItem

WithProductGroup() public method

Sets the ProductGroup property
public WithProductGroup ( String productGroup ) : CartItem
productGroup String ProductGroup property
return CartItem

WithQuantity() public method

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

WithSellerId() public method

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

WithSellerNickname() public method

Sets the SellerNickname property
public WithSellerNickname ( String sellerNickname ) : CartItem
sellerNickname String SellerNickname property
return CartItem

WithTitle() public method

Sets the Title property
public WithTitle ( String title ) : CartItem
title String Title property
return CartItem