com.amazon.webservices.awsecommerceservice._2007_04_04
Class SellerListing

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

public class SellerListing
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="ExchangeId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ListingId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ASIN" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SKU" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="UPC" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="EAN" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="WillShipExpedited" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="WillShipInternational" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Price" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}Price" minOccurs="0"/>
         <element name="StartDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="EndDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Quantity" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Condition" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SubCondition" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}Seller" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String asin
           
protected  java.lang.String condition
           
protected  java.lang.String ean
           
protected  java.lang.String endDate
           
protected  java.lang.String exchangeId
           
protected  java.lang.String listingId
           
protected  Price price
           
protected  java.lang.String quantity
           
protected  Seller seller
           
protected  java.lang.String sku
           
protected  java.lang.String startDate
           
protected  java.lang.String status
           
protected  java.lang.String subCondition
           
protected  java.lang.String title
           
protected  java.lang.String upc
           
protected  java.lang.Boolean willShipExpedited
           
protected  java.lang.Boolean willShipInternational
           
 
Constructor Summary
SellerListing()
           
 
Method Summary
 java.lang.String getASIN()
          Gets the value of the asin property.
 java.lang.String getCondition()
          Gets the value of the condition property.
 java.lang.String getEAN()
          Gets the value of the ean property.
 java.lang.String getEndDate()
          Gets the value of the endDate property.
 java.lang.String getExchangeId()
          Gets the value of the exchangeId property.
 java.lang.String getListingId()
          Gets the value of the listingId property.
 Price getPrice()
          Gets the value of the price property.
 java.lang.String getQuantity()
          Gets the value of the quantity property.
 Seller getSeller()
          Gets the value of the seller property.
 java.lang.String getSKU()
          Gets the value of the sku property.
 java.lang.String getStartDate()
          Gets the value of the startDate property.
 java.lang.String getStatus()
          Gets the value of the status property.
 java.lang.String getSubCondition()
          Gets the value of the subCondition property.
 java.lang.String getTitle()
          Gets the value of the title property.
 java.lang.String getUPC()
          Gets the value of the upc property.
 java.lang.Boolean isWillShipExpedited()
          Gets the value of the willShipExpedited property.
 java.lang.Boolean isWillShipInternational()
          Gets the value of the willShipInternational property.
 void setASIN(java.lang.String value)
          Sets the value of the asin property.
 void setCondition(java.lang.String value)
          Sets the value of the condition property.
 void setEAN(java.lang.String value)
          Sets the value of the ean property.
 void setEndDate(java.lang.String value)
          Sets the value of the endDate property.
 void setExchangeId(java.lang.String value)
          Sets the value of the exchangeId property.
 void setListingId(java.lang.String value)
          Sets the value of the listingId property.
 void setPrice(Price value)
          Sets the value of the price property.
 void setQuantity(java.lang.String value)
          Sets the value of the quantity property.
 void setSeller(Seller value)
          Sets the value of the seller property.
 void setSKU(java.lang.String value)
          Sets the value of the sku property.
 void setStartDate(java.lang.String value)
          Sets the value of the startDate property.
 void setStatus(java.lang.String value)
          Sets the value of the status property.
 void setSubCondition(java.lang.String value)
          Sets the value of the subCondition property.
 void setTitle(java.lang.String value)
          Sets the value of the title property.
 void setUPC(java.lang.String value)
          Sets the value of the upc property.
 void setWillShipExpedited(java.lang.Boolean value)
          Sets the value of the willShipExpedited property.
 void setWillShipInternational(java.lang.Boolean value)
          Sets the value of the willShipInternational property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exchangeId

protected java.lang.String exchangeId

listingId

protected java.lang.String listingId

asin

protected java.lang.String asin

sku

protected java.lang.String sku

upc

protected java.lang.String upc

ean

protected java.lang.String ean

willShipExpedited

protected java.lang.Boolean willShipExpedited

willShipInternational

protected java.lang.Boolean willShipInternational

title

protected java.lang.String title

price

protected Price price

startDate

protected java.lang.String startDate

endDate

protected java.lang.String endDate

status

protected java.lang.String status

quantity

protected java.lang.String quantity

condition

protected java.lang.String condition

subCondition

protected java.lang.String subCondition

seller

protected Seller seller
Constructor Detail

SellerListing

public SellerListing()
Method Detail

getExchangeId

public java.lang.String getExchangeId()
Gets the value of the exchangeId property.

Returns:
possible object is String

setExchangeId

public void setExchangeId(java.lang.String value)
Sets the value of the exchangeId property.

Parameters:
value - allowed object is String

getListingId

public java.lang.String getListingId()
Gets the value of the listingId property.

Returns:
possible object is String

setListingId

public void setListingId(java.lang.String value)
Sets the value of the listingId property.

Parameters:
value - allowed object is String

getASIN

public java.lang.String getASIN()
Gets the value of the asin property.

Returns:
possible object is String

setASIN

public void setASIN(java.lang.String value)
Sets the value of the asin property.

Parameters:
value - allowed object is String

getSKU

public java.lang.String getSKU()
Gets the value of the sku property.

Returns:
possible object is String

setSKU

public void setSKU(java.lang.String value)
Sets the value of the sku property.

Parameters:
value - allowed object is String

getUPC

public java.lang.String getUPC()
Gets the value of the upc property.

Returns:
possible object is String

setUPC

public void setUPC(java.lang.String value)
Sets the value of the upc property.

Parameters:
value - allowed object is String

getEAN

public java.lang.String getEAN()
Gets the value of the ean property.

Returns:
possible object is String

setEAN

public void setEAN(java.lang.String value)
Sets the value of the ean property.

Parameters:
value - allowed object is String

isWillShipExpedited

public java.lang.Boolean isWillShipExpedited()
Gets the value of the willShipExpedited property.

Returns:
possible object is Boolean

setWillShipExpedited

public void setWillShipExpedited(java.lang.Boolean value)
Sets the value of the willShipExpedited property.

Parameters:
value - allowed object is Boolean

isWillShipInternational

public java.lang.Boolean isWillShipInternational()
Gets the value of the willShipInternational property.

Returns:
possible object is Boolean

setWillShipInternational

public void setWillShipInternational(java.lang.Boolean value)
Sets the value of the willShipInternational property.

Parameters:
value - allowed object is Boolean

getTitle

public java.lang.String getTitle()
Gets the value of the title property.

Returns:
possible object is String

setTitle

public void setTitle(java.lang.String value)
Sets the value of the title property.

Parameters:
value - allowed object is String

getPrice

public Price getPrice()
Gets the value of the price property.

Returns:
possible object is Price

setPrice

public void setPrice(Price value)
Sets the value of the price property.

Parameters:
value - allowed object is Price

getStartDate

public java.lang.String getStartDate()
Gets the value of the startDate property.

Returns:
possible object is String

setStartDate

public void setStartDate(java.lang.String value)
Sets the value of the startDate property.

Parameters:
value - allowed object is String

getEndDate

public java.lang.String getEndDate()
Gets the value of the endDate property.

Returns:
possible object is String

setEndDate

public void setEndDate(java.lang.String value)
Sets the value of the endDate property.

Parameters:
value - allowed object is String

getStatus

public java.lang.String getStatus()
Gets the value of the status property.

Returns:
possible object is String

setStatus

public void setStatus(java.lang.String value)
Sets the value of the status property.

Parameters:
value - allowed object is String

getQuantity

public java.lang.String getQuantity()
Gets the value of the quantity property.

Returns:
possible object is String

setQuantity

public void setQuantity(java.lang.String value)
Sets the value of the quantity property.

Parameters:
value - allowed object is String

getCondition

public java.lang.String getCondition()
Gets the value of the condition property.

Returns:
possible object is String

setCondition

public void setCondition(java.lang.String value)
Sets the value of the condition property.

Parameters:
value - allowed object is String

getSubCondition

public java.lang.String getSubCondition()
Gets the value of the subCondition property.

Returns:
possible object is String

setSubCondition

public void setSubCondition(java.lang.String value)
Sets the value of the subCondition property.

Parameters:
value - allowed object is String

getSeller

public Seller getSeller()
Gets the value of the seller property.

Returns:
possible object is Seller

setSeller

public void setSeller(Seller value)
Sets the value of the seller property.

Parameters:
value - allowed object is Seller


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