Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class GetUserDisputesResponseType

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

public class GetUserDisputesResponseType
extends AbstractResponseType
implements java.io.Serializable

Returns a list of disputes that involve the calling user as buyer or seller, in response to a GetUserDisputesRequest.

Java class for GetUserDisputesResponseType complex type.

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

 <complexType name="GetUserDisputesResponseType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractResponseType">
       <sequence>
         <element name="StartingDisputeID" type="{urn:ebay:apis:eBLBaseComponents}DisputeIDType" minOccurs="0"/>
         <element name="EndingDisputeID" type="{urn:ebay:apis:eBLBaseComponents}DisputeIDType" minOccurs="0"/>
         <element name="DisputeArray" type="{urn:ebay:apis:eBLBaseComponents}DisputeArrayType" minOccurs="0"/>
         <element name="ItemsPerPage" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="PageNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="DisputeFilterCount" type="{urn:ebay:apis:eBLBaseComponents}DisputeFilterCountType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="PaginationResult" type="{urn:ebay:apis:eBLBaseComponents}PaginationResultType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  DisputeArrayType disputeArray
           
protected  java.util.List<DisputeFilterCountType> disputeFilterCount
           
protected  java.lang.String endingDisputeID
           
protected  java.lang.Integer itemsPerPage
           
protected  java.lang.Integer pageNumber
           
protected  PaginationResultType paginationResult
           
protected  java.lang.String startingDisputeID
           
 
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractResponseType
ack, any, botBlock, build, correlationID, duplicateInvocationDetails, eiasToken, errors, externalUserData, hardExpirationWarning, message, notificationEventName, notificationSignature, recipientUserID, timestamp, version
 
Constructor Summary
GetUserDisputesResponseType()
           
 
Method Summary
protected  java.util.List<DisputeFilterCountType> _getDisputeFilterCount()
           
 DisputeArrayType getDisputeArray()
          Gets the value of the disputeArray property.
 DisputeFilterCountType[] getDisputeFilterCount()
           
 DisputeFilterCountType getDisputeFilterCount(int idx)
           
 int getDisputeFilterCountLength()
           
 java.lang.String getEndingDisputeID()
          Gets the value of the endingDisputeID property.
 java.lang.Integer getItemsPerPage()
          Gets the value of the itemsPerPage property.
 java.lang.Integer getPageNumber()
          Gets the value of the pageNumber property.
 PaginationResultType getPaginationResult()
          Gets the value of the paginationResult property.
 java.lang.String getStartingDisputeID()
          Gets the value of the startingDisputeID property.
 void setDisputeArray(DisputeArrayType value)
          Sets the value of the disputeArray property.
 void setDisputeFilterCount(DisputeFilterCountType[] values)
           
 DisputeFilterCountType setDisputeFilterCount(int idx, DisputeFilterCountType value)
           
 void setEndingDisputeID(java.lang.String value)
          Sets the value of the endingDisputeID property.
 void setItemsPerPage(java.lang.Integer value)
          Sets the value of the itemsPerPage property.
 void setPageNumber(java.lang.Integer value)
          Sets the value of the pageNumber property.
 void setPaginationResult(PaginationResultType value)
          Sets the value of the paginationResult property.
 void setStartingDisputeID(java.lang.String value)
          Sets the value of the startingDisputeID property.
 
Methods inherited from class com.ebay.soap.eBLBaseComponents.AbstractResponseType
_getAny, _getErrors, getAck, getAny, getAny, getAnyLength, getBotBlock, getBuild, getCorrelationID, getDuplicateInvocationDetails, getEIASToken, getErrors, getErrors, getErrorsLength, getExternalUserData, getHardExpirationWarning, getMessage, getNotificationEventName, getNotificationSignature, getRecipientUserID, getTimestamp, getVersion, setAck, setAny, setAny, setBotBlock, setBuild, setCorrelationID, setDuplicateInvocationDetails, setEIASToken, setErrors, setErrors, setExternalUserData, setHardExpirationWarning, setMessage, setNotificationEventName, setNotificationSignature, setRecipientUserID, setTimestamp, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

startingDisputeID

protected java.lang.String startingDisputeID

endingDisputeID

protected java.lang.String endingDisputeID

disputeArray

protected DisputeArrayType disputeArray

itemsPerPage

protected java.lang.Integer itemsPerPage

pageNumber

protected java.lang.Integer pageNumber

disputeFilterCount

protected java.util.List<DisputeFilterCountType> disputeFilterCount

paginationResult

protected PaginationResultType paginationResult
Constructor Detail

GetUserDisputesResponseType

public GetUserDisputesResponseType()
Method Detail

getStartingDisputeID

public java.lang.String getStartingDisputeID()
Gets the value of the startingDisputeID property.

Returns:
possible object is String

setStartingDisputeID

public void setStartingDisputeID(java.lang.String value)
Sets the value of the startingDisputeID property.

Parameters:
value - allowed object is String

getEndingDisputeID

public java.lang.String getEndingDisputeID()
Gets the value of the endingDisputeID property.

Returns:
possible object is String

setEndingDisputeID

public void setEndingDisputeID(java.lang.String value)
Sets the value of the endingDisputeID property.

Parameters:
value - allowed object is String

getDisputeArray

public DisputeArrayType getDisputeArray()
Gets the value of the disputeArray property.

Returns:
possible object is DisputeArrayType

setDisputeArray

public void setDisputeArray(DisputeArrayType value)
Sets the value of the disputeArray property.

Parameters:
value - allowed object is DisputeArrayType

getItemsPerPage

public java.lang.Integer getItemsPerPage()
Gets the value of the itemsPerPage property.

Returns:
possible object is Integer

setItemsPerPage

public void setItemsPerPage(java.lang.Integer value)
Sets the value of the itemsPerPage property.

Parameters:
value - allowed object is Integer

getPageNumber

public java.lang.Integer getPageNumber()
Gets the value of the pageNumber property.

Returns:
possible object is Integer

setPageNumber

public void setPageNumber(java.lang.Integer value)
Sets the value of the pageNumber property.

Parameters:
value - allowed object is Integer

getDisputeFilterCount

public DisputeFilterCountType[] getDisputeFilterCount()
Returns:
array of DisputeFilterCountType

getDisputeFilterCount

public DisputeFilterCountType getDisputeFilterCount(int idx)
Returns:
one of DisputeFilterCountType

getDisputeFilterCountLength

public int getDisputeFilterCountLength()

setDisputeFilterCount

public void setDisputeFilterCount(DisputeFilterCountType[] values)
Parameters:
values - allowed objects are DisputeFilterCountType

_getDisputeFilterCount

protected java.util.List<DisputeFilterCountType> _getDisputeFilterCount()

setDisputeFilterCount

public DisputeFilterCountType setDisputeFilterCount(int idx,
                                                    DisputeFilterCountType value)
Parameters:
value - allowed object is DisputeFilterCountType

getPaginationResult

public PaginationResultType getPaginationResult()
Gets the value of the paginationResult property.

Returns:
possible object is PaginationResultType

setPaginationResult

public void setPaginationResult(PaginationResultType value)
Sets the value of the paginationResult property.

Parameters:
value - allowed object is PaginationResultType

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.