com.amazon.webservices.awsecommerceservice._2007_04_04
Class SellerFeedback.Feedback

java.lang.Object
  extended by com.amazon.webservices.awsecommerceservice._2007_04_04.SellerFeedback.Feedback
Enclosing class:
SellerFeedback

public static class SellerFeedback.Feedback
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="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

rating

protected java.math.BigInteger rating

comment

protected java.lang.String comment

date

protected java.lang.String date

ratedBy

protected java.lang.String ratedBy
Constructor Detail

SellerFeedback.Feedback

public SellerFeedback.Feedback()
Method Detail

getRating

public java.math.BigInteger getRating()
Gets the value of the rating property.

Returns:
possible object is BigInteger

setRating

public void setRating(java.math.BigInteger value)
Sets the value of the rating property.

Parameters:
value - allowed object is BigInteger

getComment

public java.lang.String getComment()
Gets the value of the comment property.

Returns:
possible object is String

setComment

public void setComment(java.lang.String value)
Sets the value of the comment property.

Parameters:
value - allowed object is String

getDate

public java.lang.String getDate()
Gets the value of the date property.

Returns:
possible object is String

setDate

public void setDate(java.lang.String value)
Sets the value of the date property.

Parameters:
value - allowed object is String

getRatedBy

public java.lang.String getRatedBy()
Gets the value of the ratedBy property.

Returns:
possible object is String

setRatedBy

public void setRatedBy(java.lang.String value)
Sets the value of the ratedBy property.

Parameters:
value - allowed object is String


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