Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class AddItemResponseContainerType

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

public class AddItemResponseContainerType
extends Object
implements Serializable

This container has all of the resulting information from an AddItems call. There will be one container per container specified in the request.

See Also:
Serialized Form

Constructor Summary
AddItemResponseContainerType()
           
 
Method Summary
 boolean equals(Object obj)
           
 MessageElement[] get_any()
          Gets the _any value for this AddItemResponseContainerType.
 String getCategory2ID()
          Gets the category2ID value for this AddItemResponseContainerType.
 String getCategoryID()
          Gets the categoryID value for this AddItemResponseContainerType.
 String getCorrelationID()
          Gets the correlationID value for this AddItemResponseContainerType.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 Calendar getEndTime()
          Gets the endTime value for this AddItemResponseContainerType.
 ErrorType[] getErrors()
          Gets the errors value for this AddItemResponseContainerType.
 ErrorType getErrors(int i)
           
 FeesType getFees()
          Gets the fees value for this AddItemResponseContainerType.
 ItemIDType getItemID()
          Gets the itemID value for this AddItemResponseContainerType.
 String getMessage()
          Gets the message value for this AddItemResponseContainerType.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 Calendar getStartTime()
          Gets the startTime value for this AddItemResponseContainerType.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void set_any(MessageElement[] _any)
          Sets the _any value for this AddItemResponseContainerType.
 void setCategory2ID(String category2ID)
          Sets the category2ID value for this AddItemResponseContainerType.
 void setCategoryID(String categoryID)
          Sets the categoryID value for this AddItemResponseContainerType.
 void setCorrelationID(String correlationID)
          Sets the correlationID value for this AddItemResponseContainerType.
 void setEndTime(Calendar endTime)
          Sets the endTime value for this AddItemResponseContainerType.
 void setErrors(ErrorType[] errors)
          Sets the errors value for this AddItemResponseContainerType.
 void setErrors(int i, ErrorType value)
           
 void setFees(FeesType fees)
          Sets the fees value for this AddItemResponseContainerType.
 void setItemID(ItemIDType itemID)
          Sets the itemID value for this AddItemResponseContainerType.
 void setMessage(String message)
          Sets the message value for this AddItemResponseContainerType.
 void setStartTime(Calendar startTime)
          Sets the startTime value for this AddItemResponseContainerType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddItemResponseContainerType

public AddItemResponseContainerType()
Method Detail

getItemID

public ItemIDType getItemID()
Gets the itemID value for this AddItemResponseContainerType.

Returns:
itemID Type that represents the unique identifier for a single item listing.

setItemID

public void setItemID(ItemIDType itemID)
Sets the itemID value for this AddItemResponseContainerType.

Parameters:
itemID - Type that represents the unique identifier for a single item listing.

getStartTime

public Calendar getStartTime()
Gets the startTime value for this AddItemResponseContainerType.

Returns:
startTime

setStartTime

public void setStartTime(Calendar startTime)
Sets the startTime value for this AddItemResponseContainerType.

Parameters:
startTime -

getEndTime

public Calendar getEndTime()
Gets the endTime value for this AddItemResponseContainerType.

Returns:
endTime

setEndTime

public void setEndTime(Calendar endTime)
Sets the endTime value for this AddItemResponseContainerType.

Parameters:
endTime -

getFees

public FeesType getFees()
Gets the fees value for this AddItemResponseContainerType.

Returns:
fees Identifies a set of one or more fees that a member pays to eBay (or an eBay company). Instances of this type can hold one or more fees.

setFees

public void setFees(FeesType fees)
Sets the fees value for this AddItemResponseContainerType.

Parameters:
fees - Identifies a set of one or more fees that a member pays to eBay (or an eBay company). Instances of this type can hold one or more fees.

getCategoryID

public String getCategoryID()
Gets the categoryID value for this AddItemResponseContainerType.

Returns:
categoryID

setCategoryID

public void setCategoryID(String categoryID)
Sets the categoryID value for this AddItemResponseContainerType.

Parameters:
categoryID -

getCategory2ID

public String getCategory2ID()
Gets the category2ID value for this AddItemResponseContainerType.

Returns:
category2ID

setCategory2ID

public void setCategory2ID(String category2ID)
Sets the category2ID value for this AddItemResponseContainerType.

Parameters:
category2ID -

getCorrelationID

public String getCorrelationID()
Gets the correlationID value for this AddItemResponseContainerType.

Returns:
correlationID

setCorrelationID

public void setCorrelationID(String correlationID)
Sets the correlationID value for this AddItemResponseContainerType.

Parameters:
correlationID -

getErrors

public ErrorType[] getErrors()
Gets the errors value for this AddItemResponseContainerType.

Returns:
errors A list of application-level errors (if any) that occurred when eBay processed the request.

setErrors

public void setErrors(ErrorType[] errors)
Sets the errors value for this AddItemResponseContainerType.

Parameters:
errors - A list of application-level errors (if any) that occurred when eBay processed the request.

getErrors

public ErrorType getErrors(int i)

setErrors

public void setErrors(int i,
                      ErrorType value)

getMessage

public String getMessage()
Gets the message value for this AddItemResponseContainerType.

Returns:
message

setMessage

public void setMessage(String message)
Sets the message value for this AddItemResponseContainerType.

Parameters:
message -

get_any

public MessageElement[] get_any()
Gets the _any value for this AddItemResponseContainerType.

Returns:
_any

set_any

public void set_any(MessageElement[] _any)
Sets the _any value for this AddItemResponseContainerType.

Parameters:
_any -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

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.