C# 클래스 Amazon.ECS.Model.CartItem

파일 보기 프로젝트 열기: nexus49/grado

Private Properties

프로퍼티 타입 설명
EscapeXML String

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
EscapeXML ( String str ) : String

메소드 상세

IsSetASIN() 공개 메소드

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

IsSetCartItemId() 공개 메소드

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

IsSetExchangeId() 공개 메소드

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

IsSetItemTotal() 공개 메소드

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

IsSetListOwner() 공개 메소드

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

IsSetListType() 공개 메소드

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

IsSetMerchantId() 공개 메소드

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

IsSetMetaData() 공개 메소드

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

IsSetPrice() 공개 메소드

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

IsSetProductGroup() 공개 메소드

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

IsSetQuantity() 공개 메소드

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

IsSetSellerId() 공개 메소드

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

IsSetSellerNickname() 공개 메소드

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

IsSetTitle() 공개 메소드

Checks if Title property is set
public IsSetTitle ( ) : System.Boolean
리턴 System.Boolean

ToXMLFragment() 보호된 메소드

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
리턴 String

WithASIN() 공개 메소드

Sets the ASIN property
public WithASIN ( String ASIN ) : CartItem
ASIN String ASIN property
리턴 CartItem

WithCartItemId() 공개 메소드

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

WithExchangeId() 공개 메소드

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

WithItemTotal() 공개 메소드

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

WithListOwner() 공개 메소드

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

WithListType() 공개 메소드

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

WithMerchantId() 공개 메소드

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

WithMetaData() 공개 메소드

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

WithPrice() 공개 메소드

Sets the Price property
public WithPrice ( Price price ) : CartItem
price Price Price property
리턴 CartItem

WithProductGroup() 공개 메소드

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

WithQuantity() 공개 메소드

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

WithSellerId() 공개 메소드

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

WithSellerNickname() 공개 메소드

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

WithTitle() 공개 메소드

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