public class OfferListing extends Object implements Serializable
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="OfferListingId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Price" type="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}Price" minOccurs="0"/>
<element name="SalePrice" type="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}Price" minOccurs="0"/>
<element name="AmountSaved" type="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}Price" minOccurs="0"/>
<element name="PercentageSaved" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
<element name="Availability" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AvailabilityAttributes" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AvailabilityType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IsPreorder" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="MinimumHours" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="MaximumHours" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="IsEligibleForSuperSaverShipping" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsEligibleForPrime" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
OfferListing.AvailabilityAttributes
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Price |
amountSaved |
protected String |
availability |
protected OfferListing.AvailabilityAttributes |
availabilityAttributes |
protected Boolean |
isEligibleForPrime |
protected Boolean |
isEligibleForSuperSaverShipping |
protected String |
offerListingId |
protected BigInteger |
percentageSaved |
protected Price |
price |
protected Price |
salePrice |
| Constructor and Description |
|---|
OfferListing() |
| Modifier and Type | Method and Description |
|---|---|
Price |
getAmountSaved()
Gets the value of the amountSaved property.
|
String |
getAvailability()
Gets the value of the availability property.
|
OfferListing.AvailabilityAttributes |
getAvailabilityAttributes()
Gets the value of the availabilityAttributes property.
|
String |
getOfferListingId()
Gets the value of the offerListingId property.
|
BigInteger |
getPercentageSaved()
Gets the value of the percentageSaved property.
|
Price |
getPrice()
Gets the value of the price property.
|
Price |
getSalePrice()
Gets the value of the salePrice property.
|
Boolean |
isIsEligibleForPrime()
Gets the value of the isEligibleForPrime property.
|
Boolean |
isIsEligibleForSuperSaverShipping()
Gets the value of the isEligibleForSuperSaverShipping property.
|
void |
setAmountSaved(Price value)
Sets the value of the amountSaved property.
|
void |
setAvailability(String value)
Sets the value of the availability property.
|
void |
setAvailabilityAttributes(OfferListing.AvailabilityAttributes value)
Sets the value of the availabilityAttributes property.
|
void |
setIsEligibleForPrime(Boolean value)
Sets the value of the isEligibleForPrime property.
|
void |
setIsEligibleForSuperSaverShipping(Boolean value)
Sets the value of the isEligibleForSuperSaverShipping property.
|
void |
setOfferListingId(String value)
Sets the value of the offerListingId property.
|
void |
setPercentageSaved(BigInteger value)
Sets the value of the percentageSaved property.
|
void |
setPrice(Price value)
Sets the value of the price property.
|
void |
setSalePrice(Price value)
Sets the value of the salePrice property.
|
protected String offerListingId
protected Price price
protected Price salePrice
protected Price amountSaved
protected BigInteger percentageSaved
protected String availability
protected OfferListing.AvailabilityAttributes availabilityAttributes
protected Boolean isEligibleForSuperSaverShipping
protected Boolean isEligibleForPrime
public String getOfferListingId()
Stringpublic void setOfferListingId(String value)
value - allowed object is
Stringpublic Price getPrice()
Pricepublic void setPrice(Price value)
value - allowed object is
Pricepublic Price getSalePrice()
Pricepublic void setSalePrice(Price value)
value - allowed object is
Pricepublic Price getAmountSaved()
Pricepublic void setAmountSaved(Price value)
value - allowed object is
Pricepublic BigInteger getPercentageSaved()
BigIntegerpublic void setPercentageSaved(BigInteger value)
value - allowed object is
BigIntegerpublic String getAvailability()
Stringpublic void setAvailability(String value)
value - allowed object is
Stringpublic OfferListing.AvailabilityAttributes getAvailabilityAttributes()
OfferListing.AvailabilityAttributespublic void setAvailabilityAttributes(OfferListing.AvailabilityAttributes value)
value - allowed object is
OfferListing.AvailabilityAttributespublic Boolean isIsEligibleForSuperSaverShipping()
Booleanpublic void setIsEligibleForSuperSaverShipping(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsEligibleForPrime()
BooleanCopyright © 2013. All Rights Reserved.