C# Class Amazon.ECS.Model.CartItem

Afficher le fichier Open project: nexus49/grado

Private Properties

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

Méthodes publiques

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

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

IsSetASIN() public méthode

Checks if ASIN property is set
public IsSetASIN ( ) : System.Boolean
Résultat System.Boolean

IsSetCartItemId() public méthode

Checks if CartItemId property is set
public IsSetCartItemId ( ) : System.Boolean
Résultat System.Boolean

IsSetExchangeId() public méthode

Checks if ExchangeId property is set
public IsSetExchangeId ( ) : System.Boolean
Résultat System.Boolean

IsSetItemTotal() public méthode

Checks if ItemTotal property is set
public IsSetItemTotal ( ) : System.Boolean
Résultat System.Boolean

IsSetListOwner() public méthode

Checks if ListOwner property is set
public IsSetListOwner ( ) : System.Boolean
Résultat System.Boolean

IsSetListType() public méthode

Checks if ListType property is set
public IsSetListType ( ) : System.Boolean
Résultat System.Boolean

IsSetMerchantId() public méthode

Checks if MerchantId property is set
public IsSetMerchantId ( ) : System.Boolean
Résultat System.Boolean

IsSetMetaData() public méthode

Checks if MetaData property is set
public IsSetMetaData ( ) : System.Boolean
Résultat System.Boolean

IsSetPrice() public méthode

Checks if Price property is set
public IsSetPrice ( ) : System.Boolean
Résultat System.Boolean

IsSetProductGroup() public méthode

Checks if ProductGroup property is set
public IsSetProductGroup ( ) : System.Boolean
Résultat System.Boolean

IsSetQuantity() public méthode

Checks if Quantity property is set
public IsSetQuantity ( ) : System.Boolean
Résultat System.Boolean

IsSetSellerId() public méthode

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

IsSetSellerNickname() public méthode

Checks if SellerNickname property is set
public IsSetSellerNickname ( ) : System.Boolean
Résultat System.Boolean

IsSetTitle() public méthode

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

WithASIN() public méthode

Sets the ASIN property
public WithASIN ( String ASIN ) : CartItem
ASIN String ASIN property
Résultat CartItem

WithCartItemId() public méthode

Sets the CartItemId property
public WithCartItemId ( String cartItemId ) : CartItem
cartItemId String CartItemId property
Résultat CartItem

WithExchangeId() public méthode

Sets the ExchangeId property
public WithExchangeId ( String exchangeId ) : CartItem
exchangeId String ExchangeId property
Résultat CartItem

WithItemTotal() public méthode

Sets the ItemTotal property
public WithItemTotal ( Price itemTotal ) : CartItem
itemTotal Price ItemTotal property
Résultat CartItem

WithListOwner() public méthode

Sets the ListOwner property
public WithListOwner ( String listOwner ) : CartItem
listOwner String ListOwner property
Résultat CartItem

WithListType() public méthode

Sets the ListType property
public WithListType ( String listType ) : CartItem
listType String ListType property
Résultat CartItem

WithMerchantId() public méthode

Sets the MerchantId property
public WithMerchantId ( String merchantId ) : CartItem
merchantId String MerchantId property
Résultat CartItem

WithMetaData() public méthode

Sets the MetaData property
public WithMetaData ( CartItemMetaData metaData ) : CartItem
metaData CartItemMetaData MetaData property
Résultat CartItem

WithPrice() public méthode

Sets the Price property
public WithPrice ( Price price ) : CartItem
price Price Price property
Résultat CartItem

WithProductGroup() public méthode

Sets the ProductGroup property
public WithProductGroup ( String productGroup ) : CartItem
productGroup String ProductGroup property
Résultat CartItem

WithQuantity() public méthode

Sets the Quantity property
public WithQuantity ( String quantity ) : CartItem
quantity String Quantity property
Résultat CartItem

WithSellerId() public méthode

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

WithSellerNickname() public méthode

Sets the SellerNickname property
public WithSellerNickname ( String sellerNickname ) : CartItem
sellerNickname String SellerNickname property
Résultat CartItem

WithTitle() public méthode

Sets the Title property
public WithTitle ( String title ) : CartItem
title String Title property
Résultat CartItem