Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class GetBidderListRequestType

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.AbstractRequestType
      extended by com.ebay.soap.eBLBaseComponents.GetBidderListRequestType
All Implemented Interfaces:
Serializable

public class GetBidderListRequestType
extends AbstractRequestType
implements Serializable

Retrieves all items the user is currently bidding on, and the ones they have won or purchased. Retrieves all items the user is currently bidding on, and the ones they have won or purchased.

Java class for GetBidderListRequestType complex type.

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

 <complexType name="GetBidderListRequestType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
       <sequence>
         <element name="ActiveItemsOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="EndTimeFrom" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="EndTimeTo" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="UserID" type="{urn:ebay:apis:eBLBaseComponents}UserIDType" minOccurs="0"/>
         <element name="GranularityLevel" type="{urn:ebay:apis:eBLBaseComponents}GranularityLevelCodeType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  Boolean activeItemsOnly
           
protected  Calendar endTimeFrom
           
protected  Calendar endTimeTo
           
protected  GranularityLevelCodeType granularityLevel
           
protected  String userID
           
 
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType
any, botBlock, detailLevel, endUserIP, errorHandling, errorLanguage, invocationID, messageID, outputSelector, version, warningLevel
 
Constructor Summary
GetBidderListRequestType()
           
 
Method Summary
 Calendar getEndTimeFrom()
          Gets the value of the endTimeFrom property.
 Calendar getEndTimeTo()
          Gets the value of the endTimeTo property.
 GranularityLevelCodeType getGranularityLevel()
          Gets the value of the granularityLevel property.
 String getUserID()
          Gets the value of the userID property.
 Boolean isActiveItemsOnly()
          Gets the value of the activeItemsOnly property.
 void setActiveItemsOnly(Boolean value)
          Sets the value of the activeItemsOnly property.
 void setEndTimeFrom(Calendar value)
          Sets the value of the endTimeFrom property.
 void setEndTimeTo(Calendar value)
          Sets the value of the endTimeTo property.
 void setGranularityLevel(GranularityLevelCodeType value)
          Sets the value of the granularityLevel property.
 void setUserID(String value)
          Sets the value of the userID property.
 
Methods inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType
_getAny, _getDetailLevel, _getOutputSelector, getAny, getAny, getAnyLength, getBotBlock, getDetailLevel, getDetailLevel, getDetailLevelLength, getEndUserIP, getErrorHandling, getErrorLanguage, getInvocationID, getMessageID, getOutputSelector, getOutputSelector, getOutputSelectorLength, getVersion, getWarningLevel, setAny, setAny, setBotBlock, setDetailLevel, setDetailLevel, setEndUserIP, setErrorHandling, setErrorLanguage, setInvocationID, setMessageID, setOutputSelector, setOutputSelector, setVersion, setWarningLevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

activeItemsOnly

protected Boolean activeItemsOnly

endTimeFrom

protected Calendar endTimeFrom

endTimeTo

protected Calendar endTimeTo

userID

protected String userID

granularityLevel

protected GranularityLevelCodeType granularityLevel
Constructor Detail

GetBidderListRequestType

public GetBidderListRequestType()
Method Detail

isActiveItemsOnly

public Boolean isActiveItemsOnly()
Gets the value of the activeItemsOnly property.

Returns:
possible object is Boolean

setActiveItemsOnly

public void setActiveItemsOnly(Boolean value)
Sets the value of the activeItemsOnly property.

Parameters:
value - allowed object is Boolean

getEndTimeFrom

public Calendar getEndTimeFrom()
Gets the value of the endTimeFrom property.

Returns:
possible object is String

setEndTimeFrom

public void setEndTimeFrom(Calendar value)
Sets the value of the endTimeFrom property.

Parameters:
value - allowed object is String

getEndTimeTo

public Calendar getEndTimeTo()
Gets the value of the endTimeTo property.

Returns:
possible object is String

setEndTimeTo

public void setEndTimeTo(Calendar value)
Sets the value of the endTimeTo property.

Parameters:
value - allowed object is String

getUserID

public String getUserID()
Gets the value of the userID property.

Returns:
possible object is String

setUserID

public void setUserID(String value)
Sets the value of the userID property.

Parameters:
value - allowed object is String

getGranularityLevel

public GranularityLevelCodeType getGranularityLevel()
Gets the value of the granularityLevel property.

Returns:
possible object is GranularityLevelCodeType

setGranularityLevel

public void setGranularityLevel(GranularityLevelCodeType value)
Sets the value of the granularityLevel property.

Parameters:
value - allowed object is GranularityLevelCodeType

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.