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:
java.io.Serializable

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

startTimeFrom

protected java.util.Calendar startTimeFrom

startTimeTo

protected java.util.Calendar startTimeTo

endTimeFrom

protected java.util.Calendar endTimeFrom

endTimeTo

protected java.util.Calendar endTimeTo

modTimeFrom

protected java.util.Calendar modTimeFrom

modTimeTo

protected java.util.Calendar modTimeTo

newItemFilter

protected java.lang.Boolean newItemFilter

includeWatchCount

protected java.lang.Boolean includeWatchCount

includeVariationSpecifics

protected java.lang.Boolean includeVariationSpecifics

hideVariations

protected java.lang.Boolean hideVariations
Constructor Detail

GetSellerEventsRequestType

public GetSellerEventsRequestType()
Method Detail

getUserID

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

Returns:
possible object is String

setUserID

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

Parameters:
value - allowed object is String

getStartTimeFrom

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

Returns:
possible object is String

setStartTimeFrom

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

Parameters:
value - allowed object is String

getStartTimeTo

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

Returns:
possible object is String

setStartTimeTo

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

Parameters:
value - allowed object is String

getEndTimeFrom

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

Returns:
possible object is String

setEndTimeFrom

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

Parameters:
value - allowed object is String

getEndTimeTo

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

Returns:
possible object is String

setEndTimeTo

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

Parameters:
value - allowed object is String

getModTimeFrom

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

Returns:
possible object is String

setModTimeFrom

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

Parameters:
value - allowed object is String

getModTimeTo

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

Returns:
possible object is String

setModTimeTo

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

Parameters:
value - allowed object is String

isNewItemFilter

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

Returns:
possible object is Boolean

setNewItemFilter

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

Parameters:
value - allowed object is Boolean

isIncludeWatchCount

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

Returns:
possible object is Boolean

setIncludeWatchCount

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

Parameters:
value - allowed object is Boolean

isIncludeVariationSpecifics

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

Returns:
possible object is Boolean

setIncludeVariationSpecifics

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

Parameters:
value - allowed object is Boolean

isHideVariations

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

Returns:
possible object is Boolean

setHideVariations

public void setHideVariations(java.lang.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.