public class

QboBulkResult

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

Class Overview

Provides the definition for bulk create entity

Java class for QboBulkResult complex type.

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

 <complexType name="QboBulkResult">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Id" type="{http://www.intuit.com/sb/cdm/v2}IdType" minOccurs="0"/>
         <element name="SyncToken" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Success" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="ErrorClass" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ErrorCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ErrorCause" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String errorCause
protected String errorClass
protected String errorCode
protected IdType id
protected String message
protected Boolean success
protected String syncToken
Public Constructors
QboBulkResult()
Public Methods
String getErrorCause()
Gets the value of the errorCause property.
String getErrorClass()
Gets the value of the errorClass property.
String getErrorCode()
Gets the value of the errorCode property.
IdType getId()
Gets the value of the id property.
String getMessage()
Gets the value of the message property.
String getSyncToken()
Gets the value of the syncToken property.
Boolean isSuccess()
Gets the value of the success property.
void setErrorCause(String value)
Sets the value of the errorCause property.
void setErrorClass(String value)
Sets the value of the errorClass property.
void setErrorCode(String value)
Sets the value of the errorCode property.
void setId(IdType value)
Sets the value of the id property.
void setMessage(String value)
Sets the value of the message property.
void setSuccess(Boolean value)
Sets the value of the success property.
void setSyncToken(String value)
Sets the value of the syncToken property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String errorCause

protected String errorClass

protected String errorCode

protected IdType id

protected String message

protected Boolean success

protected String syncToken

Public Constructors

public QboBulkResult ()

Public Methods

public String getErrorCause ()

Gets the value of the errorCause property.

Returns
  • possible object is String

public String getErrorClass ()

Gets the value of the errorClass property.

Returns
  • possible object is String

public String getErrorCode ()

Gets the value of the errorCode property.

Returns
  • possible object is String

public IdType getId ()

Gets the value of the id property.

Returns

public String getMessage ()

Gets the value of the message property.

Returns
  • possible object is String

public String getSyncToken ()

Gets the value of the syncToken property.

Returns
  • possible object is String

public Boolean isSuccess ()

Gets the value of the success property.

Returns
  • possible object is Boolean

public void setErrorCause (String value)

Sets the value of the errorCause property.

Parameters
value Allowed object is String

public void setErrorClass (String value)

Sets the value of the errorClass 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 setId (IdType value)

Sets the value of the id property.

Parameters
value Allowed object is IdType

public void setMessage (String value)

Sets the value of the message property.

Parameters
value Allowed object is String

public void setSuccess (Boolean value)

Sets the value of the success property.

Parameters
value Allowed object is Boolean

public void setSyncToken (String value)

Sets the value of the syncToken property.

Parameters
value Allowed object is String