| java.lang.Object | ||
| ↳ | org.mule.modules.quickbooks.online.schema.CdmBase | |
| ↳ | org.mule.modules.quickbooks.online.schema.Account | |
Account is a component of a Chart Of Accounts, and is part of a Ledger. Used to record a total monetary amount allocated against a specific use. Accounts are one of five basic types: asset, liability, revenue (income), expenses, or equity.
Java class for Account complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Account">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}CdmBase">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<group ref="{http://www.intuit.com/sb/cdm/v2}AccountParentReferenceGroup" minOccurs="0"/>
<element name="Desc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Active" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Type" type="{http://www.intuit.com/sb/cdm/v2}AccountTypeEnum" minOccurs="0"/>
<element name="Subtype" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AcctNum" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="BankNum" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="RoutingNum" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="OpeningBalance" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="OpeningBalanceDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="CurrentBalance" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="CurrentBalanceWithSubAccounts" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| accountParentId | |||||||||||
| accountParentName | |||||||||||
| acctNum | |||||||||||
| active | |||||||||||
| bankNum | |||||||||||
| currentBalance | |||||||||||
| currentBalanceWithSubAccounts | |||||||||||
| desc | |||||||||||
| name | |||||||||||
| openingBalance | |||||||||||
| openingBalanceDate | |||||||||||
| routingNum | |||||||||||
| subtype | |||||||||||
| type | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.online.schema.CdmBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the accountParentId property.
| |||||||||||
Gets the value of the accountParentName property.
| |||||||||||
Gets the value of the acctNum property.
| |||||||||||
Gets the value of the bankNum property.
| |||||||||||
Gets the value of the currentBalance property.
| |||||||||||
Gets the value of the currentBalanceWithSubAccounts property.
| |||||||||||
Gets the value of the desc property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the openingBalance property.
| |||||||||||
Gets the value of the openingBalanceDate property.
| |||||||||||
Gets the value of the routingNum property.
| |||||||||||
Gets the value of the subtype property.
| |||||||||||
Gets the value of the type property.
| |||||||||||
Gets the value of the active property.
| |||||||||||
Sets the value of the accountParentId property.
| |||||||||||
Sets the value of the accountParentName property.
| |||||||||||
Sets the value of the acctNum property.
| |||||||||||
Sets the value of the active property.
| |||||||||||
Sets the value of the bankNum property.
| |||||||||||
Sets the value of the currentBalance property.
| |||||||||||
Sets the value of the currentBalanceWithSubAccounts property.
| |||||||||||
Sets the value of the desc property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the openingBalance property.
| |||||||||||
Sets the value of the openingBalanceDate property.
| |||||||||||
Sets the value of the routingNum property.
| |||||||||||
Sets the value of the subtype property.
| |||||||||||
Sets the value of the type property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.online.schema.CdmBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the accountParentId property.
IdType
Gets the value of the accountParentName property.
Gets the value of the acctNum property.
Gets the value of the bankNum property.
Gets the value of the currentBalance property.
Gets the value of the currentBalanceWithSubAccounts property.
Gets the value of the desc property.
Gets the value of the name property.
Gets the value of the openingBalance property.
Gets the value of the openingBalanceDate property.
Gets the value of the routingNum property.
Gets the value of the subtype property.
Gets the value of the type property.
AccountTypeEnum
Gets the value of the active property.
Sets the value of the accountParentId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the accountParentName property.
| value | Allowed object is String |
|---|
Sets the value of the acctNum property.
| value | Allowed object is String |
|---|
Sets the value of the active property.
| value | Allowed object is Boolean |
|---|
Sets the value of the bankNum property.
| value | Allowed object is String |
|---|
Sets the value of the currentBalance property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the currentBalanceWithSubAccounts property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the desc property.
| value | Allowed object is String |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the openingBalance property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the openingBalanceDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the routingNum property.
| value | Allowed object is String |
|---|
Sets the value of the subtype property.
| value | Allowed object is String |
|---|
Sets the value of the type property.
| value | Allowed object is
AccountTypeEnum
|
|---|