|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazon.webservices.awsecommerceservice._2007_04_04.Merchant
public class Merchant
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="MerchantId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Name" 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="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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.math.BigDecimal |
averageFeedbackRating
|
protected java.lang.String |
glancePage
|
protected java.lang.String |
merchantId
|
protected java.lang.String |
name
|
protected java.math.BigInteger |
totalFeedback
|
protected java.math.BigInteger |
totalFeedbackPages
|
| Constructor Summary | |
|---|---|
Merchant()
|
|
| Method Summary | |
|---|---|
java.math.BigDecimal |
getAverageFeedbackRating()
Gets the value of the averageFeedbackRating property. |
java.lang.String |
getGlancePage()
Gets the value of the glancePage property. |
java.lang.String |
getMerchantId()
Gets the value of the merchantId property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.math.BigInteger |
getTotalFeedback()
Gets the value of the totalFeedback property. |
java.math.BigInteger |
getTotalFeedbackPages()
Gets the value of the totalFeedbackPages 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 |
setMerchantId(java.lang.String value)
Sets the value of the merchantId property. |
void |
setName(java.lang.String value)
Sets the value of the name 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String merchantId
protected java.lang.String name
protected java.lang.String glancePage
protected java.math.BigDecimal averageFeedbackRating
protected java.math.BigInteger totalFeedback
protected java.math.BigInteger totalFeedbackPages
| Constructor Detail |
|---|
public Merchant()
| Method Detail |
|---|
public java.lang.String getMerchantId()
Stringpublic void setMerchantId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getGlancePage()
Stringpublic void setGlancePage(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigDecimal getAverageFeedbackRating()
BigDecimalpublic void setAverageFeedbackRating(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.math.BigInteger getTotalFeedback()
BigIntegerpublic void setTotalFeedback(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getTotalFeedbackPages()
BigIntegerpublic void setTotalFeedbackPages(java.math.BigInteger value)
value - allowed object is
BigInteger
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||