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:
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

Field Summary
protected  List<String> itemID
           
protected  Boolean removeAllItems
           
protected  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  List<String> _getItemID()
           
protected  List<VariationKeyType> _getVariationKey()
           
 String[] getItemID()
           
 String getItemID(int idx)
           
 int getItemIDLength()
           
 VariationKeyType[] getVariationKey()
           
 VariationKeyType getVariationKey(int idx)
           
 int getVariationKeyLength()
           
 Boolean isRemoveAllItems()
          Gets the value of the removeAllItems property.
 String setItemID(int idx, String value)
           
 void setItemID(String[] values)
           
 void setRemoveAllItems(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 List<String> itemID

removeAllItems

protected Boolean removeAllItems

variationKey

protected List<VariationKeyType> variationKey
Constructor Detail

RemoveFromWatchListRequestType

public RemoveFromWatchListRequestType()
Method Detail

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

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.