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

public class AddToWatchListRequestType
extends AbstractRequestType
implements Serializable

Adds one or more items to the user's My eBay watch list.

See Also:
Serialized Form

Constructor Summary
AddToWatchListRequestType()
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 ItemIDType[] getItemID()
          Gets the itemID value for this AddToWatchListRequestType.
 ItemIDType getItemID(int i)
           
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setItemID(int i, ItemIDType value)
           
 void setItemID(ItemIDType[] itemID)
          Sets the itemID value for this AddToWatchListRequestType.
 
Methods inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType
get_any, getBotBlock, getDetailLevel, getDetailLevel, getEndUserIP, getErrorHandling, getErrorLanguage, getInvocationID, getMessageID, getOutputSelector, getOutputSelector, getVersion, getWarningLevel, set_any, setBotBlock, setDetailLevel, setDetailLevel, setEndUserIP, setErrorHandling, setErrorLanguage, setInvocationID, setMessageID, setOutputSelector, setOutputSelector, setVersion, setWarningLevel
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddToWatchListRequestType

public AddToWatchListRequestType()
Method Detail

getItemID

public ItemIDType[] getItemID()
Gets the itemID value for this AddToWatchListRequestType.

Returns:
itemID The ItemID of the item that is to be added to the watch list. The item must be a currently active item, and the total number of items in the watchlist (after the items in the request have been added) cannot exceed the maximum allowed number of watch list items. One or more ItemIDs can be specified, each in its own ItemID container. A separate error node will be returned for each item that fails.

setItemID

public void setItemID(ItemIDType[] itemID)
Sets the itemID value for this AddToWatchListRequestType.

Parameters:
itemID - The ItemID of the item that is to be added to the watch list. The item must be a currently active item, and the total number of items in the watchlist (after the items in the request have been added) cannot exceed the maximum allowed number of watch list items. One or more ItemIDs can be specified, each in its own ItemID container. A separate error node will be returned for each item that fails.

getItemID

public ItemIDType getItemID(int i)

setItemID

public void setItemID(int i,
                      ItemIDType value)

equals

public boolean equals(Object obj)
Overrides:
equals in class AbstractRequestType

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractRequestType

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer


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-2006 eBay Inc. All rights reserved.