| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.AbstractResponseType |
Known Indirect Subclasses
|
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.
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"/>
<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="Version" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Build" type="{http://www.w3.org/2001/XMLSchema}string"/>
<any processContents='lax' namespace='' minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ack | |||||||||||
| any | |||||||||||
| build | |||||||||||
| correlationID | |||||||||||
| errors | |||||||||||
| timestamp | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the ack property.
| |||||||||||
Gets the value of the any property.
| |||||||||||
Gets the value of the build property.
| |||||||||||
Gets the value of the correlationID property.
| |||||||||||
Gets the value of the errors property.
| |||||||||||
Gets the value of the timestamp property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Sets the value of the ack property.
| |||||||||||
Sets the value of the any property.
| |||||||||||
Sets the value of the build property.
| |||||||||||
Sets the value of the correlationID property.
| |||||||||||
Sets the value of the timestamp property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the ack property.
AckCodeType
Gets the value of the any property.
Gets the value of the build property.
Gets the value of the correlationID property.
Gets the value of the errors property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the errors property.
For example, to add a new item, do as follows:
getErrors().add(newItem);
Objects of the following type(s) are allowed in the list
ErrorType
Gets the value of the timestamp property.
Gets the value of the version property.
Sets the value of the ack property.
| value | Allowed object is
AckCodeType
|
|---|
Sets the value of the any property.
| value | Allowed object is Object Element |
|---|
Sets the value of the build property.
| value | Allowed object is String |
|---|
Sets the value of the correlationID property.
| value | Allowed object is String |
|---|
Sets the value of the timestamp property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|