com.amazon.webservices.awsecommerceservice._2007_04_04
Class Seller

java.lang.Object
  extended by com.amazon.webservices.awsecommerceservice._2007_04_04.Seller

public class Seller
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="SellerId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="SellerName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SellerLegalName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Nickname" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="GlancePage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="About" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="MoreAbout" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Location" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="UserDefinedLocation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                   <element name="City" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                   <element name="State" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                   <element name="Country" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="AverageFeedbackRating" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="TotalFeedback" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
         <element name="TotalFeedbackPages" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
         <element name="SellerFeedbackSummary" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="FeedbackDateRange" maxOccurs="unbounded" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="SellerFeedbackRating" maxOccurs="unbounded" minOccurs="0">
                               <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>
                             </element>
                           </sequence>
                           <attribute name="Period" type="{http://www.w3.org/2001/XMLSchema}string" />
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}SellerFeedback" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class Seller.Location
          Java class for anonymous complex type.
static class Seller.SellerFeedbackSummary
          Java class for anonymous complex type.
 
Field Summary
protected  java.lang.String about
           
protected  java.math.BigDecimal averageFeedbackRating
           
protected  java.lang.String glancePage
           
protected  Seller.Location location
           
protected  java.lang.String moreAbout
           
protected  java.lang.String nickname
           
protected  SellerFeedback sellerFeedback
           
protected  Seller.SellerFeedbackSummary sellerFeedbackSummary
           
protected  java.lang.String sellerId
           
protected  java.lang.String sellerLegalName
           
protected  java.lang.String sellerName
           
protected  java.math.BigInteger totalFeedback
           
protected  java.math.BigInteger totalFeedbackPages
           
 
Constructor Summary
Seller()
           
 
Method Summary
 java.lang.String getAbout()
          Gets the value of the about property.
 java.math.BigDecimal getAverageFeedbackRating()
          Gets the value of the averageFeedbackRating property.
 java.lang.String getGlancePage()
          Gets the value of the glancePage property.
 Seller.Location getLocation()
          Gets the value of the location property.
 java.lang.String getMoreAbout()
          Gets the value of the moreAbout property.
 java.lang.String getNickname()
          Gets the value of the nickname property.
 SellerFeedback getSellerFeedback()
          Gets the value of the sellerFeedback property.
 Seller.SellerFeedbackSummary getSellerFeedbackSummary()
          Gets the value of the sellerFeedbackSummary property.
 java.lang.String getSellerId()
          Gets the value of the sellerId property.
 java.lang.String getSellerLegalName()
          Gets the value of the sellerLegalName property.
 java.lang.String getSellerName()
          Gets the value of the sellerName property.
 java.math.BigInteger getTotalFeedback()
          Gets the value of the totalFeedback property.
 java.math.BigInteger getTotalFeedbackPages()
          Gets the value of the totalFeedbackPages property.
 void setAbout(java.lang.String value)
          Sets the value of the about property.
 void setAverageFeedbackRating(java.math.BigDecimal value)
          Sets the value of the averageFeedbackRating property.
 void setGlancePage(java.lang.String value)
          Sets the value of the glancePage property.
 void setLocation(Seller.Location value)
          Sets the value of the location property.
 void setMoreAbout(java.lang.String value)
          Sets the value of the moreAbout property.
 void setNickname(java.lang.String value)
          Sets the value of the nickname property.
 void setSellerFeedback(SellerFeedback value)
          Sets the value of the sellerFeedback property.
 void setSellerFeedbackSummary(Seller.SellerFeedbackSummary value)
          Sets the value of the sellerFeedbackSummary property.
 void setSellerId(java.lang.String value)
          Sets the value of the sellerId property.
 void setSellerLegalName(java.lang.String value)
          Sets the value of the sellerLegalName property.
 void setSellerName(java.lang.String value)
          Sets the value of the sellerName property.
 void setTotalFeedback(java.math.BigInteger value)
          Sets the value of the totalFeedback property.
 void setTotalFeedbackPages(java.math.BigInteger value)
          Sets the value of the totalFeedbackPages property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sellerId

protected java.lang.String sellerId

sellerName

protected java.lang.String sellerName

sellerLegalName

protected java.lang.String sellerLegalName

nickname

protected java.lang.String nickname

glancePage

protected java.lang.String glancePage

about

protected java.lang.String about

moreAbout

protected java.lang.String moreAbout

location

protected Seller.Location location

averageFeedbackRating

protected java.math.BigDecimal averageFeedbackRating

totalFeedback

protected java.math.BigInteger totalFeedback

totalFeedbackPages

protected java.math.BigInteger totalFeedbackPages

sellerFeedbackSummary

protected Seller.SellerFeedbackSummary sellerFeedbackSummary

sellerFeedback

protected SellerFeedback sellerFeedback
Constructor Detail

Seller

public Seller()
Method Detail

getSellerId

public java.lang.String getSellerId()
Gets the value of the sellerId property.

Returns:
possible object is String

setSellerId

public void setSellerId(java.lang.String value)
Sets the value of the sellerId property.

Parameters:
value - allowed object is String

getSellerName

public java.lang.String getSellerName()
Gets the value of the sellerName property.

Returns:
possible object is String

setSellerName

public void setSellerName(java.lang.String value)
Sets the value of the sellerName property.

Parameters:
value - allowed object is String

getSellerLegalName

public java.lang.String getSellerLegalName()
Gets the value of the sellerLegalName property.

Returns:
possible object is String

setSellerLegalName

public void setSellerLegalName(java.lang.String value)
Sets the value of the sellerLegalName property.

Parameters:
value - allowed object is String

getNickname

public java.lang.String getNickname()
Gets the value of the nickname property.

Returns:
possible object is String

setNickname

public void setNickname(java.lang.String value)
Sets the value of the nickname property.

Parameters:
value - allowed object is String

getGlancePage

public java.lang.String getGlancePage()
Gets the value of the glancePage property.

Returns:
possible object is String

setGlancePage

public void setGlancePage(java.lang.String value)
Sets the value of the glancePage property.

Parameters:
value - allowed object is String

getAbout

public java.lang.String getAbout()
Gets the value of the about property.

Returns:
possible object is String

setAbout

public void setAbout(java.lang.String value)
Sets the value of the about property.

Parameters:
value - allowed object is String

getMoreAbout

public java.lang.String getMoreAbout()
Gets the value of the moreAbout property.

Returns:
possible object is String

setMoreAbout

public void setMoreAbout(java.lang.String value)
Sets the value of the moreAbout property.

Parameters:
value - allowed object is String

getLocation

public Seller.Location getLocation()
Gets the value of the location property.

Returns:
possible object is Seller.Location

setLocation

public void setLocation(Seller.Location value)
Sets the value of the location property.

Parameters:
value - allowed object is Seller.Location

getAverageFeedbackRating

public java.math.BigDecimal getAverageFeedbackRating()
Gets the value of the averageFeedbackRating property.

Returns:
possible object is BigDecimal

setAverageFeedbackRating

public void setAverageFeedbackRating(java.math.BigDecimal value)
Sets the value of the averageFeedbackRating property.

Parameters:
value - allowed object is BigDecimal

getTotalFeedback

public java.math.BigInteger getTotalFeedback()
Gets the value of the totalFeedback property.

Returns:
possible object is BigInteger

setTotalFeedback

public void setTotalFeedback(java.math.BigInteger value)
Sets the value of the totalFeedback property.

Parameters:
value - allowed object is BigInteger

getTotalFeedbackPages

public java.math.BigInteger getTotalFeedbackPages()
Gets the value of the totalFeedbackPages property.

Returns:
possible object is BigInteger

setTotalFeedbackPages

public void setTotalFeedbackPages(java.math.BigInteger value)
Sets the value of the totalFeedbackPages property.

Parameters:
value - allowed object is BigInteger

getSellerFeedbackSummary

public Seller.SellerFeedbackSummary getSellerFeedbackSummary()
Gets the value of the sellerFeedbackSummary property.

Returns:
possible object is Seller.SellerFeedbackSummary

setSellerFeedbackSummary

public void setSellerFeedbackSummary(Seller.SellerFeedbackSummary value)
Sets the value of the sellerFeedbackSummary property.

Parameters:
value - allowed object is Seller.SellerFeedbackSummary

getSellerFeedback

public SellerFeedback getSellerFeedback()
Gets the value of the sellerFeedback property.

Returns:
possible object is SellerFeedback

setSellerFeedback

public void setSellerFeedback(SellerFeedback value)
Sets the value of the sellerFeedback property.

Parameters:
value - allowed object is SellerFeedback


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