public static class

QboBalanceSheetReportResponse.Assets

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

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="CurrentAssets">
           <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>
         </element>
         <element name="TotalCurrentAssets" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="FixedAssets" type="{http://www.intuit.com/sb/cdm/qboReports}ReportAccount" maxOccurs="unbounded" minOccurs="0"/>
         <element name="TotalFixedAssets" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="OtherAssets" type="{http://www.intuit.com/sb/cdm/qboReports}ReportAccount" maxOccurs="unbounded" minOccurs="0"/>
         <element name="TotalOtherAssets" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Nested Classes
class QboBalanceSheetReportResponse.Assets.CurrentAssets

Java class for anonymous complex type. 

Fields
protected QboBalanceSheetReportResponse.Assets.CurrentAssets currentAssets
protected List<ReportAccount> fixedAssets
protected List<ReportAccount> otherAssets
protected String totalCurrentAssets
protected String totalFixedAssets
protected String totalOtherAssets
Public Constructors
QboBalanceSheetReportResponse.Assets()
Public Methods
QboBalanceSheetReportResponse.Assets.CurrentAssets getCurrentAssets()
Gets the value of the currentAssets property.
List<ReportAccount> getFixedAssets()
Gets the value of the fixedAssets property.
List<ReportAccount> getOtherAssets()
Gets the value of the otherAssets property.
String getTotalCurrentAssets()
Gets the value of the totalCurrentAssets property.
String getTotalFixedAssets()
Gets the value of the totalFixedAssets property.
String getTotalOtherAssets()
Gets the value of the totalOtherAssets property.
void setCurrentAssets(QboBalanceSheetReportResponse.Assets.CurrentAssets value)
Sets the value of the currentAssets property.
void setTotalCurrentAssets(String value)
Sets the value of the totalCurrentAssets property.
void setTotalFixedAssets(String value)
Sets the value of the totalFixedAssets property.
void setTotalOtherAssets(String value)
Sets the value of the totalOtherAssets property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<ReportAccount> fixedAssets

protected List<ReportAccount> otherAssets

protected String totalCurrentAssets

protected String totalFixedAssets

protected String totalOtherAssets

Public Constructors

public QboBalanceSheetReportResponse.Assets ()

Public Methods

public QboBalanceSheetReportResponse.Assets.CurrentAssets getCurrentAssets ()

Gets the value of the currentAssets property.

public List<ReportAccount> getFixedAssets ()

Gets the value of the fixedAssets 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 fixedAssets property.

For example, to add a new item, do as follows:

    getFixedAssets().add(newItem);
 

Objects of the following type(s) are allowed in the list ReportAccount

public List<ReportAccount> getOtherAssets ()

Gets the value of the otherAssets 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 otherAssets property.

For example, to add a new item, do as follows:

    getOtherAssets().add(newItem);
 

Objects of the following type(s) are allowed in the list ReportAccount

public String getTotalCurrentAssets ()

Gets the value of the totalCurrentAssets property.

Returns
  • possible object is String

public String getTotalFixedAssets ()

Gets the value of the totalFixedAssets property.

Returns
  • possible object is String

public String getTotalOtherAssets ()

Gets the value of the totalOtherAssets property.

Returns
  • possible object is String

public void setCurrentAssets (QboBalanceSheetReportResponse.Assets.CurrentAssets value)

Sets the value of the currentAssets property.

Parameters
value Allowed object is QboBalanceSheetReportResponse.Assets.CurrentAssets

public void setTotalCurrentAssets (String value)

Sets the value of the totalCurrentAssets property.

Parameters
value Allowed object is String

public void setTotalFixedAssets (String value)

Sets the value of the totalFixedAssets property.

Parameters
value Allowed object is String

public void setTotalOtherAssets (String value)

Sets the value of the totalOtherAssets property.

Parameters
value Allowed object is String