C# Class MarketplaceWebServiceProducts.Model.GetMyPriceForASINResponse

Mostrar archivo Open project: nyneaxis/Amazon_MWS

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
IsSetGetMyPriceForASINResult ( ) : System.Boolean

Checks if GetMyPriceForASINResult property is set

IsSetResponseMetadata ( ) : System.Boolean

Checks if ResponseMetadata property is set

ToXML ( ) : String

XML Representation for this object

WithGetMyPriceForASINResult ( ) : GetMyPriceForASINResponse

Sets the GetMyPriceForASINResult property

WithResponseMetadata ( ResponseMetadata responseMetadata ) : GetMyPriceForASINResponse

Sets the ResponseMetadata property

Private Methods

Method Description
EscapeXML ( String str ) : String

Method Details

IsSetGetMyPriceForASINResult() public method

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

WithGetMyPriceForASINResult() public method

Sets the GetMyPriceForASINResult property
public WithGetMyPriceForASINResult ( ) : GetMyPriceForASINResponse
return GetMyPriceForASINResponse

WithResponseMetadata() public method

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