|
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
This container has all of the resulting information from an AddItems call. There will be one container per container specified 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"/>
<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 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. |
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 |
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 List<Object> any
| Constructor Detail |
|---|
public AddItemResponseContainerType()
| Method Detail |
|---|
public String getItemID()
Stringpublic void setItemID(String value)
value - allowed object is
Stringpublic Calendar getStartTime()
Stringpublic void setStartTime(Calendar value)
value - allowed object is
Stringpublic Calendar getEndTime()
Stringpublic void setEndTime(Calendar value)
value - allowed object is
Stringpublic FeesType getFees()
FeesTypepublic void setFees(FeesType value)
value - allowed object is
FeesTypepublic String getCategoryID()
Stringpublic void setCategoryID(String value)
value - allowed object is
Stringpublic String getCategory2ID()
Stringpublic void setCategory2ID(String value)
value - allowed object is
Stringpublic String getCorrelationID()
Stringpublic void setCorrelationID(String value)
value - allowed object is
Stringpublic ErrorType[] getErrors()
ErrorTypepublic ErrorType getErrors(int idx)
ErrorTypepublic int getErrorsLength()
public void setErrors(ErrorType[] values)
values - allowed objects are
ErrorTypeprotected List<ErrorType> _getErrors()
public ErrorType setErrors(int idx,
ErrorType value)
value - allowed object is
ErrorTypepublic String getMessage()
Stringpublic void setMessage(String value)
value - allowed object is
Stringpublic DiscountReasonCodeType[] getDiscountReason()
DiscountReasonCodeTypepublic DiscountReasonCodeType getDiscountReason(int idx)
DiscountReasonCodeTypepublic int getDiscountReasonLength()
public void setDiscountReason(DiscountReasonCodeType[] values)
values - allowed objects are
DiscountReasonCodeTypeprotected List<DiscountReasonCodeType> _getDiscountReason()
public DiscountReasonCodeType setDiscountReason(int idx,
DiscountReasonCodeType value)
value - allowed object is
DiscountReasonCodeTypepublic Object[] getAny()
Element
Objectpublic Object getAny(int idx)
Element
Objectpublic int getAnyLength()
public void setAny(Object[] values)
values - allowed objects are
Element
Objectprotected 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.