| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.online.schema.QboBalanceSheetReportResponse.Assets.CurrentAssets |
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BankAccounts" type="{http://www.intuit.com/sb/cdm/qboReports}ReportAccount" maxOccurs="unbounded" minOccurs="0"/>
<element name="TotalBankAccounts" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="AccountsReceivable" type="{http://www.intuit.com/sb/cdm/qboReports}ReportAccount" maxOccurs="unbounded" minOccurs="0"/>
<element name="TotalAccountsReceivable" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="OtherCurrentAssets" type="{http://www.intuit.com/sb/cdm/qboReports}ReportAccount" maxOccurs="unbounded" minOccurs="0"/>
<element name="TotalOtherCurrentAssets" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| accountsReceivable | |||||||||||
| bankAccounts | |||||||||||
| otherCurrentAssets | |||||||||||
| totalAccountsReceivable | |||||||||||
| totalBankAccounts | |||||||||||
| totalOtherCurrentAssets | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the accountsReceivable property.
| |||||||||||
Gets the value of the bankAccounts property.
| |||||||||||
Gets the value of the otherCurrentAssets property.
| |||||||||||
Gets the value of the totalAccountsReceivable property.
| |||||||||||
Gets the value of the totalBankAccounts property.
| |||||||||||
Gets the value of the totalOtherCurrentAssets property.
| |||||||||||
Sets the value of the totalAccountsReceivable property.
| |||||||||||
Sets the value of the totalBankAccounts property.
| |||||||||||
Sets the value of the totalOtherCurrentAssets property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the accountsReceivable property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the accountsReceivable property.
For example, to add a new item, do as follows:
getAccountsReceivable().add(newItem);
Objects of the following type(s) are allowed in the list
ReportAccount
Gets the value of the bankAccounts property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the bankAccounts property.
For example, to add a new item, do as follows:
getBankAccounts().add(newItem);
Objects of the following type(s) are allowed in the list
ReportAccount
Gets the value of the otherCurrentAssets property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the otherCurrentAssets property.
For example, to add a new item, do as follows:
getOtherCurrentAssets().add(newItem);
Objects of the following type(s) are allowed in the list
ReportAccount
Gets the value of the totalAccountsReceivable property.
Gets the value of the totalBankAccounts property.
Gets the value of the totalOtherCurrentAssets property.
Sets the value of the totalAccountsReceivable property.
| value | Allowed object is String |
|---|
Sets the value of the totalBankAccounts property.
| value | Allowed object is String |
|---|
Sets the value of the totalOtherCurrentAssets property.
| value | Allowed object is String |
|---|