Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class AddItemResponseContainerType

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

public class AddItemResponseContainerType
extends java.lang.Object
implements java.io.Serializable

Type defining the AddItemResponseContainer containers that are returned in an AddItems call. An AddItemResponseContainer container is returned for each item created through an AddItems call. Each item being created through an AddItems call is identified through a unique AddItemRequestContainer.MessageID value that is defined by the seller. To match up the AddItemResponseContainer to the AddItemRequestContainer, look for a AddItemResponseContainer.CorrelationID value that matches the AddItemRequestContainer.MessageID value in the request.

Java class for AddItemResponseContainerType complex type.

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

 <complexType name="AddItemResponseContainerType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ItemID" type="{urn:ebay:apis:eBLBaseComponents}ItemIDType" minOccurs="0"/>
         <element name="StartTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="EndTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="Fees" type="{urn:ebay:apis:eBLBaseComponents}FeesType" minOccurs="0"/>
         <element name="CategoryID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Category2ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CorrelationID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Errors" type="{urn:ebay:apis:eBLBaseComponents}ErrorType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DiscountReason" type="{urn:ebay:apis:eBLBaseComponents}DiscountReasonCodeType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="ListingRecommendations" type="{urn:ebay:apis:eBLBaseComponents}ListingRecommendationsType" minOccurs="0"/>
         <any/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.util.List<java.lang.Object> any
           
protected  java.lang.String category2ID
           
protected  java.lang.String categoryID
           
protected  java.lang.String correlationID
           
protected  java.util.List<DiscountReasonCodeType> discountReason
           
protected  java.util.Calendar endTime
           
protected  java.util.List<ErrorType> errors
           
protected  FeesType fees
           
protected  java.lang.String itemID
           
protected  ListingRecommendationsType listingRecommendations
           
protected  java.lang.String message
           
protected  java.util.Calendar startTime
           
 
Constructor Summary
AddItemResponseContainerType()
           
 
Method Summary
protected  java.util.List<java.lang.Object> _getAny()
           
protected  java.util.List<DiscountReasonCodeType> _getDiscountReason()
           
protected  java.util.List<ErrorType> _getErrors()
           
 java.lang.Object[] getAny()
           
 java.lang.Object getAny(int idx)
           
 int getAnyLength()
           
 java.lang.String getCategory2ID()
          Gets the value of the category2ID property.
 java.lang.String getCategoryID()
          Gets the value of the categoryID property.
 java.lang.String getCorrelationID()
          Gets the value of the correlationID property.
 DiscountReasonCodeType[] getDiscountReason()
           
 DiscountReasonCodeType getDiscountReason(int idx)
           
 int getDiscountReasonLength()
           
 java.util.Calendar getEndTime()
          Gets the value of the endTime property.
 ErrorType[] getErrors()
           
 ErrorType getErrors(int idx)
           
 int getErrorsLength()
           
 FeesType getFees()
          Gets the value of the fees property.
 java.lang.String getItemID()
          Gets the value of the itemID property.
 ListingRecommendationsType getListingRecommendations()
          Gets the value of the listingRecommendations property.
 java.lang.String getMessage()
          Gets the value of the message property.
 java.util.Calendar getStartTime()
          Gets the value of the startTime property.
 java.lang.Object setAny(int idx, java.lang.Object value)
           
 void setAny(java.lang.Object[] values)
           
 void setCategory2ID(java.lang.String value)
          Sets the value of the category2ID property.
 void setCategoryID(java.lang.String value)
          Sets the value of the categoryID property.
 void setCorrelationID(java.lang.String value)
          Sets the value of the correlationID property.
 void setDiscountReason(DiscountReasonCodeType[] values)
           
 DiscountReasonCodeType setDiscountReason(int idx, DiscountReasonCodeType value)
           
 void setEndTime(java.util.Calendar value)
          Sets the value of the endTime property.
 void setErrors(ErrorType[] values)
           
 ErrorType setErrors(int idx, ErrorType value)
           
 void setFees(FeesType value)
          Sets the value of the fees property.
 void setItemID(java.lang.String value)
          Sets the value of the itemID property.
 void setListingRecommendations(ListingRecommendationsType value)
          Sets the value of the listingRecommendations property.
 void setMessage(java.lang.String value)
          Sets the value of the message property.
 void setStartTime(java.util.Calendar value)
          Sets the value of the startTime property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

itemID

protected java.lang.String itemID

startTime

protected java.util.Calendar startTime

endTime

protected java.util.Calendar endTime

fees

protected FeesType fees

categoryID

protected java.lang.String categoryID

category2ID

protected java.lang.String category2ID

correlationID

protected java.lang.String correlationID

errors

protected java.util.List<ErrorType> errors

message

protected java.lang.String message

discountReason

protected java.util.List<DiscountReasonCodeType> discountReason

listingRecommendations

protected ListingRecommendationsType listingRecommendations

any

protected java.util.List<java.lang.Object> any
Constructor Detail

AddItemResponseContainerType

public AddItemResponseContainerType()
Method Detail

getItemID

public java.lang.String getItemID()
Gets the value of the itemID property.

Returns:
possible object is String

setItemID

public void setItemID(java.lang.String value)
Sets the value of the itemID property.

Parameters:
value - allowed object is String

getStartTime

public java.util.Calendar getStartTime()
Gets the value of the startTime property.

Returns:
possible object is String

setStartTime

public void setStartTime(java.util.Calendar value)
Sets the value of the startTime property.

Parameters:
value - allowed object is String

getEndTime

public java.util.Calendar getEndTime()
Gets the value of the endTime property.

Returns:
possible object is String

setEndTime

public void setEndTime(java.util.Calendar value)
Sets the value of the endTime property.

Parameters:
value - allowed object is String

getFees

public FeesType getFees()
Gets the value of the fees property.

Returns:
possible object is FeesType

setFees

public void setFees(FeesType value)
Sets the value of the fees property.

Parameters:
value - allowed object is FeesType

getCategoryID

public java.lang.String getCategoryID()
Gets the value of the categoryID property.

Returns:
possible object is String

setCategoryID

public void setCategoryID(java.lang.String value)
Sets the value of the categoryID property.

Parameters:
value - allowed object is String

getCategory2ID

public java.lang.String getCategory2ID()
Gets the value of the category2ID property.

Returns:
possible object is String

setCategory2ID

public void setCategory2ID(java.lang.String value)
Sets the value of the category2ID property.

Parameters:
value - allowed object is String

getCorrelationID

public java.lang.String getCorrelationID()
Gets the value of the correlationID property.

Returns:
possible object is String

setCorrelationID

public void setCorrelationID(java.lang.String value)
Sets the value of the correlationID property.

Parameters:
value - allowed object is String

getErrors

public ErrorType[] getErrors()
Returns:
array of ErrorType

getErrors

public ErrorType getErrors(int idx)
Returns:
one of ErrorType

getErrorsLength

public int getErrorsLength()

setErrors

public void setErrors(ErrorType[] values)
Parameters:
values - allowed objects are ErrorType

_getErrors

protected java.util.List<ErrorType> _getErrors()

setErrors

public ErrorType setErrors(int idx,
                           ErrorType value)
Parameters:
value - allowed object is ErrorType

getMessage

public java.lang.String getMessage()
Gets the value of the message property.

Returns:
possible object is String

setMessage

public void setMessage(java.lang.String value)
Sets the value of the message property.

Parameters:
value - allowed object is String

getDiscountReason

public DiscountReasonCodeType[] getDiscountReason()
Returns:
array of DiscountReasonCodeType

getDiscountReason

public DiscountReasonCodeType getDiscountReason(int idx)
Returns:
one of DiscountReasonCodeType

getDiscountReasonLength

public int getDiscountReasonLength()

setDiscountReason

public void setDiscountReason(DiscountReasonCodeType[] values)
Parameters:
values - allowed objects are DiscountReasonCodeType

_getDiscountReason

protected java.util.List<DiscountReasonCodeType> _getDiscountReason()

setDiscountReason

public DiscountReasonCodeType setDiscountReason(int idx,
                                                DiscountReasonCodeType value)
Parameters:
value - allowed object is DiscountReasonCodeType

getListingRecommendations

public ListingRecommendationsType getListingRecommendations()
Gets the value of the listingRecommendations property.

Returns:
possible object is ListingRecommendationsType

setListingRecommendations

public void setListingRecommendations(ListingRecommendationsType value)
Sets the value of the listingRecommendations property.

Parameters:
value - allowed object is ListingRecommendationsType

getAny

public java.lang.Object[] getAny()
Returns:
array of Element Object

getAny

public java.lang.Object getAny(int idx)
Returns:
one of Element Object

getAnyLength

public int getAnyLength()

setAny

public void setAny(java.lang.Object[] values)
Parameters:
values - allowed objects are Element Object

_getAny

protected java.util.List<java.lang.Object> _getAny()

setAny

public java.lang.Object setAny(int idx,
                               java.lang.Object value)
Parameters:
value - allowed object is Element Object

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.