|
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.VeROReportItemType
public class VeROReportItemType
This type is used by the ReportItem container. A ReportItem container is required for each eBay item that the product owner is reporting as violating the product owner's copyright, trademark, or intellectual property rights.
Java class for VeROReportItemType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VeROReportItemType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ItemID" type="{urn:ebay:apis:eBLBaseComponents}ItemIDType" minOccurs="0"/> <element name="VeROReasonCodeID" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="MessageToSeller" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="CopyEmailToRightsOwner" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="Region" type="{urn:ebay:apis:eBLBaseComponents}ShippingRegionCodeType" maxOccurs="unbounded" minOccurs="0"/> <element name="Country" type="{urn:ebay:apis:eBLBaseComponents}CountryCodeType" maxOccurs="unbounded" minOccurs="0"/> <element name="Patent" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="DetailedMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<Object> |
any
|
protected Boolean |
copyEmailToRightsOwner
|
protected List<CountryCodeType> |
country
|
protected String |
detailedMessage
|
protected String |
itemID
|
protected String |
messageToSeller
|
protected String |
patent
|
protected List<ShippingRegionCodeType> |
region
|
protected Long |
veROReasonCodeID
|
Constructor Summary | |
---|---|
VeROReportItemType()
|
Method Summary | |
---|---|
protected List<Object> |
_getAny()
|
protected List<CountryCodeType> |
_getCountry()
|
protected List<ShippingRegionCodeType> |
_getRegion()
|
Object[] |
getAny()
|
Object |
getAny(int idx)
|
int |
getAnyLength()
|
CountryCodeType[] |
getCountry()
|
CountryCodeType |
getCountry(int idx)
|
int |
getCountryLength()
|
String |
getDetailedMessage()
Gets the value of the detailedMessage property. |
String |
getItemID()
Gets the value of the itemID property. |
String |
getMessageToSeller()
Gets the value of the messageToSeller property. |
String |
getPatent()
Gets the value of the patent property. |
ShippingRegionCodeType[] |
getRegion()
|
ShippingRegionCodeType |
getRegion(int idx)
|
int |
getRegionLength()
|
Long |
getVeROReasonCodeID()
Gets the value of the veROReasonCodeID property. |
Boolean |
isCopyEmailToRightsOwner()
Gets the value of the copyEmailToRightsOwner property. |
Object |
setAny(int idx,
Object value)
|
void |
setAny(Object[] values)
|
void |
setCopyEmailToRightsOwner(Boolean value)
Sets the value of the copyEmailToRightsOwner property. |
void |
setCountry(CountryCodeType[] values)
|
CountryCodeType |
setCountry(int idx,
CountryCodeType value)
|
void |
setDetailedMessage(String value)
Sets the value of the detailedMessage property. |
void |
setItemID(String value)
Sets the value of the itemID property. |
void |
setMessageToSeller(String value)
Sets the value of the messageToSeller property. |
void |
setPatent(String value)
Sets the value of the patent property. |
ShippingRegionCodeType |
setRegion(int idx,
ShippingRegionCodeType value)
|
void |
setRegion(ShippingRegionCodeType[] values)
|
void |
setVeROReasonCodeID(Long value)
Sets the value of the veROReasonCodeID property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String itemID
protected Long veROReasonCodeID
protected String messageToSeller
protected Boolean copyEmailToRightsOwner
protected List<ShippingRegionCodeType> region
protected List<CountryCodeType> country
protected String patent
protected String detailedMessage
protected List<Object> any
Constructor Detail |
---|
public VeROReportItemType()
Method Detail |
---|
public String getItemID()
String
public void setItemID(String value)
value
- allowed object is
String
public Long getVeROReasonCodeID()
Long
public void setVeROReasonCodeID(Long value)
value
- allowed object is
Long
public String getMessageToSeller()
String
public void setMessageToSeller(String value)
value
- allowed object is
String
public Boolean isCopyEmailToRightsOwner()
Boolean
public void setCopyEmailToRightsOwner(Boolean value)
value
- allowed object is
Boolean
public ShippingRegionCodeType[] getRegion()
ShippingRegionCodeType
public ShippingRegionCodeType getRegion(int idx)
ShippingRegionCodeType
public int getRegionLength()
public void setRegion(ShippingRegionCodeType[] values)
values
- allowed objects are
ShippingRegionCodeType
protected List<ShippingRegionCodeType> _getRegion()
public ShippingRegionCodeType setRegion(int idx, ShippingRegionCodeType value)
value
- allowed object is
ShippingRegionCodeType
public CountryCodeType[] getCountry()
CountryCodeType
public CountryCodeType getCountry(int idx)
CountryCodeType
public int getCountryLength()
public void setCountry(CountryCodeType[] values)
values
- allowed objects are
CountryCodeType
protected List<CountryCodeType> _getCountry()
public CountryCodeType setCountry(int idx, CountryCodeType value)
value
- allowed object is
CountryCodeType
public String getPatent()
String
public void setPatent(String value)
value
- allowed object is
String
public String getDetailedMessage()
String
public void setDetailedMessage(String value)
value
- allowed object is
String
public Object[] getAny()
Element
Object
public Object getAny(int idx)
Element
Object
public int getAnyLength()
public void setAny(Object[] values)
values
- allowed objects are
Element
Object
protected List<Object> _getAny()
public Object setAny(int idx, Object value)
value
- allowed object is
Element
Object
|
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.