com.amazon.webservices.awsecommerceservice._2007_04_04
Class Seller.SellerFeedbackSummary.FeedbackDateRange.SellerFeedbackRating

java.lang.Object
  extended by com.amazon.webservices.awsecommerceservice._2007_04_04.Seller.SellerFeedbackSummary.FeedbackDateRange.SellerFeedbackRating
Enclosing class:
Seller.SellerFeedbackSummary.FeedbackDateRange

public static class Seller.SellerFeedbackSummary.FeedbackDateRange.SellerFeedbackRating
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="Count" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
         <element name="Percentage" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
       </sequence>
       <attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.math.BigInteger count
           
protected  java.math.BigInteger percentage
           
protected  java.lang.String type
           
 
Constructor Summary
Seller.SellerFeedbackSummary.FeedbackDateRange.SellerFeedbackRating()
           
 
Method Summary
 java.math.BigInteger getCount()
          Gets the value of the count property.
 java.math.BigInteger getPercentage()
          Gets the value of the percentage property.
 java.lang.String getType()
          Gets the value of the type property.
 void setCount(java.math.BigInteger value)
          Sets the value of the count property.
 void setPercentage(java.math.BigInteger value)
          Sets the value of the percentage property.
 void setType(java.lang.String value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

count

protected java.math.BigInteger count

percentage

protected java.math.BigInteger percentage

type

protected java.lang.String type
Constructor Detail

Seller.SellerFeedbackSummary.FeedbackDateRange.SellerFeedbackRating

public Seller.SellerFeedbackSummary.FeedbackDateRange.SellerFeedbackRating()
Method Detail

getCount

public java.math.BigInteger getCount()
Gets the value of the count property.

Returns:
possible object is BigInteger

setCount

public void setCount(java.math.BigInteger value)
Sets the value of the count property.

Parameters:
value - allowed object is BigInteger

getPercentage

public java.math.BigInteger getPercentage()
Gets the value of the percentage property.

Returns:
possible object is BigInteger

setPercentage

public void setPercentage(java.math.BigInteger value)
Sets the value of the percentage property.

Parameters:
value - allowed object is BigInteger

getType

public java.lang.String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(java.lang.String value)
Sets the value of the type property.

Parameters:
value - allowed object is String


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