Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class AddToWatchListRequestType

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

public class AddToWatchListRequestType
extends AbstractRequestType
implements java.io.Serializable

Adds one or more order line items to the eBay user's Watch List. An auction item or a single-variation, fixed-price listing is identified with an ItemID value. To add a specific item variation to the Watch List from within a multi-variation, fixed-price listing, the user will use the VariationKey container instead.

Java class for AddToWatchListRequestType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AddToWatchListRequestType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
       <sequence>
         <element name="ItemID" type="{urn:ebay:apis:eBLBaseComponents}ItemIDType" maxOccurs="unbounded" 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.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
AddToWatchListRequestType()
           
 
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.String setItemID(int idx, java.lang.String value)
           
 void setItemID(java.lang.String[] values)
           
 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

variationKey

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

AddToWatchListRequestType

public AddToWatchListRequestType()
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

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.