| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.online.schema.QboBalanceSheetReportResponse.Assets |
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="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>
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| QboBalanceSheetReportResponse.Assets.CurrentAssets | Java class for anonymous complex type. |
||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| currentAssets | |||||||||||
| fixedAssets | |||||||||||
| otherAssets | |||||||||||
| totalCurrentAssets | |||||||||||
| totalFixedAssets | |||||||||||
| totalOtherAssets | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the currentAssets property.
| |||||||||||
Gets the value of the fixedAssets property.
| |||||||||||
Gets the value of the otherAssets property.
| |||||||||||
Gets the value of the totalCurrentAssets property.
| |||||||||||
Gets the value of the totalFixedAssets property.
| |||||||||||
Gets the value of the totalOtherAssets property.
| |||||||||||
Sets the value of the currentAssets property.
| |||||||||||
Sets the value of the totalCurrentAssets property.
| |||||||||||
Sets the value of the totalFixedAssets property.
| |||||||||||
Sets the value of the totalOtherAssets property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the currentAssets property.
QboBalanceSheetReportResponse.Assets.CurrentAssets
Gets the value of the fixedAssets 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 fixedAssets property.
For example, to add a new item, do as follows:
getFixedAssets().add(newItem);
Objects of the following type(s) are allowed in the list
ReportAccount
Gets the value of the otherAssets 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 otherAssets property.
For example, to add a new item, do as follows:
getOtherAssets().add(newItem);
Objects of the following type(s) are allowed in the list
ReportAccount
Gets the value of the totalCurrentAssets property.
Gets the value of the totalFixedAssets property.
Gets the value of the totalOtherAssets property.
Sets the value of the currentAssets property.
| value | Allowed object is
QboBalanceSheetReportResponse.Assets.CurrentAssets
|
|---|
Sets the value of the totalCurrentAssets property.
| value | Allowed object is String |
|---|
Sets the value of the totalFixedAssets property.
| value | Allowed object is String |
|---|
Sets the value of the totalOtherAssets property.
| value | Allowed object is String |
|---|