Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class VeROReportItemsType

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

public class VeROReportItemsType
extends Object
implements Serializable

Type defining the ReportItems container in the VeROReportItems request. The ReportItems container is an array of one or more eBay items which, according to the product's owner, are infringing upon the product owner's copyright, trademark, or intellectual property rights.

Java class for VeROReportItemsType complex type.

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

 <complexType name="VeROReportItemsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ReportItem" type="{urn:ebay:apis:eBLBaseComponents}VeROReportItemType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<VeROReportItemType> reportItem
           
 
Constructor Summary
VeROReportItemsType()
           
 
Method Summary
protected  List<VeROReportItemType> _getReportItem()
           
 VeROReportItemType[] getReportItem()
           
 VeROReportItemType getReportItem(int idx)
           
 int getReportItemLength()
           
 VeROReportItemType setReportItem(int idx, VeROReportItemType value)
           
 void setReportItem(VeROReportItemType[] values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

reportItem

protected List<VeROReportItemType> reportItem
Constructor Detail

VeROReportItemsType

public VeROReportItemsType()
Method Detail

getReportItem

public VeROReportItemType[] getReportItem()
Returns:
array of VeROReportItemType

getReportItem

public VeROReportItemType getReportItem(int idx)
Returns:
one of VeROReportItemType

getReportItemLength

public int getReportItemLength()

setReportItem

public void setReportItem(VeROReportItemType[] values)
Parameters:
values - allowed objects are VeROReportItemType

_getReportItem

protected List<VeROReportItemType> _getReportItem()

setReportItem

public VeROReportItemType setReportItem(int idx,
                                        VeROReportItemType value)
Parameters:
value - allowed object is VeROReportItemType

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.