|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.amazonaws.a2s.model.Seller
public class Seller
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SellerId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="SellerName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SellerLegalName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Nickname" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="GlancePage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="About" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MoreAbout" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Location" type="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}SellerLocation" minOccurs="0"/>
<element name="AverageFeedbackRating" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="TotalFeedback" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
<element name="TotalFeedbackPages" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
<element name="SellerFeedbackSummary" type="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}SellerFeedbackSummary" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}SellerFeedback" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Generated by AWS Code Generator
Thu Jan 10 05:27:59 PST 2008
| Field Summary | |
|---|---|
protected java.lang.String |
about
|
protected java.math.BigDecimal |
averageFeedbackRating
|
protected java.lang.String |
glancePage
|
protected SellerLocation |
location
|
protected java.lang.String |
moreAbout
|
protected java.lang.String |
nickname
|
protected SellerFeedback |
sellerFeedback
|
protected SellerFeedbackSummary |
sellerFeedbackSummary
|
protected java.lang.String |
sellerId
|
protected java.lang.String |
sellerLegalName
|
protected java.lang.String |
sellerName
|
protected java.math.BigInteger |
totalFeedback
|
protected java.math.BigInteger |
totalFeedbackPages
|
| Constructor Summary | |
|---|---|
Seller()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAbout()
Gets the value of the about property. |
java.math.BigDecimal |
getAverageFeedbackRating()
Gets the value of the averageFeedbackRating property. |
java.lang.String |
getGlancePage()
Gets the value of the glancePage property. |
SellerLocation |
getLocation()
Gets the value of the location property. |
java.lang.String |
getMoreAbout()
Gets the value of the moreAbout property. |
java.lang.String |
getNickname()
Gets the value of the nickname property. |
SellerFeedback |
getSellerFeedback()
Gets the value of the sellerFeedback property. |
SellerFeedbackSummary |
getSellerFeedbackSummary()
Gets the value of the sellerFeedbackSummary property. |
java.lang.String |
getSellerId()
Gets the value of the sellerId property. |
java.lang.String |
getSellerLegalName()
Gets the value of the sellerLegalName property. |
java.lang.String |
getSellerName()
Gets the value of the sellerName property. |
java.math.BigInteger |
getTotalFeedback()
Gets the value of the totalFeedback property. |
java.math.BigInteger |
getTotalFeedbackPages()
Gets the value of the totalFeedbackPages property. |
boolean |
isSetAbout()
|
boolean |
isSetAverageFeedbackRating()
|
boolean |
isSetGlancePage()
|
boolean |
isSetLocation()
|
boolean |
isSetMoreAbout()
|
boolean |
isSetNickname()
|
boolean |
isSetSellerFeedback()
|
boolean |
isSetSellerFeedbackSummary()
|
boolean |
isSetSellerId()
|
boolean |
isSetSellerLegalName()
|
boolean |
isSetSellerName()
|
boolean |
isSetTotalFeedback()
|
boolean |
isSetTotalFeedbackPages()
|
void |
setAbout(java.lang.String value)
Sets the value of the about property. |
void |
setAverageFeedbackRating(java.math.BigDecimal value)
Sets the value of the averageFeedbackRating property. |
void |
setGlancePage(java.lang.String value)
Sets the value of the glancePage property. |
void |
setLocation(SellerLocation value)
Sets the value of the location property. |
void |
setMoreAbout(java.lang.String value)
Sets the value of the moreAbout property. |
void |
setNickname(java.lang.String value)
Sets the value of the nickname property. |
void |
setSellerFeedback(SellerFeedback value)
Sets the value of the sellerFeedback property. |
void |
setSellerFeedbackSummary(SellerFeedbackSummary value)
Sets the value of the sellerFeedbackSummary property. |
void |
setSellerId(java.lang.String value)
Sets the value of the sellerId property. |
void |
setSellerLegalName(java.lang.String value)
Sets the value of the sellerLegalName property. |
void |
setSellerName(java.lang.String value)
Sets the value of the sellerName property. |
void |
setTotalFeedback(java.math.BigInteger value)
Sets the value of the totalFeedback property. |
void |
setTotalFeedbackPages(java.math.BigInteger value)
Sets the value of the totalFeedbackPages property. |
protected java.lang.String |
toXMLFragment()
XML fragment representation of this object |
Seller |
withAbout(java.lang.String value)
Sets the value of the About property. |
Seller |
withAverageFeedbackRating(java.math.BigDecimal value)
Sets the value of the AverageFeedbackRating property. |
Seller |
withGlancePage(java.lang.String value)
Sets the value of the GlancePage property. |
Seller |
withLocation(SellerLocation value)
Sets the value of the Location property. |
Seller |
withMoreAbout(java.lang.String value)
Sets the value of the MoreAbout property. |
Seller |
withNickname(java.lang.String value)
Sets the value of the Nickname property. |
Seller |
withSellerFeedback(SellerFeedback value)
Sets the value of the SellerFeedback property. |
Seller |
withSellerFeedbackSummary(SellerFeedbackSummary value)
Sets the value of the SellerFeedbackSummary property. |
Seller |
withSellerId(java.lang.String value)
Sets the value of the SellerId property. |
Seller |
withSellerLegalName(java.lang.String value)
Sets the value of the SellerLegalName property. |
Seller |
withSellerName(java.lang.String value)
Sets the value of the SellerName property. |
Seller |
withTotalFeedback(java.math.BigInteger value)
Sets the value of the TotalFeedback property. |
Seller |
withTotalFeedbackPages(java.math.BigInteger value)
Sets the value of the TotalFeedbackPages property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String sellerId
protected java.lang.String sellerName
protected java.lang.String sellerLegalName
protected java.lang.String nickname
protected java.lang.String glancePage
protected java.lang.String about
protected java.lang.String moreAbout
protected SellerLocation location
protected java.math.BigDecimal averageFeedbackRating
protected java.math.BigInteger totalFeedback
protected java.math.BigInteger totalFeedbackPages
protected SellerFeedbackSummary sellerFeedbackSummary
protected SellerFeedback sellerFeedback
| Constructor Detail |
|---|
public Seller()
| Method Detail |
|---|
public java.lang.String getSellerId()
Stringpublic void setSellerId(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetSellerId()
public java.lang.String getSellerName()
Stringpublic void setSellerName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetSellerName()
public java.lang.String getSellerLegalName()
Stringpublic void setSellerLegalName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetSellerLegalName()
public java.lang.String getNickname()
Stringpublic void setNickname(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetNickname()
public java.lang.String getGlancePage()
Stringpublic void setGlancePage(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetGlancePage()
public java.lang.String getAbout()
Stringpublic void setAbout(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetAbout()
public java.lang.String getMoreAbout()
Stringpublic void setMoreAbout(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetMoreAbout()
public SellerLocation getLocation()
SellerLocationpublic void setLocation(SellerLocation value)
value - allowed object is
SellerLocationpublic boolean isSetLocation()
public java.math.BigDecimal getAverageFeedbackRating()
BigDecimalpublic void setAverageFeedbackRating(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic boolean isSetAverageFeedbackRating()
public java.math.BigInteger getTotalFeedback()
BigIntegerpublic void setTotalFeedback(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetTotalFeedback()
public java.math.BigInteger getTotalFeedbackPages()
BigIntegerpublic void setTotalFeedbackPages(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetTotalFeedbackPages()
public SellerFeedbackSummary getSellerFeedbackSummary()
SellerFeedbackSummarypublic void setSellerFeedbackSummary(SellerFeedbackSummary value)
value - allowed object is
SellerFeedbackSummarypublic boolean isSetSellerFeedbackSummary()
public SellerFeedback getSellerFeedback()
SellerFeedbackpublic void setSellerFeedback(SellerFeedback value)
value - allowed object is
SellerFeedbackpublic boolean isSetSellerFeedback()
public Seller withSellerId(java.lang.String value)
value -
public Seller withSellerName(java.lang.String value)
value -
public Seller withSellerLegalName(java.lang.String value)
value -
public Seller withNickname(java.lang.String value)
value -
public Seller withGlancePage(java.lang.String value)
value -
public Seller withAbout(java.lang.String value)
value -
public Seller withMoreAbout(java.lang.String value)
value -
public Seller withLocation(SellerLocation value)
value -
public Seller withAverageFeedbackRating(java.math.BigDecimal value)
value -
public Seller withTotalFeedback(java.math.BigInteger value)
value -
public Seller withTotalFeedbackPages(java.math.BigInteger value)
value -
public Seller withSellerFeedbackSummary(SellerFeedbackSummary value)
value -
public Seller withSellerFeedback(SellerFeedback value)
value -
protected java.lang.String toXMLFragment()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||