public abstract class AbstractResponseType
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected AckCodeType |
ack |
protected java.lang.Object |
any |
protected java.lang.String |
build |
protected java.lang.String |
correlationID |
protected java.util.List<ErrorType> |
errors |
protected javax.xml.datatype.XMLGregorianCalendar |
timestamp |
protected java.lang.String |
version |
| Constructor and Description |
|---|
AbstractResponseType() |
| Modifier and Type | Method and Description |
|---|---|
AckCodeType |
getAck()
Gets the value of the ack property.
|
java.lang.Object |
getAny()
Gets the value of the any property.
|
java.lang.String |
getBuild()
Gets the value of the build property.
|
java.lang.String |
getCorrelationID()
Gets the value of the correlationID property.
|
java.util.List<ErrorType> |
getErrors()
Gets the value of the errors property.
|
javax.xml.datatype.XMLGregorianCalendar |
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.
|
void |
setAny(java.lang.Object value)
Sets the value of the any 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 |
setTimestamp(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the timestamp property.
|
void |
setVersion(java.lang.String value)
Sets the value of the version property.
|
protected javax.xml.datatype.XMLGregorianCalendar timestamp
protected AckCodeType ack
protected java.lang.String correlationID
protected java.util.List<ErrorType> errors
protected java.lang.String version
protected java.lang.String build
protected java.lang.Object any
public javax.xml.datatype.XMLGregorianCalendar getTimestamp()
XMLGregorianCalendarpublic void setTimestamp(javax.xml.datatype.XMLGregorianCalendar value)
value - the value
allowed object is
XMLGregorianCalendarpublic AckCodeType getAck()
AckCodeTypepublic void setAck(AckCodeType value)
value - the value
allowed object is
AckCodeTypepublic java.lang.String getCorrelationID()
Stringpublic void setCorrelationID(java.lang.String value)
value - the value
allowed object is
Stringpublic java.util.List<ErrorType> getErrors()
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
public java.lang.String getVersion()
Stringpublic void setVersion(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getBuild()
Stringpublic void setBuild(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.Object getAny()
Object
Elementpublic void setAny(java.lang.Object value)
value - the value
allowed object is
Object
ElementstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.