com.amazonaws.a2s.model
Class Merchant

java.lang.Object
  extended by com.amazonaws.a2s.model.Merchant

public class Merchant
extends java.lang.Object

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

merchantId

protected java.lang.String merchantId

name

protected java.lang.String name

glancePage

protected java.lang.String glancePage

averageFeedbackRating

protected java.math.BigDecimal averageFeedbackRating

totalFeedback

protected java.math.BigInteger totalFeedback

totalFeedbackPages

protected java.math.BigInteger totalFeedbackPages
Constructor Detail

Merchant

public Merchant()
Method Detail

getMerchantId

public java.lang.String getMerchantId()
Gets the value of the merchantId property.

Returns:
possible object is String

setMerchantId

public void setMerchantId(java.lang.String value)
Sets the value of the merchantId property.

Parameters:
value - allowed object is String

isSetMerchantId

public boolean isSetMerchantId()

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

isSetName

public boolean isSetName()

getGlancePage

public java.lang.String getGlancePage()
Gets the value of the glancePage property.

Returns:
possible object is String

setGlancePage

public void setGlancePage(java.lang.String value)
Sets the value of the glancePage property.

Parameters:
value - allowed object is String

isSetGlancePage

public boolean isSetGlancePage()

getAverageFeedbackRating

public java.math.BigDecimal getAverageFeedbackRating()
Gets the value of the averageFeedbackRating property.

Returns:
possible object is BigDecimal

setAverageFeedbackRating

public void setAverageFeedbackRating(java.math.BigDecimal value)
Sets the value of the averageFeedbackRating property.

Parameters:
value - allowed object is BigDecimal

isSetAverageFeedbackRating

public boolean isSetAverageFeedbackRating()

getTotalFeedback

public java.math.BigInteger getTotalFeedback()
Gets the value of the totalFeedback property.

Returns:
possible object is BigInteger

setTotalFeedback

public void setTotalFeedback(java.math.BigInteger value)
Sets the value of the totalFeedback property.

Parameters:
value - allowed object is BigInteger

isSetTotalFeedback

public boolean isSetTotalFeedback()

getTotalFeedbackPages

public java.math.BigInteger getTotalFeedbackPages()
Gets the value of the totalFeedbackPages property.

Returns:
possible object is BigInteger

setTotalFeedbackPages

public void setTotalFeedbackPages(java.math.BigInteger value)
Sets the value of the totalFeedbackPages property.

Parameters:
value - allowed object is BigInteger

isSetTotalFeedbackPages

public boolean isSetTotalFeedbackPages()

withMerchantId

public Merchant withMerchantId(java.lang.String value)
Sets the value of the MerchantId property.

Parameters:
value -
Returns:
this instance

withName

public Merchant withName(java.lang.String value)
Sets the value of the Name property.

Parameters:
value -
Returns:
this instance

withGlancePage

public Merchant withGlancePage(java.lang.String value)
Sets the value of the GlancePage property.

Parameters:
value -
Returns:
this instance

withAverageFeedbackRating

public Merchant withAverageFeedbackRating(java.math.BigDecimal value)
Sets the value of the AverageFeedbackRating property.

Parameters:
value -
Returns:
this instance

withTotalFeedback

public Merchant withTotalFeedback(java.math.BigInteger value)
Sets the value of the TotalFeedback property.

Parameters:
value -
Returns:
this instance

withTotalFeedbackPages

public Merchant withTotalFeedbackPages(java.math.BigInteger value)
Sets the value of the TotalFeedbackPages property.

Parameters:
value -
Returns:
this instance

toXMLFragment

protected java.lang.String toXMLFragment()
XML fragment representation of this object

Returns:
XML fragment for this object. Name for outer tag expected to be set by calling method. This fragment returns inner properties representation only