|
||||||||||
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.SellerFeedback.Feedback
public static class SellerFeedback.Feedback
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="Rating" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/> <element name="Comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Date" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="RatedBy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
comment
|
protected java.lang.String |
date
|
protected java.lang.String |
ratedBy
|
protected java.math.BigInteger |
rating
|
Constructor Summary | |
---|---|
SellerFeedback.Feedback()
|
Method Summary | |
---|---|
java.lang.String |
getComment()
Gets the value of the comment property. |
java.lang.String |
getDate()
Gets the value of the date property. |
java.lang.String |
getRatedBy()
Gets the value of the ratedBy property. |
java.math.BigInteger |
getRating()
Gets the value of the rating property. |
void |
setComment(java.lang.String value)
Sets the value of the comment property. |
void |
setDate(java.lang.String value)
Sets the value of the date property. |
void |
setRatedBy(java.lang.String value)
Sets the value of the ratedBy property. |
void |
setRating(java.math.BigInteger value)
Sets the value of the rating 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 rating
protected java.lang.String comment
protected java.lang.String date
protected java.lang.String ratedBy
Constructor Detail |
---|
public SellerFeedback.Feedback()
Method Detail |
---|
public java.math.BigInteger getRating()
BigInteger
public void setRating(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.String getComment()
String
public void setComment(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDate()
String
public void setDate(java.lang.String value)
value
- allowed object is
String
public java.lang.String getRatedBy()
String
public void setRatedBy(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 |