com.ebay.soap.eBLBaseComponents
Class RemoveFromWatchListRequestType
java.lang.Object
com.ebay.soap.eBLBaseComponents.AbstractRequestType
com.ebay.soap.eBLBaseComponents.RemoveFromWatchListRequestType
- All Implemented Interfaces:
- Serializable
public class RemoveFromWatchListRequestType
- extends AbstractRequestType
- implements Serializable
Enables a user to remove one or more items from their My eBay watch list.
Java class for RemoveFromWatchListRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RemoveFromWatchListRequestType">
<complexContent>
<extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
<sequence>
<element name="ItemID" type="{urn:ebay:apis:eBLBaseComponents}ItemIDType" maxOccurs="unbounded" minOccurs="0"/>
<element name="RemoveAllItems" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="VariationKey" type="{urn:ebay:apis:eBLBaseComponents}VariationKeyType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
- Serialized Form
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType |
any, botBlock, detailLevel, endUserIP, errorHandling, errorLanguage, invocationID, messageID, outputSelector, version, warningLevel |
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 |
itemID
protected List<String> itemID
removeAllItems
protected Boolean removeAllItems
variationKey
protected List<VariationKeyType> variationKey
RemoveFromWatchListRequestType
public RemoveFromWatchListRequestType()
getItemID
public String[] getItemID()
- Returns:
- array of
String
getItemID
public String getItemID(int idx)
- Returns:
- one of
String
getItemIDLength
public int getItemIDLength()
setItemID
public void setItemID(String[] values)
- Parameters:
values
- allowed objects are
String
_getItemID
protected List<String> _getItemID()
setItemID
public String setItemID(int idx,
String value)
- Parameters:
value
- allowed object is
String
isRemoveAllItems
public Boolean isRemoveAllItems()
- Gets the value of the removeAllItems property.
- Returns:
- possible object is
Boolean
setRemoveAllItems
public void setRemoveAllItems(Boolean value)
- Sets the value of the removeAllItems property.
- Parameters:
value
- allowed object is
Boolean
getVariationKey
public VariationKeyType[] getVariationKey()
- Returns:
- array of
VariationKeyType
getVariationKey
public VariationKeyType getVariationKey(int idx)
- Returns:
- one of
VariationKeyType
getVariationKeyLength
public int getVariationKeyLength()
setVariationKey
public void setVariationKey(VariationKeyType[] values)
- Parameters:
values
- allowed objects are
VariationKeyType
_getVariationKey
protected List<VariationKeyType> _getVariationKey()
setVariationKey
public VariationKeyType setVariationKey(int idx,
VariationKeyType value)
- Parameters:
value
- allowed object is
VariationKeyType
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.