C# Class MarketplaceWebServiceProducts.Model.GetMatchingProductForIdResponse

Inheritance: MWSClientCsRuntime.AbstractMwsObject, IMWSResponse
Mostrar archivo Open project: nyneaxis/Amazon_MWS Class Usage Examples

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
IsSetGetMatchingProductForIdResult ( ) : System.Boolean

Checks if GetMatchingProductForIdResult property is set

IsSetResponseMetadata ( ) : System.Boolean

Checks if ResponseMetadata property is set

ToXML ( ) : String

XML Representation for this object

WithGetMatchingProductForIdResult ( ) : GetMatchingProductForIdResponse

Sets the GetMatchingProductForIdResult property

WithResponseMetadata ( ResponseMetadata responseMetadata ) : GetMatchingProductForIdResponse

Sets the ResponseMetadata property

Private Methods

Method Description
EscapeXML ( String str ) : String

Method Details

IsSetGetMatchingProductForIdResult() public method

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

WithGetMatchingProductForIdResult() public method

Sets the GetMatchingProductForIdResult property
public WithGetMatchingProductForIdResult ( ) : GetMatchingProductForIdResponse
return GetMatchingProductForIdResponse

WithResponseMetadata() public method

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