|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.amazonaws.a2s.model.Feedback
public class Feedback
Java class for Feedback complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Feedback">
<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>
Generated by AWS Code Generator
Thu Jan 10 05:27:59 PST 2008
| Field Summary | |
|---|---|
protected java.lang.String |
comment
|
protected java.lang.String |
date
|
protected java.lang.String |
ratedBy
|
protected java.math.BigInteger |
rating
|
| Constructor Summary | |
|---|---|
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. |
boolean |
isSetComment()
|
boolean |
isSetDate()
|
boolean |
isSetRatedBy()
|
boolean |
isSetRating()
|
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. |
protected java.lang.String |
toXMLFragment()
XML fragment representation of this object |
Feedback |
withComment(java.lang.String value)
Sets the value of the Comment property. |
Feedback |
withDate(java.lang.String value)
Sets the value of the Date property. |
Feedback |
withRatedBy(java.lang.String value)
Sets the value of the RatedBy property. |
Feedback |
withRating(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 Feedback()
| Method Detail |
|---|
public java.math.BigInteger getRating()
BigIntegerpublic void setRating(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetRating()
public java.lang.String getComment()
Stringpublic void setComment(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetComment()
public java.lang.String getDate()
Stringpublic void setDate(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetDate()
public java.lang.String getRatedBy()
Stringpublic void setRatedBy(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetRatedBy()
public Feedback withRating(java.math.BigInteger value)
value -
public Feedback withComment(java.lang.String value)
value -
public Feedback withDate(java.lang.String value)
value -
public Feedback withRatedBy(java.lang.String value)
value -
protected java.lang.String toXMLFragment()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||