|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ebay.soap.eBLBaseComponents.AddItemResponseContainerType
public class AddItemResponseContainerType
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>
Field Summary | |
---|---|
protected List<Object> |
any
|
protected String |
category2ID
|
protected String |
categoryID
|
protected String |
correlationID
|
protected List<DiscountReasonCodeType> |
discountReason
|
protected Calendar |
endTime
|
protected List<ErrorType> |
errors
|
protected FeesType |
fees
|
protected String |
itemID
|
protected ListingRecommendationsType |
listingRecommendations
|
protected String |
message
|
protected Calendar |
startTime
|
Constructor Summary | |
---|---|
AddItemResponseContainerType()
|
Method Summary | |
---|---|
protected List<Object> |
_getAny()
|
protected List<DiscountReasonCodeType> |
_getDiscountReason()
|
protected List<ErrorType> |
_getErrors()
|
Object[] |
getAny()
|
Object |
getAny(int idx)
|
int |
getAnyLength()
|
String |
getCategory2ID()
Gets the value of the category2ID property. |
String |
getCategoryID()
Gets the value of the categoryID property. |
String |
getCorrelationID()
Gets the value of the correlationID property. |
DiscountReasonCodeType[] |
getDiscountReason()
|
DiscountReasonCodeType |
getDiscountReason(int idx)
|
int |
getDiscountReasonLength()
|
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. |
String |
getItemID()
Gets the value of the itemID property. |
ListingRecommendationsType |
getListingRecommendations()
Gets the value of the listingRecommendations property. |
String |
getMessage()
Gets the value of the message property. |
Calendar |
getStartTime()
Gets the value of the startTime property. |
Object |
setAny(int idx,
Object value)
|
void |
setAny(Object[] values)
|
void |
setCategory2ID(String value)
Sets the value of the category2ID property. |
void |
setCategoryID(String value)
Sets the value of the categoryID property. |
void |
setCorrelationID(String value)
Sets the value of the correlationID property. |
void |
setDiscountReason(DiscountReasonCodeType[] values)
|
DiscountReasonCodeType |
setDiscountReason(int idx,
DiscountReasonCodeType value)
|
void |
setEndTime(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(String value)
Sets the value of the itemID property. |
void |
setListingRecommendations(ListingRecommendationsType value)
Sets the value of the listingRecommendations property. |
void |
setMessage(String value)
Sets the value of the message property. |
void |
setStartTime(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 |
---|
protected String itemID
protected Calendar startTime
protected Calendar endTime
protected FeesType fees
protected String categoryID
protected String category2ID
protected String correlationID
protected List<ErrorType> errors
protected String message
protected List<DiscountReasonCodeType> discountReason
protected ListingRecommendationsType listingRecommendations
protected List<Object> any
Constructor Detail |
---|
public AddItemResponseContainerType()
Method Detail |
---|
public String getItemID()
String
public void setItemID(String value)
value
- allowed object is
String
public Calendar getStartTime()
String
public void setStartTime(Calendar value)
value
- allowed object is
String
public Calendar getEndTime()
String
public void setEndTime(Calendar value)
value
- allowed object is
String
public FeesType getFees()
FeesType
public void setFees(FeesType value)
value
- allowed object is
FeesType
public String getCategoryID()
String
public void setCategoryID(String value)
value
- allowed object is
String
public String getCategory2ID()
String
public void setCategory2ID(String value)
value
- allowed object is
String
public String getCorrelationID()
String
public void setCorrelationID(String value)
value
- allowed object is
String
public ErrorType[] getErrors()
ErrorType
public ErrorType getErrors(int idx)
ErrorType
public int getErrorsLength()
public void setErrors(ErrorType[] values)
values
- allowed objects are
ErrorType
protected List<ErrorType> _getErrors()
public ErrorType setErrors(int idx, ErrorType value)
value
- allowed object is
ErrorType
public String getMessage()
String
public void setMessage(String value)
value
- allowed object is
String
public DiscountReasonCodeType[] getDiscountReason()
DiscountReasonCodeType
public DiscountReasonCodeType getDiscountReason(int idx)
DiscountReasonCodeType
public int getDiscountReasonLength()
public void setDiscountReason(DiscountReasonCodeType[] values)
values
- allowed objects are
DiscountReasonCodeType
protected List<DiscountReasonCodeType> _getDiscountReason()
public DiscountReasonCodeType setDiscountReason(int idx, DiscountReasonCodeType value)
value
- allowed object is
DiscountReasonCodeType
public ListingRecommendationsType getListingRecommendations()
ListingRecommendationsType
public void setListingRecommendations(ListingRecommendationsType value)
value
- allowed object is
ListingRecommendationsType
public Object[] getAny()
Element
Object
public Object getAny(int idx)
Element
Object
public int getAnyLength()
public void setAny(Object[] values)
values
- allowed objects are
Element
Object
protected List<Object> _getAny()
public Object setAny(int idx, Object value)
value
- allowed object is
Element
Object
|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.