Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class GetSellerListResponseType

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

public class GetSellerListResponseType
extends AbstractResponseType
implements java.io.Serializable

This is the base response type of the GetSellerList call. The GetSellerList response includes an array of one or more listings that matched the input criteria, as well as pagination data.

Java class for GetSellerListResponseType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetSellerListResponseType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractResponseType">
       <sequence>
         <element name="PaginationResult" type="{urn:ebay:apis:eBLBaseComponents}PaginationResultType" minOccurs="0"/>
         <element name="HasMoreItems" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="ItemArray" type="{urn:ebay:apis:eBLBaseComponents}ItemArrayType" minOccurs="0"/>
         <element name="ItemsPerPage" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="PageNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="ReturnedItemCountActual" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="Seller" type="{urn:ebay:apis:eBLBaseComponents}UserType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.lang.Boolean hasMoreItems
           
protected  ItemArrayType itemArray
           
protected  java.lang.Integer itemsPerPage
           
protected  java.lang.Integer pageNumber
           
protected  PaginationResultType paginationResult
           
protected  java.lang.Integer returnedItemCountActual
           
protected  UserType seller
           
 
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
GetSellerListResponseType()
           
 
Method Summary
 ItemArrayType getItemArray()
          Gets the value of the itemArray property.
 java.lang.Integer getItemsPerPage()
          Gets the value of the itemsPerPage property.
 java.lang.Integer getPageNumber()
          Gets the value of the pageNumber property.
 PaginationResultType getPaginationResult()
          Gets the value of the paginationResult property.
 java.lang.Integer getReturnedItemCountActual()
          Gets the value of the returnedItemCountActual property.
 UserType getSeller()
          Gets the value of the seller property.
 java.lang.Boolean isHasMoreItems()
          Gets the value of the hasMoreItems property.
 void setHasMoreItems(java.lang.Boolean value)
          Sets the value of the hasMoreItems property.
 void setItemArray(ItemArrayType value)
          Sets the value of the itemArray property.
 void setItemsPerPage(java.lang.Integer value)
          Sets the value of the itemsPerPage property.
 void setPageNumber(java.lang.Integer value)
          Sets the value of the pageNumber property.
 void setPaginationResult(PaginationResultType value)
          Sets the value of the paginationResult property.
 void setReturnedItemCountActual(java.lang.Integer value)
          Sets the value of the returnedItemCountActual property.
 void setSeller(UserType value)
          Sets the value of the seller 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

paginationResult

protected PaginationResultType paginationResult

hasMoreItems

protected java.lang.Boolean hasMoreItems

itemArray

protected ItemArrayType itemArray

itemsPerPage

protected java.lang.Integer itemsPerPage

pageNumber

protected java.lang.Integer pageNumber

returnedItemCountActual

protected java.lang.Integer returnedItemCountActual

seller

protected UserType seller
Constructor Detail

GetSellerListResponseType

public GetSellerListResponseType()
Method Detail

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

isHasMoreItems

public java.lang.Boolean isHasMoreItems()
Gets the value of the hasMoreItems property.

Returns:
possible object is Boolean

setHasMoreItems

public void setHasMoreItems(java.lang.Boolean value)
Sets the value of the hasMoreItems property.

Parameters:
value - allowed object is Boolean

getItemArray

public ItemArrayType getItemArray()
Gets the value of the itemArray property.

Returns:
possible object is ItemArrayType

setItemArray

public void setItemArray(ItemArrayType value)
Sets the value of the itemArray property.

Parameters:
value - allowed object is ItemArrayType

getItemsPerPage

public java.lang.Integer getItemsPerPage()
Gets the value of the itemsPerPage property.

Returns:
possible object is Integer

setItemsPerPage

public void setItemsPerPage(java.lang.Integer value)
Sets the value of the itemsPerPage property.

Parameters:
value - allowed object is Integer

getPageNumber

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

Returns:
possible object is Integer

setPageNumber

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

Parameters:
value - allowed object is Integer

getReturnedItemCountActual

public java.lang.Integer getReturnedItemCountActual()
Gets the value of the returnedItemCountActual property.

Returns:
possible object is Integer

setReturnedItemCountActual

public void setReturnedItemCountActual(java.lang.Integer value)
Sets the value of the returnedItemCountActual property.

Parameters:
value - allowed object is Integer

getSeller

public UserType getSeller()
Gets the value of the seller property.

Returns:
possible object is UserType

setSeller

public void setSeller(UserType value)
Sets the value of the seller property.

Parameters:
value - allowed object is UserType

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.