C# Class MarketplaceWebServiceProducts.Model.GetMatchingProductResponse

Afficher le fichier Open project: nyneaxis/Amazon_MWS

Private Properties

Свойство Type Description
EscapeXML String

Méthodes publiques

Méthode 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

Méthode Description
EscapeXML ( String str ) : String

Method Details

IsSetGetMatchingProductResult() public méthode

Checks if GetMatchingProductResult property is set
public IsSetGetMatchingProductResult ( ) : System.Boolean
Résultat System.Boolean

IsSetResponseMetadata() public méthode

Checks if ResponseMetadata property is set
public IsSetResponseMetadata ( ) : System.Boolean
Résultat System.Boolean

ToXML() public méthode

XML Representation for this object
public ToXML ( ) : String
Résultat String

WithGetMatchingProductResult() public méthode

Sets the GetMatchingProductResult property
public WithGetMatchingProductResult ( ) : GetMatchingProductResponse
Résultat GetMatchingProductResponse

WithResponseMetadata() public méthode

Sets the ResponseMetadata property
public WithResponseMetadata ( ResponseMetadata responseMetadata ) : GetMatchingProductResponse
responseMetadata ResponseMetadata ResponseMetadata property
Résultat GetMatchingProductResponse