| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.online.schema.QboBalanceSheetReportResponse.LiabilitiesAndEquity.Liabilities |
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>
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| QboBalanceSheetReportResponse.LiabilitiesAndEquity.Liabilities.CurrentLiabilities | Java class for anonymous complex type. |
||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| currentLiabilities | |||||||||||
| longTermLiabilities | |||||||||||
| totalCurrentLiabilities | |||||||||||
| totalLongTermLiabilities | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the currentLiabilities property.
| |||||||||||
Gets the value of the longTermLiabilities property.
| |||||||||||
Gets the value of the totalCurrentLiabilities property.
| |||||||||||
Gets the value of the totalLongTermLiabilities property.
| |||||||||||
Sets the value of the currentLiabilities property.
| |||||||||||
Sets the value of the totalCurrentLiabilities property.
| |||||||||||
Sets the value of the totalLongTermLiabilities property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the currentLiabilities property.
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
Gets the value of the totalCurrentLiabilities property.
Gets the value of the totalLongTermLiabilities property.
Sets the value of the currentLiabilities property.
| value | Allowed object is
QboBalanceSheetReportResponse.LiabilitiesAndEquity.Liabilities.CurrentLiabilities
|
|---|
Sets the value of the totalCurrentLiabilities property.
| value | Allowed object is String |
|---|
Sets the value of the totalLongTermLiabilities property.
| value | Allowed object is String |
|---|