Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class GetBestOffersResponseType

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.AbstractResponseType
      extended by com.ebay.soap.eBLBaseComponents.GetBestOffersResponseType
All Implemented Interfaces:
Serializable

public class GetBestOffersResponseType
extends AbstractResponseType
implements Serializable

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>
 

See Also:
Serialized Form

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 com.ebay.soap.eBLBaseComponents.AbstractResponseType
_getAny, _getErrors, getAck, getAny, getAny, getAnyLength, getBotBlock, getBuild, getCorrelationID, getDuplicateInvocationDetails, getEIASToken, getErrors, getErrors, getErrorsLength, getExternalUserData, getHardExpirationWarning, getMessage, getNotificationEventName, getNotificationSignature, getRecipientUserID, getTimestamp, getVersion, setAck, setAny, setAny, setBotBlock, setBuild, setCorrelationID, setDuplicateInvocationDetails, setEIASToken, setErrors, setErrors, setExternalUserData, setHardExpirationWarning, setMessage, setNotificationEventName, setNotificationSignature, setRecipientUserID, setTimestamp, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bestOfferArray

protected BestOfferArrayType bestOfferArray

item

protected ItemType item

itemBestOffersArray

protected ItemBestOffersArrayType itemBestOffersArray

pageNumber

protected Integer pageNumber

paginationResult

protected PaginationResultType paginationResult
Constructor Detail

GetBestOffersResponseType

public GetBestOffersResponseType()
Method Detail

getBestOfferArray

public BestOfferArrayType getBestOfferArray()
Gets the value of the bestOfferArray property.

Returns:
possible object is BestOfferArrayType

setBestOfferArray

public void setBestOfferArray(BestOfferArrayType value)
Sets the value of the bestOfferArray property.

Parameters:
value - allowed object is BestOfferArrayType

getItem

public ItemType getItem()
Gets the value of the item property.

Returns:
possible object is ItemType

setItem

public void setItem(ItemType value)
Sets the value of the item property.

Parameters:
value - allowed object is ItemType

getItemBestOffersArray

public ItemBestOffersArrayType getItemBestOffersArray()
Gets the value of the itemBestOffersArray property.

Returns:
possible object is ItemBestOffersArrayType

setItemBestOffersArray

public void setItemBestOffersArray(ItemBestOffersArrayType value)
Sets the value of the itemBestOffersArray property.

Parameters:
value - allowed object is ItemBestOffersArrayType

getPageNumber

public Integer getPageNumber()
Gets the value of the pageNumber property.

Returns:
possible object is Integer

setPageNumber

public void setPageNumber(Integer value)
Sets the value of the pageNumber property.

Parameters:
value - allowed object is Integer

getPaginationResult

public PaginationResultType getPaginationResult()
Gets the value of the paginationResult property.

Returns:
possible object is PaginationResultType

setPaginationResult

public void setPaginationResult(PaginationResultType value)
Sets the value of the paginationResult property.

Parameters:
value - allowed object is PaginationResultType

Changes since
the last release

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.