public class Offers 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="TotalOffers" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
<element name="TotalOfferPages" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
<element name="MoreOffersUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}Offer" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
moreOffersUrl |
protected List<Offer> |
offer |
protected BigInteger |
totalOfferPages |
protected BigInteger |
totalOffers |
| Constructor and Description |
|---|
Offers() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMoreOffersUrl()
Gets the value of the moreOffersUrl property.
|
List<Offer> |
getOffer()
Gets the value of the offer property.
|
BigInteger |
getTotalOfferPages()
Gets the value of the totalOfferPages property.
|
BigInteger |
getTotalOffers()
Gets the value of the totalOffers property.
|
void |
setMoreOffersUrl(String value)
Sets the value of the moreOffersUrl property.
|
void |
setTotalOfferPages(BigInteger value)
Sets the value of the totalOfferPages property.
|
void |
setTotalOffers(BigInteger value)
Sets the value of the totalOffers property.
|
protected BigInteger totalOffers
protected BigInteger totalOfferPages
protected String moreOffersUrl
public BigInteger getTotalOffers()
BigIntegerpublic void setTotalOffers(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getTotalOfferPages()
BigIntegerpublic void setTotalOfferPages(BigInteger value)
value - allowed object is
BigIntegerpublic String getMoreOffersUrl()
Stringpublic void setMoreOffersUrl(String value)
value - allowed object is
Stringpublic List<Offer> getOffer()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the offer property.
For example, to add a new item, do as follows:
getOffer().add(newItem);
Objects of the following type(s) are allowed in the list
Offer
Copyright © 2013. All Rights Reserved.