C# Class MarketplaceWebServiceProducts.Model.LowestOfferListingType

Inheritance: MWSClientCsRuntime.AbstractMwsObject
显示文件 Open project: nyneaxis/Amazon_MWS Class Usage Examples

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
IsSetMultipleOffersAtLowestPrice ( ) : System.Boolean

Checks if MultipleOffersAtLowestPrice property is set

IsSetNumberOfOfferListingsConsidered ( ) : System.Boolean

Checks if NumberOfOfferListingsConsidered property is set

IsSetPrice ( ) : System.Boolean

Checks if Price property is set

IsSetQualifiers ( ) : System.Boolean

Checks if Qualifiers property is set

IsSetSellerFeedbackCount ( ) : System.Boolean

Checks if SellerFeedbackCount property is set

WithMultipleOffersAtLowestPrice ( String multipleOffersAtLowestPrice ) : LowestOfferListingType

Sets the MultipleOffersAtLowestPrice property

WithNumberOfOfferListingsConsidered ( Decimal numberOfOfferListingsConsidered ) : LowestOfferListingType

Sets the NumberOfOfferListingsConsidered property

WithPrice ( PriceType price ) : LowestOfferListingType

Sets the Price property

WithQualifiers ( QualifiersType qualifiers ) : LowestOfferListingType

Sets the Qualifiers property

WithSellerFeedbackCount ( Decimal sellerFeedbackCount ) : LowestOfferListingType

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

IsSetMultipleOffersAtLowestPrice() public method

Checks if MultipleOffersAtLowestPrice property is set
public IsSetMultipleOffersAtLowestPrice ( ) : System.Boolean
return System.Boolean

IsSetNumberOfOfferListingsConsidered() public method

Checks if NumberOfOfferListingsConsidered property is set
public IsSetNumberOfOfferListingsConsidered ( ) : System.Boolean
return System.Boolean

IsSetPrice() public method

Checks if Price property is set
public IsSetPrice ( ) : System.Boolean
return System.Boolean

IsSetQualifiers() public method

Checks if Qualifiers property is set
public IsSetQualifiers ( ) : System.Boolean
return System.Boolean

IsSetSellerFeedbackCount() public method

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

WithMultipleOffersAtLowestPrice() public method

Sets the MultipleOffersAtLowestPrice property
public WithMultipleOffersAtLowestPrice ( String multipleOffersAtLowestPrice ) : LowestOfferListingType
multipleOffersAtLowestPrice String MultipleOffersAtLowestPrice property
return LowestOfferListingType

WithNumberOfOfferListingsConsidered() public method

Sets the NumberOfOfferListingsConsidered property
public WithNumberOfOfferListingsConsidered ( Decimal numberOfOfferListingsConsidered ) : LowestOfferListingType
numberOfOfferListingsConsidered Decimal NumberOfOfferListingsConsidered property
return LowestOfferListingType

WithPrice() public method

Sets the Price property
public WithPrice ( PriceType price ) : LowestOfferListingType
price PriceType Price property
return LowestOfferListingType

WithQualifiers() public method

Sets the Qualifiers property
public WithQualifiers ( QualifiersType qualifiers ) : LowestOfferListingType
qualifiers QualifiersType Qualifiers property
return LowestOfferListingType

WithSellerFeedbackCount() public method

Sets the SellerFeedbackCount property
public WithSellerFeedbackCount ( Decimal sellerFeedbackCount ) : LowestOfferListingType
sellerFeedbackCount Decimal SellerFeedbackCount property
return LowestOfferListingType