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

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

Private Properties

프로퍼티 타입 설명
EscapeXML String

공개 메소드들

메소드 설명
IsSetASIN ( ) : System.Boolean

Checks if ASIN property is set

IsSetCondition ( ) : System.Boolean

Checks if Condition property is set

IsSetEAN ( ) : System.Boolean

Checks if EAN property is set

IsSetEndDate ( ) : System.Boolean

Checks if EndDate property is set

IsSetExchangeId ( ) : System.Boolean

Checks if ExchangeId property is set

IsSetListingId ( ) : System.Boolean

Checks if ListingId property is set

IsSetPrice ( ) : System.Boolean

Checks if Price property is set

IsSetQuantity ( ) : System.Boolean

Checks if Quantity property is set

IsSetSKU ( ) : System.Boolean

Checks if SKU property is set

IsSetSeller ( ) : System.Boolean

Checks if Seller property is set

IsSetStartDate ( ) : System.Boolean

Checks if StartDate property is set

IsSetStatus ( ) : System.Boolean

Checks if Status property is set

IsSetSubCondition ( ) : System.Boolean

Checks if SubCondition property is set

IsSetTitle ( ) : System.Boolean

Checks if Title property is set

IsSetUPC ( ) : System.Boolean

Checks if UPC property is set

IsSetWillShipExpedited ( ) : System.Boolean

Checks if WillShipExpedited property is set

IsSetWillShipInternational ( ) : System.Boolean

Checks if WillShipInternational property is set

WithASIN ( String ASIN ) : SellerListing

Sets the ASIN property

WithCondition ( String condition ) : SellerListing

Sets the Condition property

WithEAN ( String EAN ) : SellerListing

Sets the EAN property

WithEndDate ( String endDate ) : SellerListing

Sets the EndDate property

WithExchangeId ( String exchangeId ) : SellerListing

Sets the ExchangeId property

WithListingId ( String listingId ) : SellerListing

Sets the ListingId property

WithPrice ( Price price ) : SellerListing

Sets the Price property

WithQuantity ( String quantity ) : SellerListing

Sets the Quantity property

WithSKU ( String SKU ) : SellerListing

Sets the SKU property

WithSeller ( Seller seller ) : SellerListing

Sets the Seller property

WithStartDate ( String startDate ) : SellerListing

Sets the StartDate property

WithStatus ( String status ) : SellerListing

Sets the Status property

WithSubCondition ( String subCondition ) : SellerListing

Sets the SubCondition property

WithTitle ( String title ) : SellerListing

Sets the Title property

WithUPC ( String UPC ) : SellerListing

Sets the UPC property

WithWillShipExpedited ( System.Boolean willShipExpedited ) : SellerListing

Sets the WillShipExpedited property

WithWillShipInternational ( System.Boolean willShipInternational ) : SellerListing

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

IsSetCondition() 공개 메소드

Checks if Condition property is set
public IsSetCondition ( ) : System.Boolean
리턴 System.Boolean

IsSetEAN() 공개 메소드

Checks if EAN property is set
public IsSetEAN ( ) : System.Boolean
리턴 System.Boolean

IsSetEndDate() 공개 메소드

Checks if EndDate property is set
public IsSetEndDate ( ) : System.Boolean
리턴 System.Boolean

IsSetExchangeId() 공개 메소드

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

IsSetListingId() 공개 메소드

Checks if ListingId property is set
public IsSetListingId ( ) : System.Boolean
리턴 System.Boolean

IsSetPrice() 공개 메소드

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

IsSetQuantity() 공개 메소드

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

IsSetSKU() 공개 메소드

Checks if SKU property is set
public IsSetSKU ( ) : System.Boolean
리턴 System.Boolean

IsSetSeller() 공개 메소드

Checks if Seller property is set
public IsSetSeller ( ) : System.Boolean
리턴 System.Boolean

IsSetStartDate() 공개 메소드

Checks if StartDate property is set
public IsSetStartDate ( ) : System.Boolean
리턴 System.Boolean

IsSetStatus() 공개 메소드

Checks if Status property is set
public IsSetStatus ( ) : System.Boolean
리턴 System.Boolean

IsSetSubCondition() 공개 메소드

Checks if SubCondition property is set
public IsSetSubCondition ( ) : System.Boolean
리턴 System.Boolean

IsSetTitle() 공개 메소드

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

IsSetUPC() 공개 메소드

Checks if UPC property is set
public IsSetUPC ( ) : System.Boolean
리턴 System.Boolean

IsSetWillShipExpedited() 공개 메소드

Checks if WillShipExpedited property is set
public IsSetWillShipExpedited ( ) : System.Boolean
리턴 System.Boolean

IsSetWillShipInternational() 공개 메소드

Checks if WillShipInternational property is set
public IsSetWillShipInternational ( ) : 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 ) : SellerListing
ASIN String ASIN property
리턴 SellerListing

WithCondition() 공개 메소드

Sets the Condition property
public WithCondition ( String condition ) : SellerListing
condition String Condition property
리턴 SellerListing

WithEAN() 공개 메소드

Sets the EAN property
public WithEAN ( String EAN ) : SellerListing
EAN String EAN property
리턴 SellerListing

WithEndDate() 공개 메소드

Sets the EndDate property
public WithEndDate ( String endDate ) : SellerListing
endDate String EndDate property
리턴 SellerListing

WithExchangeId() 공개 메소드

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

WithListingId() 공개 메소드

Sets the ListingId property
public WithListingId ( String listingId ) : SellerListing
listingId String ListingId property
리턴 SellerListing

WithPrice() 공개 메소드

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

WithQuantity() 공개 메소드

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

WithSKU() 공개 메소드

Sets the SKU property
public WithSKU ( String SKU ) : SellerListing
SKU String SKU property
리턴 SellerListing

WithSeller() 공개 메소드

Sets the Seller property
public WithSeller ( Seller seller ) : SellerListing
seller Seller Seller property
리턴 SellerListing

WithStartDate() 공개 메소드

Sets the StartDate property
public WithStartDate ( String startDate ) : SellerListing
startDate String StartDate property
리턴 SellerListing

WithStatus() 공개 메소드

Sets the Status property
public WithStatus ( String status ) : SellerListing
status String Status property
리턴 SellerListing

WithSubCondition() 공개 메소드

Sets the SubCondition property
public WithSubCondition ( String subCondition ) : SellerListing
subCondition String SubCondition property
리턴 SellerListing

WithTitle() 공개 메소드

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

WithUPC() 공개 메소드

Sets the UPC property
public WithUPC ( String UPC ) : SellerListing
UPC String UPC property
리턴 SellerListing

WithWillShipExpedited() 공개 메소드

Sets the WillShipExpedited property
public WithWillShipExpedited ( System.Boolean willShipExpedited ) : SellerListing
willShipExpedited System.Boolean WillShipExpedited property
리턴 SellerListing

WithWillShipInternational() 공개 메소드

Sets the WillShipInternational property
public WithWillShipInternational ( System.Boolean willShipInternational ) : SellerListing
willShipInternational System.Boolean WillShipInternational property
리턴 SellerListing