public class

QboCompany

extends Organization
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.online.schema.CdmBase
     ↳ org.mule.modules.quickbooks.online.schema.Organization
       ↳ org.mule.modules.quickbooks.online.schema.QboCompany
Known Direct Subclasses

Class Overview

Java class for QboCompany complex type.

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

 <complexType name="QboCompany">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}Organization">
       <sequence>
         <element name="UseDefaultChartOfAccounts" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="BillingCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="UserName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="UserAuthId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class org.mule.modules.quickbooks.online.schema.Organization
From class org.mule.modules.quickbooks.online.schema.CdmBase
Fields
protected String billingCode
protected Boolean useDefaultChartOfAccounts
protected String userAuthId
protected String userName
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.online.schema.Organization
From class org.mule.modules.quickbooks.online.schema.CdmBase
Public Constructors
QboCompany()
Public Methods
String getBillingCode()
Gets the value of the billingCode property.
Boolean getUseDefaultChartOfAccounts()
Gets the value of the useDefaultChartOfAccounts property.
String getUserAuthId()
Gets the value of the userAuthId property.
String getUserName()
Gets the value of the userName property.
void setBillingCode(String value)
Sets the value of the billingCode property.
void setUseDefaultChartOfAccounts(Boolean value)
Sets the value of the useDefaultChartOfAccounts property.
void setUserAuthId(String value)
Sets the value of the userAuthId property.
void setUserName(String value)
Sets the value of the userName property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.online.schema.Organization
From class org.mule.modules.quickbooks.online.schema.CdmBase
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String billingCode

protected Boolean useDefaultChartOfAccounts

protected String userAuthId

protected String userName

Public Constructors

public QboCompany ()

Public Methods

public String getBillingCode ()

Gets the value of the billingCode property.

Returns
  • possible object is String

public Boolean getUseDefaultChartOfAccounts ()

Gets the value of the useDefaultChartOfAccounts property.

Returns
  • possible object is Boolean

public String getUserAuthId ()

Gets the value of the userAuthId property.

Returns
  • possible object is String

public String getUserName ()

Gets the value of the userName property.

Returns
  • possible object is String

public void setBillingCode (String value)

Sets the value of the billingCode property.

Parameters
value Allowed object is String

public void setUseDefaultChartOfAccounts (Boolean value)

Sets the value of the useDefaultChartOfAccounts property.

Parameters
value Allowed object is Boolean

public void setUserAuthId (String value)

Sets the value of the userAuthId property.

Parameters
value Allowed object is String

public void setUserName (String value)

Sets the value of the userName property.

Parameters
value Allowed object is String