public class

FaultInfo

extends Object
java.lang.Object
   ↳ org.mule.modules.quickbooks.online.schema.FaultInfo

Class Overview

FaultInfo represents an exception condition

Java class for FaultInfo complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="FaultInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Message" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ErrorCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Cause" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String cause
protected String errorCode
protected String message
Public Constructors
FaultInfo()
Public Methods
String getCause()
Gets the value of the cause property.
String getErrorCode()
Gets the value of the errorCode property.
String getMessage()
Gets the value of the message property.
void setCause(String value)
Sets the value of the cause property.
void setErrorCode(String value)
Sets the value of the errorCode property.
void setMessage(String value)
Sets the value of the message property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String cause

protected String errorCode

protected String message

Public Constructors

public FaultInfo ()

Public Methods

public String getCause ()

Gets the value of the cause property.

Returns
  • possible object is String

public String getErrorCode ()

Gets the value of the errorCode property.

Returns
  • possible object is String

public String getMessage ()

Gets the value of the message property.

Returns
  • possible object is String

public void setCause (String value)

Sets the value of the cause 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 setMessage (String value)

Sets the value of the message property.

Parameters
value Allowed object is String