C# Class MarketplaceWebServiceProducts.Model.GetMatchingProductResponse

显示文件 Open project: nyneaxis/Amazon_MWS

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
IsSetGetMatchingProductResult ( ) : System.Boolean

Checks if GetMatchingProductResult property is set

IsSetResponseMetadata ( ) : System.Boolean

Checks if ResponseMetadata property is set

ToXML ( ) : String

XML Representation for this object

WithGetMatchingProductResult ( ) : GetMatchingProductResponse

Sets the GetMatchingProductResult property

WithResponseMetadata ( ResponseMetadata responseMetadata ) : GetMatchingProductResponse

Sets the ResponseMetadata property

Private Methods

Method Description
EscapeXML ( String str ) : String

Method Details

IsSetGetMatchingProductResult() public method

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

WithGetMatchingProductResult() public method

Sets the GetMatchingProductResult property
public WithGetMatchingProductResult ( ) : GetMatchingProductResponse
return GetMatchingProductResponse

WithResponseMetadata() public method

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