Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class RemoveFromWatchListRequestType

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

public class RemoveFromWatchListRequestType
extends AbstractRequestType
implements java.io.Serializable

The call enables a user to remove one or more items from their Watch List. A user can view the items that they are currently watching by calling GetMyeBayBuying.

The user has the option of removing one or more single-variation listings, one or more product variations within a multiple-variation listing, or removing all items from the 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

Field Summary
protected  java.util.List<java.lang.String> itemID
           
protected  java.lang.Boolean removeAllItems
           
protected  java.util.List<VariationKeyType> variationKey
           
 
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType
any, botBlock, detailLevel, endUserIP, errorHandling, errorLanguage, invocationID, messageID, outputSelector, version, warningLevel
 
Constructor Summary
RemoveFromWatchListRequestType()
           
 
Method Summary
protected  java.util.List<java.lang.String> _getItemID()
           
protected  java.util.List<VariationKeyType> _getVariationKey()
           
 java.lang.String[] getItemID()
           
 java.lang.String getItemID(int idx)
           
 int getItemIDLength()
           
 VariationKeyType[] getVariationKey()
           
 VariationKeyType getVariationKey(int idx)
           
 int getVariationKeyLength()
           
 java.lang.Boolean isRemoveAllItems()
          Gets the value of the removeAllItems property.
 java.lang.String setItemID(int idx, java.lang.String value)
           
 void setItemID(java.lang.String[] values)
           
 void setRemoveAllItems(java.lang.Boolean value)
          Sets the value of the removeAllItems property.
 VariationKeyType setVariationKey(int idx, VariationKeyType value)
           
 void setVariationKey(VariationKeyType[] values)
           
 
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

itemID

protected java.util.List<java.lang.String> itemID

removeAllItems

protected java.lang.Boolean removeAllItems

variationKey

protected java.util.List<VariationKeyType> variationKey
Constructor Detail

RemoveFromWatchListRequestType

public RemoveFromWatchListRequestType()
Method Detail

getItemID

public java.lang.String[] getItemID()
Returns:
array of String

getItemID

public java.lang.String getItemID(int idx)
Returns:
one of String

getItemIDLength

public int getItemIDLength()

setItemID

public void setItemID(java.lang.String[] values)
Parameters:
values - allowed objects are String

_getItemID

protected java.util.List<java.lang.String> _getItemID()

setItemID

public java.lang.String setItemID(int idx,
                                  java.lang.String value)
Parameters:
value - allowed object is String

isRemoveAllItems

public java.lang.Boolean isRemoveAllItems()
Gets the value of the removeAllItems property.

Returns:
possible object is Boolean

setRemoveAllItems

public void setRemoveAllItems(java.lang.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 java.util.List<VariationKeyType> _getVariationKey()

setVariationKey

public VariationKeyType setVariationKey(int idx,
                                        VariationKeyType value)
Parameters:
value - allowed object is VariationKeyType

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.