|
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.AbstractRequestType
com.ebay.soap.eBLBaseComponents.GetVeROReportStatusRequestType
public class GetVeROReportStatusRequestType
Retrieves status information about VeRO reported items you have submitted. You can receive the status of individual items you have reported or, by specifying VeROReportPacketID, you can retrieve status for all items reported with a given VeROReportItems request. You can also retrieve items that were reported during a given time period. If no input parameters are specified, status is returned on all items you have reported in the last two years. You must be a member of the Verified Rights Owner (VeRO) Program to use this call.
Java class for GetVeROReportStatusRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetVeROReportStatusRequestType"> <complexContent> <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType"> <sequence> <element name="VeROReportPacketID" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="ItemID" type="{urn:ebay:apis:eBLBaseComponents}ItemIDType" minOccurs="0"/> <element name="IncludeReportedItemDetails" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="TimeFrom" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="TimeTo" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="Pagination" type="{urn:ebay:apis:eBLBaseComponents}PaginationType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected Boolean |
includeReportedItemDetails
|
protected String |
itemID
|
protected PaginationType |
pagination
|
protected Calendar |
timeFrom
|
protected Calendar |
timeTo
|
protected Long |
veROReportPacketID
|
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType |
---|
any, botBlock, detailLevel, endUserIP, errorHandling, errorLanguage, invocationID, messageID, outputSelector, version, warningLevel |
Constructor Summary | |
---|---|
GetVeROReportStatusRequestType()
|
Method Summary | |
---|---|
String |
getItemID()
Gets the value of the itemID property. |
PaginationType |
getPagination()
Gets the value of the pagination property. |
Calendar |
getTimeFrom()
Gets the value of the timeFrom property. |
Calendar |
getTimeTo()
Gets the value of the timeTo property. |
Long |
getVeROReportPacketID()
Gets the value of the veROReportPacketID property. |
Boolean |
isIncludeReportedItemDetails()
Gets the value of the includeReportedItemDetails property. |
void |
setIncludeReportedItemDetails(Boolean value)
Sets the value of the includeReportedItemDetails property. |
void |
setItemID(String value)
Sets the value of the itemID property. |
void |
setPagination(PaginationType value)
Sets the value of the pagination property. |
void |
setTimeFrom(Calendar value)
Sets the value of the timeFrom property. |
void |
setTimeTo(Calendar value)
Sets the value of the timeTo property. |
void |
setVeROReportPacketID(Long value)
Sets the value of the veROReportPacketID 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 |
---|
protected Long veROReportPacketID
protected String itemID
protected Boolean includeReportedItemDetails
protected Calendar timeFrom
protected Calendar timeTo
protected PaginationType pagination
Constructor Detail |
---|
public GetVeROReportStatusRequestType()
Method Detail |
---|
public Long getVeROReportPacketID()
Long
public void setVeROReportPacketID(Long value)
value
- allowed object is
Long
public String getItemID()
String
public void setItemID(String value)
value
- allowed object is
String
public Boolean isIncludeReportedItemDetails()
Boolean
public void setIncludeReportedItemDetails(Boolean value)
value
- allowed object is
Boolean
public Calendar getTimeFrom()
String
public void setTimeFrom(Calendar value)
value
- allowed object is
String
public Calendar getTimeTo()
String
public void setTimeTo(Calendar value)
value
- allowed object is
String
public PaginationType getPagination()
PaginationType
public void setPagination(PaginationType value)
value
- allowed object is
PaginationType
|
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.