C# Class MarketplaceWebServiceProducts.Model.GetMatchingProductForIdResult

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

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
IsSetError ( ) : System.Boolean

Checks if Error property is set

IsSetId ( ) : System.Boolean

Checks if Id property is set

IsSetIdType ( ) : System.Boolean

Checks if IdType property is set

IsSetProducts ( ) : System.Boolean

Checks if Products property is set

IsSetstatus ( ) : System.Boolean

Checks if status property is set

WithError ( Error error ) : GetMatchingProductForIdResult

Sets the Error property

WithId ( String id ) : GetMatchingProductForIdResult

Sets the Id property

WithIdType ( String idType ) : GetMatchingProductForIdResult

Sets the IdType property

WithProducts ( ProductList products ) : GetMatchingProductForIdResult

Sets the Products property

Withstatus ( String status ) : GetMatchingProductForIdResult

Sets the status property

Protected Methods

Method Description
ToXMLFragment ( ) : String

XML fragment representation of this object

Name for outer tag expected to be set by calling method. This fragment returns inner properties representation only

Private Methods

Method Description
EscapeXML ( String str ) : String

Method Details

IsSetError() public method

Checks if Error property is set
public IsSetError ( ) : System.Boolean
return System.Boolean

IsSetId() public method

Checks if Id property is set
public IsSetId ( ) : System.Boolean
return System.Boolean

IsSetIdType() public method

Checks if IdType property is set
public IsSetIdType ( ) : System.Boolean
return System.Boolean

IsSetProducts() public method

Checks if Products property is set
public IsSetProducts ( ) : System.Boolean
return System.Boolean

IsSetstatus() public method

Checks if status property is set
public IsSetstatus ( ) : System.Boolean
return System.Boolean

ToXMLFragment() protected method

XML fragment representation of this object
Name for outer tag expected to be set by calling method. This fragment returns inner properties representation only
protected ToXMLFragment ( ) : String
return String

WithError() public method

Sets the Error property
public WithError ( Error error ) : GetMatchingProductForIdResult
error Error Error property
return GetMatchingProductForIdResult

WithId() public method

Sets the Id property
public WithId ( String id ) : GetMatchingProductForIdResult
id String Id property
return GetMatchingProductForIdResult

WithIdType() public method

Sets the IdType property
public WithIdType ( String idType ) : GetMatchingProductForIdResult
idType String IdType property
return GetMatchingProductForIdResult

WithProducts() public method

Sets the Products property
public WithProducts ( ProductList products ) : GetMatchingProductForIdResult
products ProductList Products property
return GetMatchingProductForIdResult

Withstatus() public method

Sets the status property
public Withstatus ( String status ) : GetMatchingProductForIdResult
status String status property
return GetMatchingProductForIdResult