Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class GetSellerEventsRequestType

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

public class GetSellerEventsRequestType
extends AbstractRequestType
implements Serializable

Retrieves price changes, item revisions, description revisions, and other changes that have occurred within the last 48 hours related to a seller's eBay listings.

Java class for GetSellerEventsRequestType complex type.

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

 <complexType name="GetSellerEventsRequestType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
       <sequence>
         <element name="UserID" type="{urn:ebay:apis:eBLBaseComponents}UserIDType" minOccurs="0"/>
         <element name="StartTimeFrom" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="StartTimeTo" type="{http://www.w3.org/2001/XMLSchema}dateTime" 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="ModTimeFrom" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="ModTimeTo" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="NewItemFilter" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="IncludeWatchCount" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="IncludeVariationSpecifics" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="HideVariations" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  Calendar endTimeFrom
           
protected  Calendar endTimeTo
           
protected  Boolean hideVariations
           
protected  Boolean includeVariationSpecifics
           
protected  Boolean includeWatchCount
           
protected  Calendar modTimeFrom
           
protected  Calendar modTimeTo
           
protected  Boolean newItemFilter
           
protected  Calendar startTimeFrom
           
protected  Calendar startTimeTo
           
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
GetSellerEventsRequestType()
           
 
Method Summary
 Calendar getEndTimeFrom()
          Gets the value of the endTimeFrom property.
 Calendar getEndTimeTo()
          Gets the value of the endTimeTo property.
 Calendar getModTimeFrom()
          Gets the value of the modTimeFrom property.
 Calendar getModTimeTo()
          Gets the value of the modTimeTo property.
 Calendar getStartTimeFrom()
          Gets the value of the startTimeFrom property.
 Calendar getStartTimeTo()
          Gets the value of the startTimeTo property.
 String getUserID()
          Gets the value of the userID property.
 Boolean isHideVariations()
          Gets the value of the hideVariations property.
 Boolean isIncludeVariationSpecifics()
          Gets the value of the includeVariationSpecifics property.
 Boolean isIncludeWatchCount()
          Gets the value of the includeWatchCount property.
 Boolean isNewItemFilter()
          Gets the value of the newItemFilter property.
 void setEndTimeFrom(Calendar value)
          Sets the value of the endTimeFrom property.
 void setEndTimeTo(Calendar value)
          Sets the value of the endTimeTo property.
 void setHideVariations(Boolean value)
          Sets the value of the hideVariations property.
 void setIncludeVariationSpecifics(Boolean value)
          Sets the value of the includeVariationSpecifics property.
 void setIncludeWatchCount(Boolean value)
          Sets the value of the includeWatchCount property.
 void setModTimeFrom(Calendar value)
          Sets the value of the modTimeFrom property.
 void setModTimeTo(Calendar value)
          Sets the value of the modTimeTo property.
 void setNewItemFilter(Boolean value)
          Sets the value of the newItemFilter property.
 void setStartTimeFrom(Calendar value)
          Sets the value of the startTimeFrom property.
 void setStartTimeTo(Calendar value)
          Sets the value of the startTimeTo 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

userID

protected String userID

startTimeFrom

protected Calendar startTimeFrom

startTimeTo

protected Calendar startTimeTo

endTimeFrom

protected Calendar endTimeFrom

endTimeTo

protected Calendar endTimeTo

modTimeFrom

protected Calendar modTimeFrom

modTimeTo

protected Calendar modTimeTo

newItemFilter

protected Boolean newItemFilter

includeWatchCount

protected Boolean includeWatchCount

includeVariationSpecifics

protected Boolean includeVariationSpecifics

hideVariations

protected Boolean hideVariations
Constructor Detail

GetSellerEventsRequestType

public GetSellerEventsRequestType()
Method Detail

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

getStartTimeFrom

public Calendar getStartTimeFrom()
Gets the value of the startTimeFrom property.

Returns:
possible object is String

setStartTimeFrom

public void setStartTimeFrom(Calendar value)
Sets the value of the startTimeFrom property.

Parameters:
value - allowed object is String

getStartTimeTo

public Calendar getStartTimeTo()
Gets the value of the startTimeTo property.

Returns:
possible object is String

setStartTimeTo

public void setStartTimeTo(Calendar value)
Sets the value of the startTimeTo property.

Parameters:
value - allowed object is String

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

getModTimeFrom

public Calendar getModTimeFrom()
Gets the value of the modTimeFrom property.

Returns:
possible object is String

setModTimeFrom

public void setModTimeFrom(Calendar value)
Sets the value of the modTimeFrom property.

Parameters:
value - allowed object is String

getModTimeTo

public Calendar getModTimeTo()
Gets the value of the modTimeTo property.

Returns:
possible object is String

setModTimeTo

public void setModTimeTo(Calendar value)
Sets the value of the modTimeTo property.

Parameters:
value - allowed object is String

isNewItemFilter

public Boolean isNewItemFilter()
Gets the value of the newItemFilter property.

Returns:
possible object is Boolean

setNewItemFilter

public void setNewItemFilter(Boolean value)
Sets the value of the newItemFilter property.

Parameters:
value - allowed object is Boolean

isIncludeWatchCount

public Boolean isIncludeWatchCount()
Gets the value of the includeWatchCount property.

Returns:
possible object is Boolean

setIncludeWatchCount

public void setIncludeWatchCount(Boolean value)
Sets the value of the includeWatchCount property.

Parameters:
value - allowed object is Boolean

isIncludeVariationSpecifics

public Boolean isIncludeVariationSpecifics()
Gets the value of the includeVariationSpecifics property.

Returns:
possible object is Boolean

setIncludeVariationSpecifics

public void setIncludeVariationSpecifics(Boolean value)
Sets the value of the includeVariationSpecifics property.

Parameters:
value - allowed object is Boolean

isHideVariations

public Boolean isHideVariations()
Gets the value of the hideVariations property.

Returns:
possible object is Boolean

setHideVariations

public void setHideVariations(Boolean value)
Sets the value of the hideVariations property.

Parameters:
value - allowed object is Boolean

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.