com.amazon.webservices.awsecommerceservice._2007_04_04
Class Merchant

java.lang.Object
  extended by com.amazon.webservices.awsecommerceservice._2007_04_04.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>
 


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

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

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

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

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

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

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


Copyright © 2007 orange-cafe.de. All Rights Reserved.