C# Class MarketplaceWebServiceProducts.Model.ListMatchingProductsResponse

Mostrar archivo Open project: nyneaxis/Amazon_MWS

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
IsSetListMatchingProductsResult ( ) : System.Boolean

Checks if ListMatchingProductsResult property is set

IsSetResponseMetadata ( ) : System.Boolean

Checks if ResponseMetadata property is set

ToXML ( ) : String

XML Representation for this object

WithListMatchingProductsResult ( MarketplaceWebServiceProducts.Model.ListMatchingProductsResult listMatchingProductsResult ) : ListMatchingProductsResponse

Sets the ListMatchingProductsResult property

WithResponseMetadata ( ResponseMetadata responseMetadata ) : ListMatchingProductsResponse

Sets the ResponseMetadata property

Private Methods

Method Description
EscapeXML ( String str ) : String

Method Details

IsSetListMatchingProductsResult() public method

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

WithListMatchingProductsResult() public method

Sets the ListMatchingProductsResult property
public WithListMatchingProductsResult ( MarketplaceWebServiceProducts.Model.ListMatchingProductsResult listMatchingProductsResult ) : ListMatchingProductsResponse
listMatchingProductsResult MarketplaceWebServiceProducts.Model.ListMatchingProductsResult ListMatchingProductsResult property
return ListMatchingProductsResponse

WithResponseMetadata() public method

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