|
||||||||||
| 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.SellerListing
public class SellerListing
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 |
|---|
protected java.lang.String exchangeId
protected java.lang.String listingId
protected java.lang.String asin
protected java.lang.String sku
protected java.lang.String upc
protected java.lang.String ean
protected java.lang.Boolean willShipExpedited
protected java.lang.Boolean willShipInternational
protected java.lang.String title
protected Price price
protected java.lang.String startDate
protected java.lang.String endDate
protected java.lang.String status
protected java.lang.String quantity
protected java.lang.String condition
protected java.lang.String subCondition
protected Seller seller
| Constructor Detail |
|---|
public SellerListing()
| Method Detail |
|---|
public java.lang.String getExchangeId()
Stringpublic void setExchangeId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getListingId()
Stringpublic void setListingId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getASIN()
Stringpublic void setASIN(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSKU()
Stringpublic void setSKU(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUPC()
Stringpublic void setUPC(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEAN()
Stringpublic void setEAN(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isWillShipExpedited()
Booleanpublic void setWillShipExpedited(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isWillShipInternational()
Booleanpublic void setWillShipInternational(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getTitle()
Stringpublic void setTitle(java.lang.String value)
value - allowed object is
Stringpublic Price getPrice()
Pricepublic void setPrice(Price value)
value - allowed object is
Pricepublic java.lang.String getStartDate()
Stringpublic void setStartDate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEndDate()
Stringpublic void setEndDate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getStatus()
Stringpublic void setStatus(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getQuantity()
Stringpublic void setQuantity(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCondition()
Stringpublic void setCondition(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSubCondition()
Stringpublic void setSubCondition(java.lang.String value)
value - allowed object is
Stringpublic Seller getSeller()
Sellerpublic void setSeller(Seller value)
value - allowed object is
Seller
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||