|
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.AbstractResponseType
public abstract class AbstractResponseType
Base type definition of a response payload that can carry any type of payload content with following optional elements:
Java class for AbstractResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractResponseType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="Ack" type="{urn:ebay:apis:eBLBaseComponents}AckCodeType" 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="Version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Build" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="NotificationEventName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="DuplicateInvocationDetails" type="{urn:ebay:apis:eBLBaseComponents}DuplicateInvocationDetailsType" minOccurs="0"/> <element name="RecipientUserID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="EIASToken" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="NotificationSignature" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="HardExpirationWarning" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="BotBlock" type="{urn:ebay:apis:eBLBaseComponents}BotBlockResponseType" minOccurs="0"/> <element name="ExternalUserData" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected AckCodeType |
ack
|
protected java.util.List<java.lang.Object> |
any
|
protected BotBlockResponseType |
botBlock
|
protected java.lang.String |
build
|
protected java.lang.String |
correlationID
|
protected DuplicateInvocationDetailsType |
duplicateInvocationDetails
|
protected java.lang.String |
eiasToken
|
protected java.util.List<ErrorType> |
errors
|
protected java.lang.String |
externalUserData
|
protected java.lang.String |
hardExpirationWarning
|
protected java.lang.String |
message
|
protected java.lang.String |
notificationEventName
|
protected java.lang.String |
notificationSignature
|
protected java.lang.String |
recipientUserID
|
protected java.util.Calendar |
timestamp
|
protected java.lang.String |
version
|
Constructor Summary | |
---|---|
AbstractResponseType()
|
Method Summary | |
---|---|
protected java.util.List<java.lang.Object> |
_getAny()
|
protected java.util.List<ErrorType> |
_getErrors()
|
AckCodeType |
getAck()
Gets the value of the ack property. |
java.lang.Object[] |
getAny()
|
java.lang.Object |
getAny(int idx)
|
int |
getAnyLength()
|
BotBlockResponseType |
getBotBlock()
Gets the value of the botBlock property. |
java.lang.String |
getBuild()
Gets the value of the build property. |
java.lang.String |
getCorrelationID()
Gets the value of the correlationID property. |
DuplicateInvocationDetailsType |
getDuplicateInvocationDetails()
Gets the value of the duplicateInvocationDetails property. |
java.lang.String |
getEIASToken()
Gets the value of the eiasToken property. |
ErrorType[] |
getErrors()
|
ErrorType |
getErrors(int idx)
|
int |
getErrorsLength()
|
java.lang.String |
getExternalUserData()
Gets the value of the externalUserData property. |
java.lang.String |
getHardExpirationWarning()
Gets the value of the hardExpirationWarning property. |
java.lang.String |
getMessage()
Gets the value of the message property. |
java.lang.String |
getNotificationEventName()
Gets the value of the notificationEventName property. |
java.lang.String |
getNotificationSignature()
Gets the value of the notificationSignature property. |
java.lang.String |
getRecipientUserID()
Gets the value of the recipientUserID property. |
java.util.Calendar |
getTimestamp()
Gets the value of the timestamp property. |
java.lang.String |
getVersion()
Gets the value of the version property. |
void |
setAck(AckCodeType value)
Sets the value of the ack property. |
java.lang.Object |
setAny(int idx,
java.lang.Object value)
|
void |
setAny(java.lang.Object[] values)
|
void |
setBotBlock(BotBlockResponseType value)
Sets the value of the botBlock property. |
void |
setBuild(java.lang.String value)
Sets the value of the build property. |
void |
setCorrelationID(java.lang.String value)
Sets the value of the correlationID property. |
void |
setDuplicateInvocationDetails(DuplicateInvocationDetailsType value)
Sets the value of the duplicateInvocationDetails property. |
void |
setEIASToken(java.lang.String value)
Sets the value of the eiasToken property. |
void |
setErrors(ErrorType[] values)
|
ErrorType |
setErrors(int idx,
ErrorType value)
|
void |
setExternalUserData(java.lang.String value)
Sets the value of the externalUserData property. |
void |
setHardExpirationWarning(java.lang.String value)
Sets the value of the hardExpirationWarning property. |
void |
setMessage(java.lang.String value)
Sets the value of the message property. |
void |
setNotificationEventName(java.lang.String value)
Sets the value of the notificationEventName property. |
void |
setNotificationSignature(java.lang.String value)
Sets the value of the notificationSignature property. |
void |
setRecipientUserID(java.lang.String value)
Sets the value of the recipientUserID property. |
void |
setTimestamp(java.util.Calendar value)
Sets the value of the timestamp property. |
void |
setVersion(java.lang.String value)
Sets the value of the version property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.Calendar timestamp
protected AckCodeType ack
protected java.lang.String correlationID
protected java.util.List<ErrorType> errors
protected java.lang.String message
protected java.lang.String version
protected java.lang.String build
protected java.lang.String notificationEventName
protected DuplicateInvocationDetailsType duplicateInvocationDetails
protected java.lang.String recipientUserID
protected java.lang.String eiasToken
protected java.lang.String notificationSignature
protected java.lang.String hardExpirationWarning
protected BotBlockResponseType botBlock
protected java.lang.String externalUserData
protected java.util.List<java.lang.Object> any
Constructor Detail |
---|
public AbstractResponseType()
Method Detail |
---|
public java.util.Calendar getTimestamp()
String
public void setTimestamp(java.util.Calendar value)
value
- allowed object is
String
public AckCodeType getAck()
AckCodeType
public void setAck(AckCodeType value)
value
- allowed object is
AckCodeType
public java.lang.String getCorrelationID()
String
public void setCorrelationID(java.lang.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 java.util.List<ErrorType> _getErrors()
public ErrorType setErrors(int idx, ErrorType value)
value
- allowed object is
ErrorType
public java.lang.String getMessage()
String
public void setMessage(java.lang.String value)
value
- allowed object is
String
public java.lang.String getVersion()
String
public void setVersion(java.lang.String value)
value
- allowed object is
String
public java.lang.String getBuild()
String
public void setBuild(java.lang.String value)
value
- allowed object is
String
public java.lang.String getNotificationEventName()
String
public void setNotificationEventName(java.lang.String value)
value
- allowed object is
String
public DuplicateInvocationDetailsType getDuplicateInvocationDetails()
DuplicateInvocationDetailsType
public void setDuplicateInvocationDetails(DuplicateInvocationDetailsType value)
value
- allowed object is
DuplicateInvocationDetailsType
public java.lang.String getRecipientUserID()
String
public void setRecipientUserID(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEIASToken()
String
public void setEIASToken(java.lang.String value)
value
- allowed object is
String
public java.lang.String getNotificationSignature()
String
public void setNotificationSignature(java.lang.String value)
value
- allowed object is
String
public java.lang.String getHardExpirationWarning()
String
public void setHardExpirationWarning(java.lang.String value)
value
- allowed object is
String
public BotBlockResponseType getBotBlock()
BotBlockResponseType
public void setBotBlock(BotBlockResponseType value)
value
- allowed object is
BotBlockResponseType
public java.lang.String getExternalUserData()
String
public void setExternalUserData(java.lang.String value)
value
- allowed object is
String
public java.lang.Object[] getAny()
Element
Object
public java.lang.Object getAny(int idx)
Element
Object
public int getAnyLength()
public void setAny(java.lang.Object[] values)
values
- allowed objects are
Element
Object
protected java.util.List<java.lang.Object> _getAny()
public java.lang.Object setAny(int idx, java.lang.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.