public static class

QboBalanceSheetReportResponse.LiabilitiesAndEquity.Liabilities.CurrentLiabilities

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

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

Summary

Fields
protected List<ReportAccount> accountsPayable
protected List<ReportAccount> creditCards
protected List<ReportAccount> otherCurrentLiabilities
protected String totalAccountsPayable
protected String totalCreditCards
protected String totalOtherCurrentLiabilities
Public Constructors
QboBalanceSheetReportResponse.LiabilitiesAndEquity.Liabilities.CurrentLiabilities()
Public Methods
List<ReportAccount> getAccountsPayable()
Gets the value of the accountsPayable property.
List<ReportAccount> getCreditCards()
Gets the value of the creditCards property.
List<ReportAccount> getOtherCurrentLiabilities()
Gets the value of the otherCurrentLiabilities property.
String getTotalAccountsPayable()
Gets the value of the totalAccountsPayable property.
String getTotalCreditCards()
Gets the value of the totalCreditCards property.
String getTotalOtherCurrentLiabilities()
Gets the value of the totalOtherCurrentLiabilities property.
void setTotalAccountsPayable(String value)
Sets the value of the totalAccountsPayable property.
void setTotalCreditCards(String value)
Sets the value of the totalCreditCards property.
void setTotalOtherCurrentLiabilities(String value)
Sets the value of the totalOtherCurrentLiabilities property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<ReportAccount> accountsPayable

protected List<ReportAccount> creditCards

protected List<ReportAccount> otherCurrentLiabilities

protected String totalAccountsPayable

protected String totalCreditCards

protected String totalOtherCurrentLiabilities

Public Constructors

public QboBalanceSheetReportResponse.LiabilitiesAndEquity.Liabilities.CurrentLiabilities ()

Public Methods

public List<ReportAccount> getAccountsPayable ()

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

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

    getAccountsPayable().add(newItem);
 

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

public List<ReportAccount> getCreditCards ()

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

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

    getCreditCards().add(newItem);
 

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

public List<ReportAccount> getOtherCurrentLiabilities ()

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

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

    getOtherCurrentLiabilities().add(newItem);
 

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

public String getTotalAccountsPayable ()

Gets the value of the totalAccountsPayable property.

Returns
  • possible object is String

public String getTotalCreditCards ()

Gets the value of the totalCreditCards property.

Returns
  • possible object is String

public String getTotalOtherCurrentLiabilities ()

Gets the value of the totalOtherCurrentLiabilities property.

Returns
  • possible object is String

public void setTotalAccountsPayable (String value)

Sets the value of the totalAccountsPayable property.

Parameters
value Allowed object is String

public void setTotalCreditCards (String value)

Sets the value of the totalCreditCards property.

Parameters
value Allowed object is String

public void setTotalOtherCurrentLiabilities (String value)

Sets the value of the totalOtherCurrentLiabilities property.

Parameters
value Allowed object is String