public static class

QboBalanceSheetReportResponse.LiabilitiesAndEquity.Liabilities

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

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="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>
 

Summary

Nested Classes
class QboBalanceSheetReportResponse.LiabilitiesAndEquity.Liabilities.CurrentLiabilities

Java class for anonymous complex type. 

Fields
protected QboBalanceSheetReportResponse.LiabilitiesAndEquity.Liabilities.CurrentLiabilities currentLiabilities
protected List<ReportAccount> longTermLiabilities
protected String totalCurrentLiabilities
protected String totalLongTermLiabilities
Public Constructors
QboBalanceSheetReportResponse.LiabilitiesAndEquity.Liabilities()
Public Methods
QboBalanceSheetReportResponse.LiabilitiesAndEquity.Liabilities.CurrentLiabilities getCurrentLiabilities()
Gets the value of the currentLiabilities property.
List<ReportAccount> getLongTermLiabilities()
Gets the value of the longTermLiabilities property.
String getTotalCurrentLiabilities()
Gets the value of the totalCurrentLiabilities property.
String getTotalLongTermLiabilities()
Gets the value of the totalLongTermLiabilities property.
void setCurrentLiabilities(QboBalanceSheetReportResponse.LiabilitiesAndEquity.Liabilities.CurrentLiabilities value)
Sets the value of the currentLiabilities property.
void setTotalCurrentLiabilities(String value)
Sets the value of the totalCurrentLiabilities property.
void setTotalLongTermLiabilities(String value)
Sets the value of the totalLongTermLiabilities property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<ReportAccount> longTermLiabilities

protected String totalCurrentLiabilities

protected String totalLongTermLiabilities

Public Constructors

public QboBalanceSheetReportResponse.LiabilitiesAndEquity.Liabilities ()

Public Methods

public QboBalanceSheetReportResponse.LiabilitiesAndEquity.Liabilities.CurrentLiabilities getCurrentLiabilities ()

Gets the value of the currentLiabilities property.

public List<ReportAccount> getLongTermLiabilities ()

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

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

    getLongTermLiabilities().add(newItem);
 

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

public String getTotalCurrentLiabilities ()

Gets the value of the totalCurrentLiabilities property.

Returns
  • possible object is String

public String getTotalLongTermLiabilities ()

Gets the value of the totalLongTermLiabilities property.

Returns
  • possible object is String

public void setCurrentLiabilities (QboBalanceSheetReportResponse.LiabilitiesAndEquity.Liabilities.CurrentLiabilities value)

Sets the value of the currentLiabilities property.

public void setTotalCurrentLiabilities (String value)

Sets the value of the totalCurrentLiabilities property.

Parameters
value Allowed object is String

public void setTotalLongTermLiabilities (String value)

Sets the value of the totalLongTermLiabilities property.

Parameters
value Allowed object is String