C# Class MarketplaceWebServiceProducts.Model.CompetitivePricingType

Afficher le fichier Open project: nyneaxis/Amazon_MWS Class Usage Examples

Private Properties

Свойство Type Description
EscapeXML String

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode 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

Méthode Description
EscapeXML ( String str ) : String

Method Details

IsSetCompetitivePrices() public méthode

Checks if CompetitivePrices property is set
public IsSetCompetitivePrices ( ) : System.Boolean
Résultat System.Boolean

IsSetNumberOfOfferListings() public méthode

Checks if NumberOfOfferListings property is set
public IsSetNumberOfOfferListings ( ) : System.Boolean
Résultat System.Boolean

IsSetTradeInValue() public méthode

Checks if TradeInValue property is set
public IsSetTradeInValue ( ) : System.Boolean
Résultat System.Boolean

ToXMLFragment() protected méthode

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
Résultat String

WithCompetitivePrices() public méthode

Sets the CompetitivePrices property
public WithCompetitivePrices ( CompetitivePriceList competitivePrices ) : CompetitivePricingType
competitivePrices CompetitivePriceList CompetitivePrices property
Résultat CompetitivePricingType

WithNumberOfOfferListings() public méthode

Sets the NumberOfOfferListings property
public WithNumberOfOfferListings ( MarketplaceWebServiceProducts.Model.NumberOfOfferListingsList numberOfOfferListings ) : CompetitivePricingType
numberOfOfferListings MarketplaceWebServiceProducts.Model.NumberOfOfferListingsList NumberOfOfferListings property
Résultat CompetitivePricingType

WithTradeInValue() public méthode

Sets the TradeInValue property
public WithTradeInValue ( MoneyType tradeInValue ) : CompetitivePricingType
tradeInValue MoneyType TradeInValue property
Résultat CompetitivePricingType