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

Наследование: MWSClientCsRuntime.AbstractMwsObject
Показать файл Открыть проект Примеры использования класса

Private Properties

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

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

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

Checks if CompetitivePriceId property is set

IsSetPrice ( ) : System.Boolean

Checks if Price property is set

IsSetbelongsToRequester ( ) : Boolean

Checks if belongsToRequester property is set

IsSetcondition ( ) : Boolean

Checks if condition property is set

IsSetsubcondition ( ) : Boolean

Checks if subcondition property is set

WithCompetitivePriceId ( String competitivePriceId ) : CompetitivePriceType

Sets the CompetitivePriceId property

WithPrice ( PriceType price ) : CompetitivePriceType

Sets the Price property

WithbelongsToRequester ( Boolean belongsToRequester ) : CompetitivePriceType

Sets the belongsToRequester property

Withcondition ( String condition ) : CompetitivePriceType

Sets the condition property

Withsubcondition ( String subcondition ) : CompetitivePriceType

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

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

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

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

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

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

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

Checks if belongsToRequester property is set
public IsSetbelongsToRequester ( ) : Boolean
Результат Boolean

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

Checks if condition property is set
public IsSetcondition ( ) : Boolean
Результат Boolean

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

Checks if subcondition property is set
public IsSetsubcondition ( ) : Boolean
Результат 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

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

Sets the CompetitivePriceId property
public WithCompetitivePriceId ( String competitivePriceId ) : CompetitivePriceType
competitivePriceId String CompetitivePriceId property
Результат CompetitivePriceType

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

Sets the Price property
public WithPrice ( PriceType price ) : CompetitivePriceType
price PriceType Price property
Результат CompetitivePriceType

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

Sets the belongsToRequester property
public WithbelongsToRequester ( Boolean belongsToRequester ) : CompetitivePriceType
belongsToRequester Boolean belongsToRequester property
Результат CompetitivePriceType

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

Sets the condition property
public Withcondition ( String condition ) : CompetitivePriceType
condition String condition property
Результат CompetitivePriceType

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

Sets the subcondition property
public Withsubcondition ( String subcondition ) : CompetitivePriceType
subcondition String subcondition property
Результат CompetitivePriceType