public static class

QboBalanceSheetReportResponse.Assets.CurrentAssets

extends Object
java.lang.Object
   ↳ org.mule.modules.quickbooks.online.schema.QboBalanceSheetReportResponse.Assets.CurrentAssets

Class Overview

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>
 

Summary

Fields
protected List<ReportAccount> accountsReceivable
protected List<ReportAccount> bankAccounts
protected List<ReportAccount> otherCurrentAssets
protected String totalAccountsReceivable
protected String totalBankAccounts
protected String totalOtherCurrentAssets
Public Constructors
QboBalanceSheetReportResponse.Assets.CurrentAssets()
Public Methods
List<ReportAccount> getAccountsReceivable()
Gets the value of the accountsReceivable property.
List<ReportAccount> getBankAccounts()
Gets the value of the bankAccounts property.
List<ReportAccount> getOtherCurrentAssets()
Gets the value of the otherCurrentAssets property.
String getTotalAccountsReceivable()
Gets the value of the totalAccountsReceivable property.
String getTotalBankAccounts()
Gets the value of the totalBankAccounts property.
String getTotalOtherCurrentAssets()
Gets the value of the totalOtherCurrentAssets property.
void setTotalAccountsReceivable(String value)
Sets the value of the totalAccountsReceivable property.
void setTotalBankAccounts(String value)
Sets the value of the totalBankAccounts property.
void setTotalOtherCurrentAssets(String value)
Sets the value of the totalOtherCurrentAssets property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<ReportAccount> accountsReceivable

protected List<ReportAccount> bankAccounts

protected List<ReportAccount> otherCurrentAssets

protected String totalAccountsReceivable

protected String totalBankAccounts

protected String totalOtherCurrentAssets

Public Constructors

public QboBalanceSheetReportResponse.Assets.CurrentAssets ()

Public Methods

public List<ReportAccount> getAccountsReceivable ()

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

public List<ReportAccount> getBankAccounts ()

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

public List<ReportAccount> getOtherCurrentAssets ()

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

public String getTotalAccountsReceivable ()

Gets the value of the totalAccountsReceivable property.

Returns
  • possible object is String

public String getTotalBankAccounts ()

Gets the value of the totalBankAccounts property.

Returns
  • possible object is String

public String getTotalOtherCurrentAssets ()

Gets the value of the totalOtherCurrentAssets property.

Returns
  • possible object is String

public void setTotalAccountsReceivable (String value)

Sets the value of the totalAccountsReceivable property.

Parameters
value Allowed object is String

public void setTotalBankAccounts (String value)

Sets the value of the totalBankAccounts property.

Parameters
value Allowed object is String

public void setTotalOtherCurrentAssets (String value)

Sets the value of the totalOtherCurrentAssets property.

Parameters
value Allowed object is String