|
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 java.util.List<java.lang.Object> |
any
|
protected java.lang.Boolean |
copyEmailToRightsOwner
|
protected java.util.List<CountryCodeType> |
country
|
protected java.lang.String |
detailedMessage
|
protected java.lang.String |
itemID
|
protected java.lang.String |
messageToSeller
|
protected java.lang.String |
patent
|
protected java.util.List<ShippingRegionCodeType> |
region
|
protected java.lang.Long |
veROReasonCodeID
|
Constructor Summary | |
---|---|
VeROReportItemType()
|
Method Summary | |
---|---|
protected java.util.List<java.lang.Object> |
_getAny()
|
protected java.util.List<CountryCodeType> |
_getCountry()
|
protected java.util.List<ShippingRegionCodeType> |
_getRegion()
|
java.lang.Object[] |
getAny()
|
java.lang.Object |
getAny(int idx)
|
int |
getAnyLength()
|
CountryCodeType[] |
getCountry()
|
CountryCodeType |
getCountry(int idx)
|
int |
getCountryLength()
|
java.lang.String |
getDetailedMessage()
Gets the value of the detailedMessage property. |
java.lang.String |
getItemID()
Gets the value of the itemID property. |
java.lang.String |
getMessageToSeller()
Gets the value of the messageToSeller property. |
java.lang.String |
getPatent()
Gets the value of the patent property. |
ShippingRegionCodeType[] |
getRegion()
|
ShippingRegionCodeType |
getRegion(int idx)
|
int |
getRegionLength()
|
java.lang.Long |
getVeROReasonCodeID()
Gets the value of the veROReasonCodeID property. |
java.lang.Boolean |
isCopyEmailToRightsOwner()
Gets the value of the copyEmailToRightsOwner property. |
java.lang.Object |
setAny(int idx,
java.lang.Object value)
|
void |
setAny(java.lang.Object[] values)
|
void |
setCopyEmailToRightsOwner(java.lang.Boolean value)
Sets the value of the copyEmailToRightsOwner property. |
void |
setCountry(CountryCodeType[] values)
|
CountryCodeType |
setCountry(int idx,
CountryCodeType value)
|
void |
setDetailedMessage(java.lang.String value)
Sets the value of the detailedMessage property. |
void |
setItemID(java.lang.String value)
Sets the value of the itemID property. |
void |
setMessageToSeller(java.lang.String value)
Sets the value of the messageToSeller property. |
void |
setPatent(java.lang.String value)
Sets the value of the patent property. |
ShippingRegionCodeType |
setRegion(int idx,
ShippingRegionCodeType value)
|
void |
setRegion(ShippingRegionCodeType[] values)
|
void |
setVeROReasonCodeID(java.lang.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 java.lang.String itemID
protected java.lang.Long veROReasonCodeID
protected java.lang.String messageToSeller
protected java.lang.Boolean copyEmailToRightsOwner
protected java.util.List<ShippingRegionCodeType> region
protected java.util.List<CountryCodeType> country
protected java.lang.String patent
protected java.lang.String detailedMessage
protected java.util.List<java.lang.Object> any
Constructor Detail |
---|
public VeROReportItemType()
Method Detail |
---|
public java.lang.String getItemID()
String
public void setItemID(java.lang.String value)
value
- allowed object is
String
public java.lang.Long getVeROReasonCodeID()
Long
public void setVeROReasonCodeID(java.lang.Long value)
value
- allowed object is
Long
public java.lang.String getMessageToSeller()
String
public void setMessageToSeller(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isCopyEmailToRightsOwner()
Boolean
public void setCopyEmailToRightsOwner(java.lang.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 java.util.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 java.util.List<CountryCodeType> _getCountry()
public CountryCodeType setCountry(int idx, CountryCodeType value)
value
- allowed object is
CountryCodeType
public java.lang.String getPatent()
String
public void setPatent(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDetailedMessage()
String
public void setDetailedMessage(java.lang.String value)
value
- allowed object is
String
public java.lang.Object[] getAny()
Element
Object
public java.lang.Object getAny(int idx)
Element
Object
public int getAnyLength()
public void setAny(java.lang.Object[] values)
values
- allowed objects are
Element
Object
protected java.util.List<java.lang.Object> _getAny()
public java.lang.Object setAny(int idx, java.lang.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.