Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class GetMyeBayRemindersRequestType

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

public class GetMyeBayRemindersRequestType
extends AbstractRequestType
implements Serializable

This is the base request type of the GetMyeBayReminders call. This call returns the total counts for My eBay Buying and/or My eBay Selling Reminders for a user.

Java class for GetMyeBayRemindersRequestType complex type.

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

 <complexType name="GetMyeBayRemindersRequestType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
       <sequence>
         <element name="BuyingReminders" type="{urn:ebay:apis:eBLBaseComponents}ReminderCustomizationType" minOccurs="0"/>
         <element name="SellingReminders" type="{urn:ebay:apis:eBLBaseComponents}ReminderCustomizationType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  ReminderCustomizationType buyingReminders
           
protected  ReminderCustomizationType sellingReminders
           
 
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType
any, botBlock, detailLevel, endUserIP, errorHandling, errorLanguage, invocationID, messageID, outputSelector, version, warningLevel
 
Constructor Summary
GetMyeBayRemindersRequestType()
           
 
Method Summary
 ReminderCustomizationType getBuyingReminders()
          Gets the value of the buyingReminders property.
 ReminderCustomizationType getSellingReminders()
          Gets the value of the sellingReminders property.
 void setBuyingReminders(ReminderCustomizationType value)
          Sets the value of the buyingReminders property.
 void setSellingReminders(ReminderCustomizationType value)
          Sets the value of the sellingReminders 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

buyingReminders

protected ReminderCustomizationType buyingReminders

sellingReminders

protected ReminderCustomizationType sellingReminders
Constructor Detail

GetMyeBayRemindersRequestType

public GetMyeBayRemindersRequestType()
Method Detail

getBuyingReminders

public ReminderCustomizationType getBuyingReminders()
Gets the value of the buyingReminders property.

Returns:
possible object is ReminderCustomizationType

setBuyingReminders

public void setBuyingReminders(ReminderCustomizationType value)
Sets the value of the buyingReminders property.

Parameters:
value - allowed object is ReminderCustomizationType

getSellingReminders

public ReminderCustomizationType getSellingReminders()
Gets the value of the sellingReminders property.

Returns:
possible object is ReminderCustomizationType

setSellingReminders

public void setSellingReminders(ReminderCustomizationType value)
Sets the value of the sellingReminders property.

Parameters:
value - allowed object is ReminderCustomizationType

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.