Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class AddItemsResponseType

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.AbstractResponseType
      extended by com.ebay.soap.eBLBaseComponents.AddItemsResponseType
All Implemented Interfaces:
Serializable

public class AddItemsResponseType
extends AbstractResponseType
implements Serializable

Returns the item IDs and the estimated fees for the new listings, as well as the start and end times of the listings.

See Also:
Serialized Form

Constructor Summary
AddItemsResponseType()
           
 
Method Summary
 boolean equals(Object obj)
           
 AddItemResponseContainerType[] getAddItemResponseContainer()
          Gets the addItemResponseContainer value for this AddItemsResponseType.
 AddItemResponseContainerType getAddItemResponseContainer(int i)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
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 setAddItemResponseContainer(AddItemResponseContainerType[] addItemResponseContainer)
          Sets the addItemResponseContainer value for this AddItemsResponseType.
 void setAddItemResponseContainer(int i, AddItemResponseContainerType value)
           
 
Methods inherited from class com.ebay.soap.eBLBaseComponents.AbstractResponseType
get_any, getAck, getBotBlock, getBuild, getCorrelationID, getDuplicateInvocationDetails, getEIASToken, getErrors, getErrors, getExternalUserData, getHardExpirationWarning, getMessage, getNotificationEventName, getNotificationSignature, getRecipientUserID, getTimestamp, getVersion, set_any, setAck, setBotBlock, setBuild, setCorrelationID, setDuplicateInvocationDetails, setEIASToken, setErrors, setErrors, setExternalUserData, setHardExpirationWarning, setMessage, setNotificationEventName, setNotificationSignature, setRecipientUserID, setTimestamp, setVersion
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddItemsResponseType

public AddItemsResponseType()
Method Detail

getAddItemResponseContainer

public AddItemResponseContainerType[] getAddItemResponseContainer()
Gets the addItemResponseContainer value for this AddItemsResponseType.

Returns:
addItemResponseContainer Returns the Single AddItem response with corresponding Item Id and estimated fees.

setAddItemResponseContainer

public void setAddItemResponseContainer(AddItemResponseContainerType[] addItemResponseContainer)
Sets the addItemResponseContainer value for this AddItemsResponseType.

Parameters:
addItemResponseContainer - Returns the Single AddItem response with corresponding Item Id and estimated fees.

getAddItemResponseContainer

public AddItemResponseContainerType getAddItemResponseContainer(int i)

setAddItemResponseContainer

public void setAddItemResponseContainer(int i,
                                        AddItemResponseContainerType value)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractResponseType

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.