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