C# 클래스 MarketplaceWebServiceProducts.Model.CompetitivePricingType

파일 보기 프로젝트 열기: nyneaxis/Amazon_MWS 1 사용 예제들

Private Properties

프로퍼티 타입 설명
EscapeXML String

공개 메소드들

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

Checks if CompetitivePrices property is set

IsSetNumberOfOfferListings ( ) : System.Boolean

Checks if NumberOfOfferListings property is set

IsSetTradeInValue ( ) : System.Boolean

Checks if TradeInValue property is set

WithCompetitivePrices ( CompetitivePriceList competitivePrices ) : CompetitivePricingType

Sets the CompetitivePrices property

WithNumberOfOfferListings ( MarketplaceWebServiceProducts.Model.NumberOfOfferListingsList numberOfOfferListings ) : CompetitivePricingType

Sets the NumberOfOfferListings property

WithTradeInValue ( MoneyType tradeInValue ) : CompetitivePricingType

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

메소드 상세

IsSetCompetitivePrices() 공개 메소드

Checks if CompetitivePrices property is set
public IsSetCompetitivePrices ( ) : System.Boolean
리턴 System.Boolean

IsSetNumberOfOfferListings() 공개 메소드

Checks if NumberOfOfferListings property is set
public IsSetNumberOfOfferListings ( ) : System.Boolean
리턴 System.Boolean

IsSetTradeInValue() 공개 메소드

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

WithCompetitivePrices() 공개 메소드

Sets the CompetitivePrices property
public WithCompetitivePrices ( CompetitivePriceList competitivePrices ) : CompetitivePricingType
competitivePrices CompetitivePriceList CompetitivePrices property
리턴 CompetitivePricingType

WithNumberOfOfferListings() 공개 메소드

Sets the NumberOfOfferListings property
public WithNumberOfOfferListings ( MarketplaceWebServiceProducts.Model.NumberOfOfferListingsList numberOfOfferListings ) : CompetitivePricingType
numberOfOfferListings MarketplaceWebServiceProducts.Model.NumberOfOfferListingsList NumberOfOfferListings property
리턴 CompetitivePricingType

WithTradeInValue() 공개 메소드

Sets the TradeInValue property
public WithTradeInValue ( MoneyType tradeInValue ) : CompetitivePricingType
tradeInValue MoneyType TradeInValue property
리턴 CompetitivePricingType