Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class GetVeROReportStatusRequestType

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.AbstractRequestType
      extended by com.ebay.soap.eBLBaseComponents.GetVeROReportStatusRequestType
All Implemented Interfaces:
Serializable

public class GetVeROReportStatusRequestType
extends AbstractRequestType
implements Serializable

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>
 

See Also:
Serialized Form

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

veROReportPacketID

protected Long veROReportPacketID

itemID

protected String itemID

includeReportedItemDetails

protected Boolean includeReportedItemDetails

timeFrom

protected Calendar timeFrom

timeTo

protected Calendar timeTo

pagination

protected PaginationType pagination
Constructor Detail

GetVeROReportStatusRequestType

public GetVeROReportStatusRequestType()
Method Detail

getVeROReportPacketID

public Long getVeROReportPacketID()
Gets the value of the veROReportPacketID property.

Returns:
possible object is Long

setVeROReportPacketID

public void setVeROReportPacketID(Long value)
Sets the value of the veROReportPacketID property.

Parameters:
value - allowed object is Long

getItemID

public String getItemID()
Gets the value of the itemID property.

Returns:
possible object is String

setItemID

public void setItemID(String value)
Sets the value of the itemID property.

Parameters:
value - allowed object is String

isIncludeReportedItemDetails

public Boolean isIncludeReportedItemDetails()
Gets the value of the includeReportedItemDetails property.

Returns:
possible object is Boolean

setIncludeReportedItemDetails

public void setIncludeReportedItemDetails(Boolean value)
Sets the value of the includeReportedItemDetails property.

Parameters:
value - allowed object is Boolean

getTimeFrom

public Calendar getTimeFrom()
Gets the value of the timeFrom property.

Returns:
possible object is String

setTimeFrom

public void setTimeFrom(Calendar value)
Sets the value of the timeFrom property.

Parameters:
value - allowed object is String

getTimeTo

public Calendar getTimeTo()
Gets the value of the timeTo property.

Returns:
possible object is String

setTimeTo

public void setTimeTo(Calendar value)
Sets the value of the timeTo property.

Parameters:
value - allowed object is String

getPagination

public PaginationType getPagination()
Gets the value of the pagination property.

Returns:
possible object is PaginationType

setPagination

public void setPagination(PaginationType value)
Sets the value of the pagination property.

Parameters:
value - allowed object is PaginationType

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.