Class Overview
Java class for CancelRecoupResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CancelRecoupResponseType">
<complexContent>
<extension base="{urn:ebay:apis:eBLBaseComponents}AbstractResponseType">
</extension>
</complexContent>
</complexType>
Summary
|
[Expand]
Inherited Methods |
From class
ebay.apis.eblbasecomponents.AbstractResponseType
|
AckCodeType
|
getAck()
Gets the value of the ack property.
|
|
Object
|
getAny()
Gets the value of the any property.
|
|
String
|
getBuild()
Gets the value of the build property.
|
|
String
|
getCorrelationID()
Gets the value of the correlationID property.
|
|
List<ErrorType>
|
getErrors()
Gets the value of the errors property.
|
|
XMLGregorianCalendar
|
getTimestamp()
Gets the value of the timestamp property.
|
|
String
|
getVersion()
Gets the value of the version property.
|
|
void
|
setAck(AckCodeType value)
Sets the value of the ack property.
|
|
void
|
setAny(Object value)
Sets the value of the any property.
|
|
void
|
setBuild(String value)
Sets the value of the build property.
|
|
void
|
setCorrelationID(String value)
Sets the value of the correlationID property.
|
|
void
|
setTimestamp(XMLGregorianCalendar value)
Sets the value of the timestamp property.
|
|
void
|
setVersion(String value)
Sets the value of the version property.
|
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Public Constructors
public
CancelRecoupResponseType
()