C# Class MarketplaceWebServiceProducts.Model.SellerSKUIdentifier

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

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method 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

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

IsSetMarketplaceId() public method

Checks if MarketplaceId property is set
public IsSetMarketplaceId ( ) : System.Boolean
return System.Boolean

IsSetSellerId() public method

Checks if SellerId property is set
public IsSetSellerId ( ) : System.Boolean
return System.Boolean

IsSetSellerSKU() public method

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

WithMarketplaceId() public method

Sets the MarketplaceId property
public WithMarketplaceId ( String marketplaceId ) : SellerSKUIdentifier
marketplaceId String MarketplaceId property
return SellerSKUIdentifier

WithSellerId() public method

Sets the SellerId property
public WithSellerId ( String sellerId ) : SellerSKUIdentifier
sellerId String SellerId property
return SellerSKUIdentifier

WithSellerSKU() public method

Sets the SellerSKU property
public WithSellerSKU ( String sellerSKU ) : SellerSKUIdentifier
sellerSKU String SellerSKU property
return SellerSKUIdentifier