| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.online.schema.QboBalanceSheetReportResponse |
Used to output a balance sheet report. These default fields are set by QBO and filled in by the reporting engine.
Java class for QboBalanceSheetReportResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QboBalanceSheetReportResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Assets">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CurrentAssets">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BankAccounts" type="{http://www.intuit.com/sb/cdm/qboReports}ReportAccount" maxOccurs="unbounded" minOccurs="0"/>
<element name="TotalBankAccounts" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="AccountsReceivable" type="{http://www.intuit.com/sb/cdm/qboReports}ReportAccount" maxOccurs="unbounded" minOccurs="0"/>
<element name="TotalAccountsReceivable" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="OtherCurrentAssets" type="{http://www.intuit.com/sb/cdm/qboReports}ReportAccount" maxOccurs="unbounded" minOccurs="0"/>
<element name="TotalOtherCurrentAssets" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="TotalCurrentAssets" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="FixedAssets" type="{http://www.intuit.com/sb/cdm/qboReports}ReportAccount" maxOccurs="unbounded" minOccurs="0"/>
<element name="TotalFixedAssets" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="OtherAssets" type="{http://www.intuit.com/sb/cdm/qboReports}ReportAccount" maxOccurs="unbounded" minOccurs="0"/>
<element name="TotalOtherAssets" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="TotalAssets" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="LiabilitiesAndEquity">
<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>
</element>
<element name="TotalLiabilitiesAndEquity" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| QboBalanceSheetReportResponse.Assets | Java class for anonymous complex type. |
||||||||||
| QboBalanceSheetReportResponse.LiabilitiesAndEquity | Java class for anonymous complex type. |
||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| assets | |||||||||||
| liabilitiesAndEquity | |||||||||||
| totalAssets | |||||||||||
| totalLiabilitiesAndEquity | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the assets property.
| |||||||||||
Gets the value of the liabilitiesAndEquity property.
| |||||||||||
Gets the value of the totalAssets property.
| |||||||||||
Gets the value of the totalLiabilitiesAndEquity property.
| |||||||||||
Sets the value of the assets property.
| |||||||||||
Sets the value of the liabilitiesAndEquity property.
| |||||||||||
Sets the value of the totalAssets property.
| |||||||||||
Sets the value of the totalLiabilitiesAndEquity property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the assets property.
QboBalanceSheetReportResponse.Assets
Gets the value of the liabilitiesAndEquity property.
QboBalanceSheetReportResponse.LiabilitiesAndEquity
Gets the value of the totalAssets property.
Gets the value of the totalLiabilitiesAndEquity property.
Sets the value of the assets property.
| value | Allowed object is
QboBalanceSheetReportResponse.Assets
|
|---|
Sets the value of the liabilitiesAndEquity property.
| value | Allowed object is
QboBalanceSheetReportResponse.LiabilitiesAndEquity
|
|---|
Sets the value of the totalAssets property.
| value | Allowed object is String |
|---|
Sets the value of the totalLiabilitiesAndEquity property.
| value | Allowed object is String |
|---|