C# Class MarketplaceWebServiceProducts.Model.SellerSKUIdentifier

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
IsSetMarketplaceId ( ) : System.Boolean

Checks if MarketplaceId property is set

IsSetSellerId ( ) : System.Boolean

Checks if SellerId property is set

IsSetSellerSKU ( ) : System.Boolean

Checks if SellerSKU property is set

WithMarketplaceId ( String marketplaceId ) : SellerSKUIdentifier

Sets the MarketplaceId property

WithSellerId ( String sellerId ) : SellerSKUIdentifier

Sets the SellerId property

WithSellerSKU ( String sellerSKU ) : SellerSKUIdentifier

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

IsSetMarketplaceId() public méthode

Checks if MarketplaceId property is set
public IsSetMarketplaceId ( ) : System.Boolean
Résultat System.Boolean

IsSetSellerId() public méthode

Checks if SellerId property is set
public IsSetSellerId ( ) : System.Boolean
Résultat System.Boolean

IsSetSellerSKU() public méthode

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

WithMarketplaceId() public méthode

Sets the MarketplaceId property
public WithMarketplaceId ( String marketplaceId ) : SellerSKUIdentifier
marketplaceId String MarketplaceId property
Résultat SellerSKUIdentifier

WithSellerId() public méthode

Sets the SellerId property
public WithSellerId ( String sellerId ) : SellerSKUIdentifier
sellerId String SellerId property
Résultat SellerSKUIdentifier

WithSellerSKU() public méthode

Sets the SellerSKU property
public WithSellerSKU ( String sellerSKU ) : SellerSKUIdentifier
sellerSKU String SellerSKU property
Résultat SellerSKUIdentifier