public class

FaultDetailsType

extends Object
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.FaultDetailsType

Class Overview

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>
 

Summary

Fields
protected String detailedMessage
protected String errorCode
protected String severity
Public Constructors
FaultDetailsType()
Public Methods
String getDetailedMessage()
Gets the value of the detailedMessage property.
String getErrorCode()
Gets the value of the errorCode property.
String getSeverity()
Gets the value of the severity property.
void setDetailedMessage(String value)
Sets the value of the detailedMessage property.
void setErrorCode(String value)
Sets the value of the errorCode property.
void setSeverity(String value)
Sets the value of the severity property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String detailedMessage

protected String errorCode

protected String severity

Public Constructors

public FaultDetailsType ()

Public Methods

public String getDetailedMessage ()

Gets the value of the detailedMessage property.

Returns
  • possible object is String

public String getErrorCode ()

Gets the value of the errorCode property.

Returns
  • possible object is String

public String getSeverity ()

Gets the value of the severity property.

Returns
  • possible object is String

public void setDetailedMessage (String value)

Sets the value of the detailedMessage property.

Parameters
value Allowed object is String

public void setErrorCode (String value)

Sets the value of the errorCode property.

Parameters
value Allowed object is String

public void setSeverity (String value)

Sets the value of the severity property.

Parameters
value Allowed object is String