| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.FaultDetailsType |
Java class for FaultDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FaultDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ErrorCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Severity" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="DetailedMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| detailedMessage | |||||||||||
| errorCode | |||||||||||
| severity | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the detailedMessage property.
| |||||||||||
Gets the value of the errorCode property.
| |||||||||||
Gets the value of the severity property.
| |||||||||||
Sets the value of the detailedMessage property.
| |||||||||||
Sets the value of the errorCode property.
| |||||||||||
Sets the value of the severity property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the detailedMessage property.
Gets the value of the errorCode property.
Gets the value of the severity property.
Sets the value of the detailedMessage property.
| value | Allowed object is String |
|---|
Sets the value of the errorCode property.
| value | Allowed object is String |
|---|
Sets the value of the severity property.
| value | Allowed object is String |
|---|