C# Класс Amazon.ECS.Model.SellerListing

Показать файл Открыть проект

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