C# Class MarketplaceWebServiceProducts.Model.GetCompetitivePricingForASINResponse

显示文件 Open project: nyneaxis/Amazon_MWS

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
IsSetGetCompetitivePricingForASINResult ( ) : System.Boolean

Checks if GetCompetitivePricingForASINResult property is set

IsSetResponseMetadata ( ) : System.Boolean

Checks if ResponseMetadata property is set

ToXML ( ) : String

XML Representation for this object

WithGetCompetitivePricingForASINResult ( ) : GetCompetitivePricingForASINResponse

Sets the GetCompetitivePricingForASINResult property

WithResponseMetadata ( ResponseMetadata responseMetadata ) : GetCompetitivePricingForASINResponse

Sets the ResponseMetadata property

Private Methods

Method Description
EscapeXML ( String str ) : String

Method Details

IsSetGetCompetitivePricingForASINResult() public method

Checks if GetCompetitivePricingForASINResult property is set
public IsSetGetCompetitivePricingForASINResult ( ) : System.Boolean
return System.Boolean

IsSetResponseMetadata() public method

Checks if ResponseMetadata property is set
public IsSetResponseMetadata ( ) : System.Boolean
return System.Boolean

ToXML() public method

XML Representation for this object
public ToXML ( ) : String
return String

WithGetCompetitivePricingForASINResult() public method

Sets the GetCompetitivePricingForASINResult property
public WithGetCompetitivePricingForASINResult ( ) : GetCompetitivePricingForASINResponse
return GetCompetitivePricingForASINResponse

WithResponseMetadata() public method

Sets the ResponseMetadata property
public WithResponseMetadata ( ResponseMetadata responseMetadata ) : GetCompetitivePricingForASINResponse
responseMetadata ResponseMetadata ResponseMetadata property
return GetCompetitivePricingForASINResponse