public static class

QboBalanceSheetReportResponse.LiabilitiesAndEquity

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

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="Liabilities">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="CurrentLiabilities">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="AccountsPayable" type="{http://www.intuit.com/sb/cdm/qboReports}ReportAccount" maxOccurs="unbounded" minOccurs="0"/>
                             <element name="TotalAccountsPayable" type="{http://www.w3.org/2001/XMLSchema}string"/>
                             <element name="CreditCards" type="{http://www.intuit.com/sb/cdm/qboReports}ReportAccount" maxOccurs="unbounded" minOccurs="0"/>
                             <element name="TotalCreditCards" type="{http://www.w3.org/2001/XMLSchema}string"/>
                             <element name="OtherCurrentLiabilities" type="{http://www.intuit.com/sb/cdm/qboReports}ReportAccount" maxOccurs="unbounded" minOccurs="0"/>
                             <element name="TotalOtherCurrentLiabilities" type="{http://www.w3.org/2001/XMLSchema}string"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="TotalCurrentLiabilities" type="{http://www.w3.org/2001/XMLSchema}string"/>
                   <element name="LongTermLiabilities" type="{http://www.intuit.com/sb/cdm/qboReports}ReportAccount" maxOccurs="unbounded" minOccurs="0"/>
                   <element name="TotalLongTermLiabilities" type="{http://www.w3.org/2001/XMLSchema}string"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="TotalLiabilities" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Equity" type="{http://www.intuit.com/sb/cdm/qboReports}ReportAccount" maxOccurs="unbounded" minOccurs="0"/>
         <element name="TotalEquity" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Nested Classes
class QboBalanceSheetReportResponse.LiabilitiesAndEquity.Liabilities

Java class for anonymous complex type. 

Fields
protected List<ReportAccount> equity
protected QboBalanceSheetReportResponse.LiabilitiesAndEquity.Liabilities liabilities
protected String totalEquity
protected String totalLiabilities
Public Constructors
QboBalanceSheetReportResponse.LiabilitiesAndEquity()
Public Methods
List<ReportAccount> getEquity()
Gets the value of the equity property.
QboBalanceSheetReportResponse.LiabilitiesAndEquity.Liabilities getLiabilities()
Gets the value of the liabilities property.
String getTotalEquity()
Gets the value of the totalEquity property.
String getTotalLiabilities()
Gets the value of the totalLiabilities property.
void setLiabilities(QboBalanceSheetReportResponse.LiabilitiesAndEquity.Liabilities value)
Sets the value of the liabilities property.
void setTotalEquity(String value)
Sets the value of the totalEquity property.
void setTotalLiabilities(String value)
Sets the value of the totalLiabilities property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<ReportAccount> equity

protected String totalEquity

protected String totalLiabilities

Public Constructors

public QboBalanceSheetReportResponse.LiabilitiesAndEquity ()

Public Methods

public List<ReportAccount> getEquity ()

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

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

    getEquity().add(newItem);
 

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

public QboBalanceSheetReportResponse.LiabilitiesAndEquity.Liabilities getLiabilities ()

Gets the value of the liabilities property.

public String getTotalEquity ()

Gets the value of the totalEquity property.

Returns
  • possible object is String

public String getTotalLiabilities ()

Gets the value of the totalLiabilities property.

Returns
  • possible object is String

public void setLiabilities (QboBalanceSheetReportResponse.LiabilitiesAndEquity.Liabilities value)

Sets the value of the liabilities property.

public void setTotalEquity (String value)

Sets the value of the totalEquity property.

Parameters
value Allowed object is String

public void setTotalLiabilities (String value)

Sets the value of the totalLiabilities property.

Parameters
value Allowed object is String