|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.amazonaws.a2s.model.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>
Generated by AWS Code Generator
Thu Jan 10 05:27:59 PST 2008
| 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. |
boolean |
isSetAverageFeedbackRating()
|
boolean |
isSetGlancePage()
|
boolean |
isSetMerchantId()
|
boolean |
isSetName()
|
boolean |
isSetTotalFeedback()
|
boolean |
isSetTotalFeedbackPages()
|
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. |
protected java.lang.String |
toXMLFragment()
XML fragment representation of this object |
Merchant |
withAverageFeedbackRating(java.math.BigDecimal value)
Sets the value of the AverageFeedbackRating property. |
Merchant |
withGlancePage(java.lang.String value)
Sets the value of the GlancePage property. |
Merchant |
withMerchantId(java.lang.String value)
Sets the value of the MerchantId property. |
Merchant |
withName(java.lang.String value)
Sets the value of the Name property. |
Merchant |
withTotalFeedback(java.math.BigInteger value)
Sets the value of the TotalFeedback property. |
Merchant |
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 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 boolean isSetMerchantId()
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetName()
public java.lang.String getGlancePage()
Stringpublic void setGlancePage(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetGlancePage()
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 Merchant withMerchantId(java.lang.String value)
value -
public Merchant withName(java.lang.String value)
value -
public Merchant withGlancePage(java.lang.String value)
value -
public Merchant withAverageFeedbackRating(java.math.BigDecimal value)
value -
public Merchant withTotalFeedback(java.math.BigInteger value)
value -
public Merchant withTotalFeedbackPages(java.math.BigInteger value)
value -
protected java.lang.String toXMLFragment()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||