Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class EndItemResponseContainerType

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

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

This type includes the acknowledgement of the date and time when an eBay listing was ended due to the call to EndItems.

Java class for EndItemResponseContainerType complex type.

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

 <complexType name="EndItemResponseContainerType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="EndTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" 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"/>
         <any/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.util.List<java.lang.Object> any
           
protected  java.lang.String correlationID
           
protected  java.util.Calendar endTime
           
protected  java.util.List<ErrorType> errors
           
 
Constructor Summary
EndItemResponseContainerType()
           
 
Method Summary
protected  java.util.List<java.lang.Object> _getAny()
           
protected  java.util.List<ErrorType> _getErrors()
           
 java.lang.Object[] getAny()
           
 java.lang.Object getAny(int idx)
           
 int getAnyLength()
           
 java.lang.String getCorrelationID()
          Gets the value of the correlationID property.
 java.util.Calendar getEndTime()
          Gets the value of the endTime property.
 ErrorType[] getErrors()
           
 ErrorType getErrors(int idx)
           
 int getErrorsLength()
           
 java.lang.Object setAny(int idx, java.lang.Object value)
           
 void setAny(java.lang.Object[] values)
           
 void setCorrelationID(java.lang.String value)
          Sets the value of the correlationID property.
 void setEndTime(java.util.Calendar value)
          Sets the value of the endTime property.
 void setErrors(ErrorType[] values)
           
 ErrorType setErrors(int idx, ErrorType value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

endTime

protected java.util.Calendar endTime

correlationID

protected java.lang.String correlationID

errors

protected java.util.List<ErrorType> errors

any

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

EndItemResponseContainerType

public EndItemResponseContainerType()
Method Detail

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

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

getAny

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

getAny

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

getAnyLength

public int getAnyLength()

setAny

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

_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 Object Element

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.