|
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 java.lang.Boolean |
includeReportedItemDetails
|
protected java.lang.String |
itemID
|
protected PaginationType |
pagination
|
protected java.util.Calendar |
timeFrom
|
protected java.util.Calendar |
timeTo
|
protected java.lang.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 | |
---|---|
java.lang.String |
getItemID()
Gets the value of the itemID property. |
PaginationType |
getPagination()
Gets the value of the pagination property. |
java.util.Calendar |
getTimeFrom()
Gets the value of the timeFrom property. |
java.util.Calendar |
getTimeTo()
Gets the value of the timeTo property. |
java.lang.Long |
getVeROReportPacketID()
Gets the value of the veROReportPacketID property. |
java.lang.Boolean |
isIncludeReportedItemDetails()
Gets the value of the includeReportedItemDetails property. |
void |
setIncludeReportedItemDetails(java.lang.Boolean value)
Sets the value of the includeReportedItemDetails property. |
void |
setItemID(java.lang.String value)
Sets the value of the itemID property. |
void |
setPagination(PaginationType value)
Sets the value of the pagination property. |
void |
setTimeFrom(java.util.Calendar value)
Sets the value of the timeFrom property. |
void |
setTimeTo(java.util.Calendar value)
Sets the value of the timeTo property. |
void |
setVeROReportPacketID(java.lang.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 java.lang.Long veROReportPacketID
protected java.lang.String itemID
protected java.lang.Boolean includeReportedItemDetails
protected java.util.Calendar timeFrom
protected java.util.Calendar timeTo
protected PaginationType pagination
Constructor Detail |
---|
public GetVeROReportStatusRequestType()
Method Detail |
---|
public java.lang.Long getVeROReportPacketID()
Long
public void setVeROReportPacketID(java.lang.Long value)
value
- allowed object is
Long
public java.lang.String getItemID()
String
public void setItemID(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isIncludeReportedItemDetails()
Boolean
public void setIncludeReportedItemDetails(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.util.Calendar getTimeFrom()
String
public void setTimeFrom(java.util.Calendar value)
value
- allowed object is
String
public java.util.Calendar getTimeTo()
String
public void setTimeTo(java.util.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.