Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class RemindersType

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

public class RemindersType
extends java.lang.Object
implements java.io.Serializable

This type contains the counts of various eBay Buying and Seller Reminders that are returned in the GetMyeBayReminders call.

Java class for RemindersType complex type.

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

 <complexType name="RemindersType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="PaymentToSendCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="FeedbackToReceiveCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="FeedbackToSendCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="OutbidCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="PaymentToReceiveCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="SecondChanceOfferCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="ShippingNeededCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="RelistingNeededCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="TotalNewLeadsCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="DocsForCCProcessingToSendCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="RTEToProcessCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="ItemReceiptToConfirmCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="RefundOnHoldCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="RefundCancelledCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="ShippingDetailsToBeProvidedCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="ItemReceiptConfirmationToReceiveCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="RefundInitiatedCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="PendingRTERequestCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="DeclinedRTERequestCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <any/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.util.List<java.lang.Object> any
           
protected  java.lang.Integer declinedRTERequestCount
           
protected  java.lang.Integer docsForCCProcessingToSendCount
           
protected  java.lang.Integer feedbackToReceiveCount
           
protected  java.lang.Integer feedbackToSendCount
           
protected  java.lang.Integer itemReceiptConfirmationToReceiveCount
           
protected  java.lang.Integer itemReceiptToConfirmCount
           
protected  java.lang.Integer outbidCount
           
protected  java.lang.Integer paymentToReceiveCount
           
protected  java.lang.Integer paymentToSendCount
           
protected  java.lang.Integer pendingRTERequestCount
           
protected  java.lang.Integer refundCancelledCount
           
protected  java.lang.Integer refundInitiatedCount
           
protected  java.lang.Integer refundOnHoldCount
           
protected  java.lang.Integer relistingNeededCount
           
protected  java.lang.Integer rteToProcessCount
           
protected  java.lang.Integer secondChanceOfferCount
           
protected  java.lang.Integer shippingDetailsToBeProvidedCount
           
protected  java.lang.Integer shippingNeededCount
           
protected  java.lang.Integer totalNewLeadsCount
           
 
Constructor Summary
RemindersType()
           
 
Method Summary
protected  java.util.List<java.lang.Object> _getAny()
           
 java.lang.Object[] getAny()
           
 java.lang.Object getAny(int idx)
           
 int getAnyLength()
           
 java.lang.Integer getDeclinedRTERequestCount()
          Gets the value of the declinedRTERequestCount property.
 java.lang.Integer getDocsForCCProcessingToSendCount()
          Gets the value of the docsForCCProcessingToSendCount property.
 java.lang.Integer getFeedbackToReceiveCount()
          Gets the value of the feedbackToReceiveCount property.
 java.lang.Integer getFeedbackToSendCount()
          Gets the value of the feedbackToSendCount property.
 java.lang.Integer getItemReceiptConfirmationToReceiveCount()
          Gets the value of the itemReceiptConfirmationToReceiveCount property.
 java.lang.Integer getItemReceiptToConfirmCount()
          Gets the value of the itemReceiptToConfirmCount property.
 java.lang.Integer getOutbidCount()
          Gets the value of the outbidCount property.
 java.lang.Integer getPaymentToReceiveCount()
          Gets the value of the paymentToReceiveCount property.
 java.lang.Integer getPaymentToSendCount()
          Gets the value of the paymentToSendCount property.
 java.lang.Integer getPendingRTERequestCount()
          Gets the value of the pendingRTERequestCount property.
 java.lang.Integer getRefundCancelledCount()
          Gets the value of the refundCancelledCount property.
 java.lang.Integer getRefundInitiatedCount()
          Gets the value of the refundInitiatedCount property.
 java.lang.Integer getRefundOnHoldCount()
          Gets the value of the refundOnHoldCount property.
 java.lang.Integer getRelistingNeededCount()
          Gets the value of the relistingNeededCount property.
 java.lang.Integer getRTEToProcessCount()
          Gets the value of the rteToProcessCount property.
 java.lang.Integer getSecondChanceOfferCount()
          Gets the value of the secondChanceOfferCount property.
 java.lang.Integer getShippingDetailsToBeProvidedCount()
          Gets the value of the shippingDetailsToBeProvidedCount property.
 java.lang.Integer getShippingNeededCount()
          Gets the value of the shippingNeededCount property.
 java.lang.Integer getTotalNewLeadsCount()
          Gets the value of the totalNewLeadsCount property.
 java.lang.Object setAny(int idx, java.lang.Object value)
           
 void setAny(java.lang.Object[] values)
           
 void setDeclinedRTERequestCount(java.lang.Integer value)
          Sets the value of the declinedRTERequestCount property.
 void setDocsForCCProcessingToSendCount(java.lang.Integer value)
          Sets the value of the docsForCCProcessingToSendCount property.
 void setFeedbackToReceiveCount(java.lang.Integer value)
          Sets the value of the feedbackToReceiveCount property.
 void setFeedbackToSendCount(java.lang.Integer value)
          Sets the value of the feedbackToSendCount property.
 void setItemReceiptConfirmationToReceiveCount(java.lang.Integer value)
          Sets the value of the itemReceiptConfirmationToReceiveCount property.
 void setItemReceiptToConfirmCount(java.lang.Integer value)
          Sets the value of the itemReceiptToConfirmCount property.
 void setOutbidCount(java.lang.Integer value)
          Sets the value of the outbidCount property.
 void setPaymentToReceiveCount(java.lang.Integer value)
          Sets the value of the paymentToReceiveCount property.
 void setPaymentToSendCount(java.lang.Integer value)
          Sets the value of the paymentToSendCount property.
 void setPendingRTERequestCount(java.lang.Integer value)
          Sets the value of the pendingRTERequestCount property.
 void setRefundCancelledCount(java.lang.Integer value)
          Sets the value of the refundCancelledCount property.
 void setRefundInitiatedCount(java.lang.Integer value)
          Sets the value of the refundInitiatedCount property.
 void setRefundOnHoldCount(java.lang.Integer value)
          Sets the value of the refundOnHoldCount property.
 void setRelistingNeededCount(java.lang.Integer value)
          Sets the value of the relistingNeededCount property.
 void setRTEToProcessCount(java.lang.Integer value)
          Sets the value of the rteToProcessCount property.
 void setSecondChanceOfferCount(java.lang.Integer value)
          Sets the value of the secondChanceOfferCount property.
 void setShippingDetailsToBeProvidedCount(java.lang.Integer value)
          Sets the value of the shippingDetailsToBeProvidedCount property.
 void setShippingNeededCount(java.lang.Integer value)
          Sets the value of the shippingNeededCount property.
 void setTotalNewLeadsCount(java.lang.Integer value)
          Sets the value of the totalNewLeadsCount property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

paymentToSendCount

protected java.lang.Integer paymentToSendCount

feedbackToReceiveCount

protected java.lang.Integer feedbackToReceiveCount

feedbackToSendCount

protected java.lang.Integer feedbackToSendCount

outbidCount

protected java.lang.Integer outbidCount

paymentToReceiveCount

protected java.lang.Integer paymentToReceiveCount

secondChanceOfferCount

protected java.lang.Integer secondChanceOfferCount

shippingNeededCount

protected java.lang.Integer shippingNeededCount

relistingNeededCount

protected java.lang.Integer relistingNeededCount

totalNewLeadsCount

protected java.lang.Integer totalNewLeadsCount

docsForCCProcessingToSendCount

protected java.lang.Integer docsForCCProcessingToSendCount

rteToProcessCount

protected java.lang.Integer rteToProcessCount

itemReceiptToConfirmCount

protected java.lang.Integer itemReceiptToConfirmCount

refundOnHoldCount

protected java.lang.Integer refundOnHoldCount

refundCancelledCount

protected java.lang.Integer refundCancelledCount

shippingDetailsToBeProvidedCount

protected java.lang.Integer shippingDetailsToBeProvidedCount

itemReceiptConfirmationToReceiveCount

protected java.lang.Integer itemReceiptConfirmationToReceiveCount

refundInitiatedCount

protected java.lang.Integer refundInitiatedCount

pendingRTERequestCount

protected java.lang.Integer pendingRTERequestCount

declinedRTERequestCount

protected java.lang.Integer declinedRTERequestCount

any

protected java.util.List<java.lang.Object> any
Constructor Detail

RemindersType

public RemindersType()
Method Detail

getPaymentToSendCount

public java.lang.Integer getPaymentToSendCount()
Gets the value of the paymentToSendCount property.

Returns:
possible object is Integer

setPaymentToSendCount

public void setPaymentToSendCount(java.lang.Integer value)
Sets the value of the paymentToSendCount property.

Parameters:
value - allowed object is Integer

getFeedbackToReceiveCount

public java.lang.Integer getFeedbackToReceiveCount()
Gets the value of the feedbackToReceiveCount property.

Returns:
possible object is Integer

setFeedbackToReceiveCount

public void setFeedbackToReceiveCount(java.lang.Integer value)
Sets the value of the feedbackToReceiveCount property.

Parameters:
value - allowed object is Integer

getFeedbackToSendCount

public java.lang.Integer getFeedbackToSendCount()
Gets the value of the feedbackToSendCount property.

Returns:
possible object is Integer

setFeedbackToSendCount

public void setFeedbackToSendCount(java.lang.Integer value)
Sets the value of the feedbackToSendCount property.

Parameters:
value - allowed object is Integer

getOutbidCount

public java.lang.Integer getOutbidCount()
Gets the value of the outbidCount property.

Returns:
possible object is Integer

setOutbidCount

public void setOutbidCount(java.lang.Integer value)
Sets the value of the outbidCount property.

Parameters:
value - allowed object is Integer

getPaymentToReceiveCount

public java.lang.Integer getPaymentToReceiveCount()
Gets the value of the paymentToReceiveCount property.

Returns:
possible object is Integer

setPaymentToReceiveCount

public void setPaymentToReceiveCount(java.lang.Integer value)
Sets the value of the paymentToReceiveCount property.

Parameters:
value - allowed object is Integer

getSecondChanceOfferCount

public java.lang.Integer getSecondChanceOfferCount()
Gets the value of the secondChanceOfferCount property.

Returns:
possible object is Integer

setSecondChanceOfferCount

public void setSecondChanceOfferCount(java.lang.Integer value)
Sets the value of the secondChanceOfferCount property.

Parameters:
value - allowed object is Integer

getShippingNeededCount

public java.lang.Integer getShippingNeededCount()
Gets the value of the shippingNeededCount property.

Returns:
possible object is Integer

setShippingNeededCount

public void setShippingNeededCount(java.lang.Integer value)
Sets the value of the shippingNeededCount property.

Parameters:
value - allowed object is Integer

getRelistingNeededCount

public java.lang.Integer getRelistingNeededCount()
Gets the value of the relistingNeededCount property.

Returns:
possible object is Integer

setRelistingNeededCount

public void setRelistingNeededCount(java.lang.Integer value)
Sets the value of the relistingNeededCount property.

Parameters:
value - allowed object is Integer

getTotalNewLeadsCount

public java.lang.Integer getTotalNewLeadsCount()
Gets the value of the totalNewLeadsCount property.

Returns:
possible object is Integer

setTotalNewLeadsCount

public void setTotalNewLeadsCount(java.lang.Integer value)
Sets the value of the totalNewLeadsCount property.

Parameters:
value - allowed object is Integer

getDocsForCCProcessingToSendCount

public java.lang.Integer getDocsForCCProcessingToSendCount()
Gets the value of the docsForCCProcessingToSendCount property.

Returns:
possible object is Integer

setDocsForCCProcessingToSendCount

public void setDocsForCCProcessingToSendCount(java.lang.Integer value)
Sets the value of the docsForCCProcessingToSendCount property.

Parameters:
value - allowed object is Integer

getRTEToProcessCount

public java.lang.Integer getRTEToProcessCount()
Gets the value of the rteToProcessCount property.

Returns:
possible object is Integer

setRTEToProcessCount

public void setRTEToProcessCount(java.lang.Integer value)
Sets the value of the rteToProcessCount property.

Parameters:
value - allowed object is Integer

getItemReceiptToConfirmCount

public java.lang.Integer getItemReceiptToConfirmCount()
Gets the value of the itemReceiptToConfirmCount property.

Returns:
possible object is Integer

setItemReceiptToConfirmCount

public void setItemReceiptToConfirmCount(java.lang.Integer value)
Sets the value of the itemReceiptToConfirmCount property.

Parameters:
value - allowed object is Integer

getRefundOnHoldCount

public java.lang.Integer getRefundOnHoldCount()
Gets the value of the refundOnHoldCount property.

Returns:
possible object is Integer

setRefundOnHoldCount

public void setRefundOnHoldCount(java.lang.Integer value)
Sets the value of the refundOnHoldCount property.

Parameters:
value - allowed object is Integer

getRefundCancelledCount

public java.lang.Integer getRefundCancelledCount()
Gets the value of the refundCancelledCount property.

Returns:
possible object is Integer

setRefundCancelledCount

public void setRefundCancelledCount(java.lang.Integer value)
Sets the value of the refundCancelledCount property.

Parameters:
value - allowed object is Integer

getShippingDetailsToBeProvidedCount

public java.lang.Integer getShippingDetailsToBeProvidedCount()
Gets the value of the shippingDetailsToBeProvidedCount property.

Returns:
possible object is Integer

setShippingDetailsToBeProvidedCount

public void setShippingDetailsToBeProvidedCount(java.lang.Integer value)
Sets the value of the shippingDetailsToBeProvidedCount property.

Parameters:
value - allowed object is Integer

getItemReceiptConfirmationToReceiveCount

public java.lang.Integer getItemReceiptConfirmationToReceiveCount()
Gets the value of the itemReceiptConfirmationToReceiveCount property.

Returns:
possible object is Integer

setItemReceiptConfirmationToReceiveCount

public void setItemReceiptConfirmationToReceiveCount(java.lang.Integer value)
Sets the value of the itemReceiptConfirmationToReceiveCount property.

Parameters:
value - allowed object is Integer

getRefundInitiatedCount

public java.lang.Integer getRefundInitiatedCount()
Gets the value of the refundInitiatedCount property.

Returns:
possible object is Integer

setRefundInitiatedCount

public void setRefundInitiatedCount(java.lang.Integer value)
Sets the value of the refundInitiatedCount property.

Parameters:
value - allowed object is Integer

getPendingRTERequestCount

public java.lang.Integer getPendingRTERequestCount()
Gets the value of the pendingRTERequestCount property.

Returns:
possible object is Integer

setPendingRTERequestCount

public void setPendingRTERequestCount(java.lang.Integer value)
Sets the value of the pendingRTERequestCount property.

Parameters:
value - allowed object is Integer

getDeclinedRTERequestCount

public java.lang.Integer getDeclinedRTERequestCount()
Gets the value of the declinedRTERequestCount property.

Returns:
possible object is Integer

setDeclinedRTERequestCount

public void setDeclinedRTERequestCount(java.lang.Integer value)
Sets the value of the declinedRTERequestCount property.

Parameters:
value - allowed object is Integer

getAny

public java.lang.Object[] getAny()
Returns:
array of Object Element

getAny

public java.lang.Object getAny(int idx)
Returns:
one of Object Element

getAnyLength

public int getAnyLength()

setAny

public void setAny(java.lang.Object[] values)
Parameters:
values - allowed objects are Object Element

_getAny

protected java.util.List<java.lang.Object> _getAny()

setAny

public java.lang.Object setAny(int idx,
                               java.lang.Object value)
Parameters:
value - allowed object is Object Element

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.