Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class FaultDetailsType

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

public class FaultDetailsType
extends Object
implements 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  List<Object> any
           
protected  String detailedMessage
           
protected  String errorCode
           
protected  String severity
           
 
Constructor Summary
FaultDetailsType()
           
 
Method Summary
protected  List<Object> _getAny()
           
 Object[] getAny()
           
 Object getAny(int idx)
           
 int getAnyLength()
           
 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.
 Object setAny(int idx, Object value)
           
 void setAny(Object[] values)
           
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

errorCode

protected String errorCode

severity

protected String severity

detailedMessage

protected String detailedMessage

any

protected List<Object> any
Constructor Detail

FaultDetailsType

public FaultDetailsType()
Method Detail

getErrorCode

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

Returns:
possible object is String

setErrorCode

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

Parameters:
value - allowed object is String

getSeverity

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

Returns:
possible object is String

setSeverity

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

Parameters:
value - allowed object is String

getDetailedMessage

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

Returns:
possible object is String

setDetailedMessage

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

Parameters:
value - allowed object is String

getAny

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

getAny

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

getAnyLength

public int getAnyLength()

setAny

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

_getAny

protected List<Object> _getAny()

setAny

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

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.