|
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:
- timestamp of response message
- application-level acknowledgement
- application-level (business-level) errors and warnings
| Constructor Summary | |
|---|---|
AbstractResponseType()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
MessageElement[] |
get_any()
Gets the _any value for this AbstractResponseType. |
AckCodeType |
getAck()
Gets the ack value for this AbstractResponseType. |
BotBlockResponseType |
getBotBlock()
Gets the botBlock value for this AbstractResponseType. |
String |
getBuild()
Gets the build value for this AbstractResponseType. |
String |
getCorrelationID()
Gets the correlationID value for this AbstractResponseType. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
DuplicateInvocationDetailsType |
getDuplicateInvocationDetails()
Gets the duplicateInvocationDetails value for this AbstractResponseType. |
String |
getEIASToken()
Gets the EIASToken value for this AbstractResponseType. |
ErrorType[] |
getErrors()
Gets the errors value for this AbstractResponseType. |
ErrorType |
getErrors(int i)
|
String |
getHardExpirationWarning()
Gets the hardExpirationWarning value for this AbstractResponseType. |
String |
getMessage()
Gets the message value for this AbstractResponseType. |
String |
getNotificationEventName()
Gets the notificationEventName value for this AbstractResponseType. |
String |
getNotificationSignature()
Gets the notificationSignature value for this AbstractResponseType. |
String |
getRecipientUserID()
Gets the recipientUserID value for this AbstractResponseType. |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
Calendar |
getTimestamp()
Gets the timestamp value for this AbstractResponseType. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
String |
getVersion()
Gets the version value for this AbstractResponseType. |
int |
hashCode()
|
void |
set_any(MessageElement[] _any)
Sets the _any value for this AbstractResponseType. |
void |
setAck(AckCodeType ack)
Sets the ack value for this AbstractResponseType. |
void |
setBotBlock(BotBlockResponseType botBlock)
Sets the botBlock value for this AbstractResponseType. |
void |
setBuild(String build)
Sets the build value for this AbstractResponseType. |
void |
setCorrelationID(String correlationID)
Sets the correlationID value for this AbstractResponseType. |
void |
setDuplicateInvocationDetails(DuplicateInvocationDetailsType duplicateInvocationDetails)
Sets the duplicateInvocationDetails value for this AbstractResponseType. |
void |
setEIASToken(String EIASToken)
Sets the EIASToken value for this AbstractResponseType. |
void |
setErrors(ErrorType[] errors)
Sets the errors value for this AbstractResponseType. |
void |
setErrors(int i,
ErrorType value)
|
void |
setHardExpirationWarning(String hardExpirationWarning)
Sets the hardExpirationWarning value for this AbstractResponseType. |
void |
setMessage(String message)
Sets the message value for this AbstractResponseType. |
void |
setNotificationEventName(String notificationEventName)
Sets the notificationEventName value for this AbstractResponseType. |
void |
setNotificationSignature(String notificationSignature)
Sets the notificationSignature value for this AbstractResponseType. |
void |
setRecipientUserID(String recipientUserID)
Sets the recipientUserID value for this AbstractResponseType. |
void |
setTimestamp(Calendar timestamp)
Sets the timestamp value for this AbstractResponseType. |
void |
setVersion(String version)
Sets the version value for this AbstractResponseType. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractResponseType()
| Method Detail |
|---|
public Calendar getTimestamp()
public void setTimestamp(Calendar timestamp)
timestamp - public AckCodeType getAck()
public void setAck(AckCodeType ack)
ack - This code identifies the acknowledgement code types that
eBay could use to communicate the status of processing a
(request) message to an application. This code would be used
as part of a response message that contains an
application-level acknowledgement element.public String getCorrelationID()
public void setCorrelationID(String correlationID)
correlationID - public ErrorType[] getErrors()
public void setErrors(ErrorType[] errors)
errors - A list of application-level errors (if any) that occurred when
eBay
processed the request.public ErrorType getErrors(int i)
public void setErrors(int i,
ErrorType value)
public String getMessage()
public void setMessage(String message)
message - public String getVersion()
public void setVersion(String version)
version - public String getBuild()
public void setBuild(String build)
build - public String getNotificationEventName()
public void setNotificationEventName(String notificationEventName)
notificationEventName - public DuplicateInvocationDetailsType getDuplicateInvocationDetails()
public void setDuplicateInvocationDetails(DuplicateInvocationDetailsType duplicateInvocationDetails)
duplicateInvocationDetails - Contains properties that provide information on duplicate uses
of InvocationIDs.public String getRecipientUserID()
public void setRecipientUserID(String recipientUserID)
recipientUserID - public String getEIASToken()
public void setEIASToken(String EIASToken)
EIASToken - public String getNotificationSignature()
public void setNotificationSignature(String notificationSignature)
notificationSignature - public String getHardExpirationWarning()
public void setHardExpirationWarning(String hardExpirationWarning)
hardExpirationWarning - public BotBlockResponseType getBotBlock()
public void setBotBlock(BotBlockResponseType botBlock)
botBlock - Container of token and image URL and Audio URL.public MessageElement[] get_any()
public void set_any(MessageElement[] _any)
_any - public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
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-2006 eBay Inc. All rights reserved.