| java.lang.Object | |||
| ↳ | org.mule.modules.quickbooks.windows.schema.CdmComplexBase | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.AbstractResponse | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.ErrorResponse | ||
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| dbErrorCode | |||||||||||
| errorCode | |||||||||||
| errorDesc | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.AbstractResponse
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the dbErrorCode property.
| |||||||||||
Gets the value of the errorCode property.
| |||||||||||
Gets the value of the errorDesc property.
| |||||||||||
Sets the value of the dbErrorCode property.
| |||||||||||
Sets the value of the errorCode property.
| |||||||||||
Sets the value of the errorDesc property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.AbstractResponse
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the dbErrorCode property.
Gets the value of the errorCode property.
Gets the value of the errorDesc property.
Sets the value of the dbErrorCode property.
| value | Allowed object is String |
|---|
Sets the value of the errorCode property.
| value | Allowed object is BigInteger |
|---|
Sets the value of the errorDesc property.
| value | Allowed object is String |
|---|