|
||||||||||
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()
String
public void setExchangeId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getListingId()
String
public void setListingId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getASIN()
String
public void setASIN(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSKU()
String
public void setSKU(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUPC()
String
public void setUPC(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEAN()
String
public void setEAN(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isWillShipExpedited()
Boolean
public void setWillShipExpedited(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isWillShipInternational()
Boolean
public void setWillShipInternational(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getTitle()
String
public void setTitle(java.lang.String value)
value
- allowed object is
String
public Price getPrice()
Price
public void setPrice(Price value)
value
- allowed object is
Price
public java.lang.String getStartDate()
String
public void setStartDate(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEndDate()
String
public void setEndDate(java.lang.String value)
value
- allowed object is
String
public java.lang.String getStatus()
String
public void setStatus(java.lang.String value)
value
- allowed object is
String
public java.lang.String getQuantity()
String
public void setQuantity(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCondition()
String
public void setCondition(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSubCondition()
String
public void setSubCondition(java.lang.String value)
value
- allowed object is
String
public Seller getSeller()
Seller
public 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 |