public class

ErrorResponse

extends AbstractResponse
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.CdmComplexBase
     ↳ org.mule.modules.quickbooks.windows.schema.AbstractResponse
       ↳ org.mule.modules.quickbooks.windows.schema.ErrorResponse

Class Overview

Java class for ErrorResponse complex type.

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

 <complexType name="ErrorResponse">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}AbstractResponse">
       <sequence>
         <element name="ErrorCode" type="{http://www.w3.org/2001/XMLSchema}integer"/>
         <element name="ErrorDesc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DBErrorCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String dbErrorCode
protected BigInteger errorCode
protected String errorDesc
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.AbstractResponse
Public Constructors
ErrorResponse()
Public Methods
String getDBErrorCode()
Gets the value of the dbErrorCode property.
BigInteger getErrorCode()
Gets the value of the errorCode property.
String getErrorDesc()
Gets the value of the errorDesc property.
void setDBErrorCode(String value)
Sets the value of the dbErrorCode property.
void setErrorCode(BigInteger value)
Sets the value of the errorCode property.
void setErrorDesc(String value)
Sets the value of the errorDesc property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.AbstractResponse
From class java.lang.Object

Fields

protected String dbErrorCode

protected BigInteger errorCode

protected String errorDesc

Public Constructors

public ErrorResponse ()

Public Methods

public String getDBErrorCode ()

Gets the value of the dbErrorCode property.

Returns
  • possible object is String

public BigInteger getErrorCode ()

Gets the value of the errorCode property.

Returns
  • possible object is BigInteger

public String getErrorDesc ()

Gets the value of the errorDesc property.

Returns
  • possible object is String

public void setDBErrorCode (String value)

Sets the value of the dbErrorCode property.

Parameters
value Allowed object is String

public void setErrorCode (BigInteger value)

Sets the value of the errorCode property.

Parameters
value Allowed object is BigInteger

public void setErrorDesc (String value)

Sets the value of the errorDesc property.

Parameters
value Allowed object is String