|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecturn.ebay.apis.eBLBaseComponents.AbstractResponseType
public 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, and - application-level errors and warnings.
| Constructor Summary | |
|---|---|
AbstractResponseType()
Default Constructor |
|
AbstractResponseType(Node node)
|
|
| Method Summary | |
|---|---|
AckCodeType |
getAck()
Getter for ack |
String |
getBuild()
Getter for build |
String |
getCorrelationID()
Getter for correlationID |
List<ErrorType> |
getErrors()
Getter for errors |
String |
getTimestamp()
Getter for timestamp |
String |
getVersion()
Getter for version |
void |
setAck(AckCodeType ack)
Setter for ack |
void |
setBuild(String build)
Setter for build |
void |
setCorrelationID(String correlationID)
Setter for correlationID |
void |
setErrors(List<ErrorType> errors)
Setter for errors |
void |
setTimestamp(String timestamp)
Setter for timestamp |
void |
setVersion(String version)
Setter for version |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractResponseType()
public AbstractResponseType(Node node)
throws XPathExpressionException
XPathExpressionException| Method Detail |
|---|
public String getTimestamp()
public void setTimestamp(String timestamp)
public AckCodeType getAck()
public void setAck(AckCodeType ack)
public String getCorrelationID()
public void setCorrelationID(String correlationID)
public List<ErrorType> getErrors()
public void setErrors(List<ErrorType> errors)
public String getVersion()
public void setVersion(String version)
public String getBuild()
public void setBuild(String build)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||