C# Класс MarketplaceWebServiceProducts.Model.QualifiersType

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
EscapeXML String

Открытые методы

Метод Описание
IsSetFulfillmentChannel ( ) : System.Boolean

Checks if FulfillmentChannel property is set

IsSetItemCondition ( ) : System.Boolean

Checks if ItemCondition property is set

IsSetItemSubcondition ( ) : System.Boolean

Checks if ItemSubcondition property is set

IsSetSellerPositiveFeedbackRating ( ) : System.Boolean

Checks if SellerPositiveFeedbackRating property is set

IsSetShippingTime ( ) : System.Boolean

Checks if ShippingTime property is set

IsSetShipsDomestically ( ) : System.Boolean

Checks if ShipsDomestically property is set

WithFulfillmentChannel ( String fulfillmentChannel ) : QualifiersType

Sets the FulfillmentChannel property

WithItemCondition ( String itemCondition ) : QualifiersType

Sets the ItemCondition property

WithItemSubcondition ( String itemSubcondition ) : QualifiersType

Sets the ItemSubcondition property

WithSellerPositiveFeedbackRating ( String sellerPositiveFeedbackRating ) : QualifiersType

Sets the SellerPositiveFeedbackRating property

WithShippingTime ( ShippingTimeType shippingTime ) : QualifiersType

Sets the ShippingTime property

WithShipsDomestically ( String shipsDomestically ) : QualifiersType

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

Описание методов

IsSetFulfillmentChannel() публичный Метод

Checks if FulfillmentChannel property is set
public IsSetFulfillmentChannel ( ) : System.Boolean
Результат System.Boolean

IsSetItemCondition() публичный Метод

Checks if ItemCondition property is set
public IsSetItemCondition ( ) : System.Boolean
Результат System.Boolean

IsSetItemSubcondition() публичный Метод

Checks if ItemSubcondition property is set
public IsSetItemSubcondition ( ) : System.Boolean
Результат System.Boolean

IsSetSellerPositiveFeedbackRating() публичный Метод

Checks if SellerPositiveFeedbackRating property is set
public IsSetSellerPositiveFeedbackRating ( ) : System.Boolean
Результат System.Boolean

IsSetShippingTime() публичный Метод

Checks if ShippingTime property is set
public IsSetShippingTime ( ) : System.Boolean
Результат System.Boolean

IsSetShipsDomestically() публичный Метод

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

WithFulfillmentChannel() публичный Метод

Sets the FulfillmentChannel property
public WithFulfillmentChannel ( String fulfillmentChannel ) : QualifiersType
fulfillmentChannel String FulfillmentChannel property
Результат QualifiersType

WithItemCondition() публичный Метод

Sets the ItemCondition property
public WithItemCondition ( String itemCondition ) : QualifiersType
itemCondition String ItemCondition property
Результат QualifiersType

WithItemSubcondition() публичный Метод

Sets the ItemSubcondition property
public WithItemSubcondition ( String itemSubcondition ) : QualifiersType
itemSubcondition String ItemSubcondition property
Результат QualifiersType

WithSellerPositiveFeedbackRating() публичный Метод

Sets the SellerPositiveFeedbackRating property
public WithSellerPositiveFeedbackRating ( String sellerPositiveFeedbackRating ) : QualifiersType
sellerPositiveFeedbackRating String SellerPositiveFeedbackRating property
Результат QualifiersType

WithShippingTime() публичный Метод

Sets the ShippingTime property
public WithShippingTime ( ShippingTimeType shippingTime ) : QualifiersType
shippingTime ShippingTimeType ShippingTime property
Результат QualifiersType

WithShipsDomestically() публичный Метод

Sets the ShipsDomestically property
public WithShipsDomestically ( String shipsDomestically ) : QualifiersType
shipsDomestically String ShipsDomestically property
Результат QualifiersType