C# Class MarketplaceWebServiceProducts.Model.CompetitivePricingType

Show file Open project: nyneaxis/Amazon_MWS Class Usage Examples

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
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

Protected Methods

Method Description
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

Private Methods

Method Description
EscapeXML ( String str ) : String

Method Details

IsSetCompetitivePrices() public method

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

IsSetNumberOfOfferListings() public method

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

IsSetTradeInValue() public method

Checks if TradeInValue property is set
public IsSetTradeInValue ( ) : System.Boolean
return System.Boolean

ToXMLFragment() protected method

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
return String

WithCompetitivePrices() public method

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

WithNumberOfOfferListings() public method

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

WithTradeInValue() public method

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