C# Class MarketplaceWebServiceProducts.Model.IdentifierType

Inheritance: MWSClientCsRuntime.AbstractMwsObject
Afficher le fichier Open project: nyneaxis/Amazon_MWS Class Usage Examples

Private Properties

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

Méthodes publiques

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

Méthodes protégées

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

Méthode Description
EscapeXML ( String str ) : String

Method Details

IsSetMarketplaceASIN() public méthode

Checks if MarketplaceASIN property is set
public IsSetMarketplaceASIN ( ) : System.Boolean
Résultat System.Boolean

IsSetSKUIdentifier() public méthode

Checks if SKUIdentifier property is set
public IsSetSKUIdentifier ( ) : System.Boolean
Résultat System.Boolean

ToXMLFragment() protected méthode

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
Résultat String

WithMarketplaceASIN() public méthode

Sets the MarketplaceASIN property
public WithMarketplaceASIN ( ASINIdentifier marketplaceASIN ) : IdentifierType
marketplaceASIN ASINIdentifier MarketplaceASIN property
Résultat IdentifierType

WithSKUIdentifier() public méthode

Sets the SKUIdentifier property
public WithSKUIdentifier ( SellerSKUIdentifier SKUIdentifier ) : IdentifierType
SKUIdentifier SellerSKUIdentifier SKUIdentifier property
Résultat IdentifierType