Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class FaultDetailsType

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.FaultDetailsType
All Implemented Interfaces:
java.io.Serializable

public class FaultDetailsType
extends java.lang.Object
implements java.io.Serializable

SOAP faults are used to indicate that an infrastructure error has occurred, such as a problem on eBay's side with database or server going down, or a problem with the client or server-side SOAP framework.

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" minOccurs="0"/>
         <element name="Severity" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DetailedMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <any/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.util.List<java.lang.Object> any
           
protected  java.lang.String detailedMessage
           
protected  java.lang.String errorCode
           
protected  java.lang.String severity
           
 
Constructor Summary
FaultDetailsType()
           
 
Method Summary
protected  java.util.List<java.lang.Object> _getAny()
           
 java.lang.Object[] getAny()
           
 java.lang.Object getAny(int idx)
           
 int getAnyLength()
           
 java.lang.String getDetailedMessage()
          Gets the value of the detailedMessage property.
 java.lang.String getErrorCode()
          Gets the value of the errorCode property.
 java.lang.String getSeverity()
          Gets the value of the severity property.
 java.lang.Object setAny(int idx, java.lang.Object value)
           
 void setAny(java.lang.Object[] values)
           
 void setDetailedMessage(java.lang.String value)
          Sets the value of the detailedMessage property.
 void setErrorCode(java.lang.String value)
          Sets the value of the errorCode property.
 void setSeverity(java.lang.String value)
          Sets the value of the severity property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

errorCode

protected java.lang.String errorCode

severity

protected java.lang.String severity

detailedMessage

protected java.lang.String detailedMessage

any

protected java.util.List<java.lang.Object> any
Constructor Detail

FaultDetailsType

public FaultDetailsType()
Method Detail

getErrorCode

public java.lang.String getErrorCode()
Gets the value of the errorCode property.

Returns:
possible object is String

setErrorCode

public void setErrorCode(java.lang.String value)
Sets the value of the errorCode property.

Parameters:
value - allowed object is String

getSeverity

public java.lang.String getSeverity()
Gets the value of the severity property.

Returns:
possible object is String

setSeverity

public void setSeverity(java.lang.String value)
Sets the value of the severity property.

Parameters:
value - allowed object is String

getDetailedMessage

public java.lang.String getDetailedMessage()
Gets the value of the detailedMessage property.

Returns:
possible object is String

setDetailedMessage

public void setDetailedMessage(java.lang.String value)
Sets the value of the detailedMessage property.

Parameters:
value - allowed object is String

getAny

public java.lang.Object[] getAny()
Returns:
array of Object Element

getAny

public java.lang.Object getAny(int idx)
Returns:
one of Object Element

getAnyLength

public int getAnyLength()

setAny

public void setAny(java.lang.Object[] values)
Parameters:
values - allowed objects are Object Element

_getAny

protected java.util.List<java.lang.Object> _getAny()

setAny

public java.lang.Object setAny(int idx,
                               java.lang.Object value)
Parameters:
value - allowed object is Object Element

Changes since
the last release

The information contained in this document is proprietary and confidential. Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc. For information regarding a qualifying NDA, contact Developer Relations: developer-relations@ebay.com
© 2004-2009 eBay Inc. All rights reserved.