|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ebay.soap.eBLBaseComponents.AbstractResponseType
com.ebay.soap.eBLBaseComponents.GetUserDisputesResponseType
public class GetUserDisputesResponseType
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>
Field Summary | |
---|---|
protected DisputeArrayType |
disputeArray
|
protected List<DisputeFilterCountType> |
disputeFilterCount
|
protected String |
endingDisputeID
|
protected Integer |
itemsPerPage
|
protected Integer |
pageNumber
|
protected PaginationResultType |
paginationResult
|
protected 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 List<DisputeFilterCountType> |
_getDisputeFilterCount()
|
DisputeArrayType |
getDisputeArray()
Gets the value of the disputeArray property. |
DisputeFilterCountType[] |
getDisputeFilterCount()
|
DisputeFilterCountType |
getDisputeFilterCount(int idx)
|
int |
getDisputeFilterCountLength()
|
String |
getEndingDisputeID()
Gets the value of the endingDisputeID property. |
Integer |
getItemsPerPage()
Gets the value of the itemsPerPage property. |
Integer |
getPageNumber()
Gets the value of the pageNumber property. |
PaginationResultType |
getPaginationResult()
Gets the value of the paginationResult property. |
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(String value)
Sets the value of the endingDisputeID property. |
void |
setItemsPerPage(Integer value)
Sets the value of the itemsPerPage property. |
void |
setPageNumber(Integer value)
Sets the value of the pageNumber property. |
void |
setPaginationResult(PaginationResultType value)
Sets the value of the paginationResult property. |
void |
setStartingDisputeID(String value)
Sets the value of the startingDisputeID property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String startingDisputeID
protected String endingDisputeID
protected DisputeArrayType disputeArray
protected Integer itemsPerPage
protected Integer pageNumber
protected List<DisputeFilterCountType> disputeFilterCount
protected PaginationResultType paginationResult
Constructor Detail |
---|
public GetUserDisputesResponseType()
Method Detail |
---|
public String getStartingDisputeID()
String
public void setStartingDisputeID(String value)
value
- allowed object is
String
public String getEndingDisputeID()
String
public void setEndingDisputeID(String value)
value
- allowed object is
String
public DisputeArrayType getDisputeArray()
DisputeArrayType
public void setDisputeArray(DisputeArrayType value)
value
- allowed object is
DisputeArrayType
public Integer getItemsPerPage()
Integer
public void setItemsPerPage(Integer value)
value
- allowed object is
Integer
public Integer getPageNumber()
Integer
public void setPageNumber(Integer value)
value
- allowed object is
Integer
public DisputeFilterCountType[] getDisputeFilterCount()
DisputeFilterCountType
public DisputeFilterCountType getDisputeFilterCount(int idx)
DisputeFilterCountType
public int getDisputeFilterCountLength()
public void setDisputeFilterCount(DisputeFilterCountType[] values)
values
- allowed objects are
DisputeFilterCountType
protected List<DisputeFilterCountType> _getDisputeFilterCount()
public DisputeFilterCountType setDisputeFilterCount(int idx, DisputeFilterCountType value)
value
- allowed object is
DisputeFilterCountType
public PaginationResultType getPaginationResult()
PaginationResultType
public void setPaginationResult(PaginationResultType value)
value
- allowed object is
PaginationResultType
|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.