|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ebay.soap.eBLBaseComponents.AbstractResponseType
com.ebay.soap.eBLBaseComponents.GetBestOffersResponseType
public class GetBestOffersResponseType
All Best Offers for the item according to the filter or Best Offer ID (or both) used in the input. For the notification client usage, this response includes a single Best Offer.
Java class for GetBestOffersResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetBestOffersResponseType"> <complexContent> <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractResponseType"> <sequence> <element name="BestOfferArray" type="{urn:ebay:apis:eBLBaseComponents}BestOfferArrayType" minOccurs="0"/> <element name="Item" type="{urn:ebay:apis:eBLBaseComponents}ItemType" minOccurs="0"/> <element name="ItemBestOffersArray" type="{urn:ebay:apis:eBLBaseComponents}ItemBestOffersArrayType" minOccurs="0"/> <element name="PageNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="PaginationResult" type="{urn:ebay:apis:eBLBaseComponents}PaginationResultType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected BestOfferArrayType |
bestOfferArray
|
protected ItemType |
item
|
protected ItemBestOffersArrayType |
itemBestOffersArray
|
protected Integer |
pageNumber
|
protected PaginationResultType |
paginationResult
|
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractResponseType |
---|
ack, any, botBlock, build, correlationID, duplicateInvocationDetails, eiasToken, errors, externalUserData, hardExpirationWarning, message, notificationEventName, notificationSignature, recipientUserID, timestamp, version |
Constructor Summary | |
---|---|
GetBestOffersResponseType()
|
Method Summary | |
---|---|
BestOfferArrayType |
getBestOfferArray()
Gets the value of the bestOfferArray property. |
ItemType |
getItem()
Gets the value of the item property. |
ItemBestOffersArrayType |
getItemBestOffersArray()
Gets the value of the itemBestOffersArray property. |
Integer |
getPageNumber()
Gets the value of the pageNumber property. |
PaginationResultType |
getPaginationResult()
Gets the value of the paginationResult property. |
void |
setBestOfferArray(BestOfferArrayType value)
Sets the value of the bestOfferArray property. |
void |
setItem(ItemType value)
Sets the value of the item property. |
void |
setItemBestOffersArray(ItemBestOffersArrayType value)
Sets the value of the itemBestOffersArray property. |
void |
setPageNumber(Integer value)
Sets the value of the pageNumber property. |
void |
setPaginationResult(PaginationResultType value)
Sets the value of the paginationResult property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected BestOfferArrayType bestOfferArray
protected ItemType item
protected ItemBestOffersArrayType itemBestOffersArray
protected Integer pageNumber
protected PaginationResultType paginationResult
Constructor Detail |
---|
public GetBestOffersResponseType()
Method Detail |
---|
public BestOfferArrayType getBestOfferArray()
BestOfferArrayType
public void setBestOfferArray(BestOfferArrayType value)
value
- allowed object is
BestOfferArrayType
public ItemType getItem()
ItemType
public void setItem(ItemType value)
value
- allowed object is
ItemType
public ItemBestOffersArrayType getItemBestOffersArray()
ItemBestOffersArrayType
public void setItemBestOffersArray(ItemBestOffersArrayType value)
value
- allowed object is
ItemBestOffersArrayType
public Integer getPageNumber()
Integer
public void setPageNumber(Integer value)
value
- allowed object is
Integer
public PaginationResultType getPaginationResult()
PaginationResultType
public void setPaginationResult(PaginationResultType value)
value
- allowed object is
PaginationResultType
|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The information contained in this document is proprietary and confidential.
Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc.
For information regarding a qualifying NDA, contact Developer Relations:
developer-relations@ebay.com
© 2004-2009 eBay Inc. All rights reserved.