|
||||||||||
| 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.Seller.SellerFeedbackSummary.FeedbackDateRange.SellerFeedbackRating
public static class Seller.SellerFeedbackSummary.FeedbackDateRange.SellerFeedbackRating
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 |
|---|
protected java.math.BigInteger count
protected java.math.BigInteger percentage
protected java.lang.String type
| Constructor Detail |
|---|
public Seller.SellerFeedbackSummary.FeedbackDateRange.SellerFeedbackRating()
| Method Detail |
|---|
public java.math.BigInteger getCount()
BigIntegerpublic void setCount(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getPercentage()
BigIntegerpublic void setPercentage(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||