| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.ErrorType |
Java class for ErrorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ErrorType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ShortMessage" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="LongMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ErrorCode" type="{http://www.w3.org/2001/XMLSchema}token"/>
<element name="SeverityCode" type="{urn:ebay:apis:eBLBaseComponents}SeverityCodeType"/>
<element name="ErrorParameters" type="{urn:ebay:apis:eBLBaseComponents}ErrorParameterType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| errorCode | |||||||||||
| errorParameters | |||||||||||
| longMessage | |||||||||||
| severityCode | |||||||||||
| shortMessage | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the errorCode property.
| |||||||||||
Gets the value of the errorParameters property.
| |||||||||||
Gets the value of the longMessage property.
| |||||||||||
Gets the value of the severityCode property.
| |||||||||||
Gets the value of the shortMessage property.
| |||||||||||
Sets the value of the errorCode property.
| |||||||||||
Sets the value of the longMessage property.
| |||||||||||
Sets the value of the severityCode property.
| |||||||||||
Sets the value of the shortMessage property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the errorCode property.
Gets the value of the errorParameters 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 errorParameters property.
For example, to add a new item, do as follows:
getErrorParameters().add(newItem);
Objects of the following type(s) are allowed in the list
ErrorParameterType
Gets the value of the longMessage property.
Gets the value of the severityCode property.
SeverityCodeType
Gets the value of the shortMessage property.
Sets the value of the errorCode property.
| value | Allowed object is String |
|---|
Sets the value of the longMessage property.
| value | Allowed object is String |
|---|
Sets the value of the severityCode property.
| value | Allowed object is
SeverityCodeType
|
|---|
Sets the value of the shortMessage property.
| value | Allowed object is String |
|---|