C# Class MarketplaceWebServiceProducts.Model.IdentifierType

Inheritance: MWSClientCsRuntime.AbstractMwsObject
Mostra file Open project: nyneaxis/Amazon_MWS Class Usage Examples

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
IsSetMarketplaceASIN ( ) : System.Boolean

Checks if MarketplaceASIN property is set

IsSetSKUIdentifier ( ) : System.Boolean

Checks if SKUIdentifier property is set

WithMarketplaceASIN ( ASINIdentifier marketplaceASIN ) : IdentifierType

Sets the MarketplaceASIN property

WithSKUIdentifier ( SellerSKUIdentifier SKUIdentifier ) : IdentifierType

Sets the SKUIdentifier 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

IsSetMarketplaceASIN() public method

Checks if MarketplaceASIN property is set
public IsSetMarketplaceASIN ( ) : System.Boolean
return System.Boolean

IsSetSKUIdentifier() public method

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

WithMarketplaceASIN() public method

Sets the MarketplaceASIN property
public WithMarketplaceASIN ( ASINIdentifier marketplaceASIN ) : IdentifierType
marketplaceASIN ASINIdentifier MarketplaceASIN property
return IdentifierType

WithSKUIdentifier() public method

Sets the SKUIdentifier property
public WithSKUIdentifier ( SellerSKUIdentifier SKUIdentifier ) : IdentifierType
SKUIdentifier SellerSKUIdentifier SKUIdentifier property
return IdentifierType