C# Class Amazon.ECS.Model.Seller

Show file Open project: nexus49/grado Class Usage Examples

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
IsSetAbout ( ) : System.Boolean

Checks if About property is set

IsSetAverageFeedbackRating ( ) : System.Boolean

Checks if AverageFeedbackRating property is set

IsSetGlancePage ( ) : System.Boolean

Checks if GlancePage property is set

IsSetLocation ( ) : System.Boolean

Checks if Location property is set

IsSetMoreAbout ( ) : System.Boolean

Checks if MoreAbout property is set

IsSetNickname ( ) : System.Boolean

Checks if Nickname property is set

IsSetSellerFeedback ( ) : System.Boolean

Checks if SellerFeedback property is set

IsSetSellerFeedbackSummary ( ) : System.Boolean

Checks if SellerFeedbackSummary property is set

IsSetSellerId ( ) : System.Boolean

Checks if SellerId property is set

IsSetSellerLegalName ( ) : System.Boolean

Checks if SellerLegalName property is set

IsSetSellerName ( ) : System.Boolean

Checks if SellerName property is set

IsSetTotalFeedback ( ) : System.Boolean

Checks if TotalFeedback property is set

IsSetTotalFeedbackPages ( ) : System.Boolean

Checks if TotalFeedbackPages property is set

WithAbout ( String about ) : Seller

Sets the About property

WithAverageFeedbackRating ( Decimal averageFeedbackRating ) : Seller

Sets the AverageFeedbackRating property

WithGlancePage ( String glancePage ) : Seller

Sets the GlancePage property

WithLocation ( SellerLocation location ) : Seller

Sets the Location property

WithMoreAbout ( String moreAbout ) : Seller

Sets the MoreAbout property

WithNickname ( String nickname ) : Seller

Sets the Nickname property

WithSellerFeedback ( SellerFeedback sellerFeedback ) : Seller

Sets the SellerFeedback property

WithSellerFeedbackSummary ( SellerFeedbackSummary sellerFeedbackSummary ) : Seller

Sets the SellerFeedbackSummary property

WithSellerId ( String sellerId ) : Seller

Sets the SellerId property

WithSellerLegalName ( String sellerLegalName ) : Seller

Sets the SellerLegalName property

WithSellerName ( String sellerName ) : Seller

Sets the SellerName property

WithTotalFeedback ( Decimal totalFeedback ) : Seller

Sets the TotalFeedback property

WithTotalFeedbackPages ( Decimal totalFeedbackPages ) : Seller

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

IsSetAbout() public method

Checks if About property is set
public IsSetAbout ( ) : System.Boolean
return System.Boolean

IsSetAverageFeedbackRating() public method

Checks if AverageFeedbackRating property is set
public IsSetAverageFeedbackRating ( ) : System.Boolean
return System.Boolean

IsSetGlancePage() public method

Checks if GlancePage property is set
public IsSetGlancePage ( ) : System.Boolean
return System.Boolean

IsSetLocation() public method

Checks if Location property is set
public IsSetLocation ( ) : System.Boolean
return System.Boolean

IsSetMoreAbout() public method

Checks if MoreAbout property is set
public IsSetMoreAbout ( ) : System.Boolean
return System.Boolean

IsSetNickname() public method

Checks if Nickname property is set
public IsSetNickname ( ) : System.Boolean
return System.Boolean

IsSetSellerFeedback() public method

Checks if SellerFeedback property is set
public IsSetSellerFeedback ( ) : System.Boolean
return System.Boolean

IsSetSellerFeedbackSummary() public method

Checks if SellerFeedbackSummary property is set
public IsSetSellerFeedbackSummary ( ) : System.Boolean
return System.Boolean

IsSetSellerId() public method

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

IsSetSellerLegalName() public method

Checks if SellerLegalName property is set
public IsSetSellerLegalName ( ) : System.Boolean
return System.Boolean

IsSetSellerName() public method

Checks if SellerName property is set
public IsSetSellerName ( ) : System.Boolean
return System.Boolean

IsSetTotalFeedback() public method

Checks if TotalFeedback property is set
public IsSetTotalFeedback ( ) : System.Boolean
return System.Boolean

IsSetTotalFeedbackPages() public method

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

WithAbout() public method

Sets the About property
public WithAbout ( String about ) : Seller
about String About property
return Seller

WithAverageFeedbackRating() public method

Sets the AverageFeedbackRating property
public WithAverageFeedbackRating ( Decimal averageFeedbackRating ) : Seller
averageFeedbackRating Decimal AverageFeedbackRating property
return Seller

WithGlancePage() public method

Sets the GlancePage property
public WithGlancePage ( String glancePage ) : Seller
glancePage String GlancePage property
return Seller

WithLocation() public method

Sets the Location property
public WithLocation ( SellerLocation location ) : Seller
location SellerLocation Location property
return Seller

WithMoreAbout() public method

Sets the MoreAbout property
public WithMoreAbout ( String moreAbout ) : Seller
moreAbout String MoreAbout property
return Seller

WithNickname() public method

Sets the Nickname property
public WithNickname ( String nickname ) : Seller
nickname String Nickname property
return Seller

WithSellerFeedback() public method

Sets the SellerFeedback property
public WithSellerFeedback ( SellerFeedback sellerFeedback ) : Seller
sellerFeedback SellerFeedback SellerFeedback property
return Seller

WithSellerFeedbackSummary() public method

Sets the SellerFeedbackSummary property
public WithSellerFeedbackSummary ( SellerFeedbackSummary sellerFeedbackSummary ) : Seller
sellerFeedbackSummary SellerFeedbackSummary SellerFeedbackSummary property
return Seller

WithSellerId() public method

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

WithSellerLegalName() public method

Sets the SellerLegalName property
public WithSellerLegalName ( String sellerLegalName ) : Seller
sellerLegalName String SellerLegalName property
return Seller

WithSellerName() public method

Sets the SellerName property
public WithSellerName ( String sellerName ) : Seller
sellerName String SellerName property
return Seller

WithTotalFeedback() public method

Sets the TotalFeedback property
public WithTotalFeedback ( Decimal totalFeedback ) : Seller
totalFeedback Decimal TotalFeedback property
return Seller

WithTotalFeedbackPages() public method

Sets the TotalFeedbackPages property
public WithTotalFeedbackPages ( Decimal totalFeedbackPages ) : Seller
totalFeedbackPages Decimal TotalFeedbackPages property
return Seller