| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.online.schema.QboBalanceSheetReportResponse.LiabilitiesAndEquity.Liabilities.CurrentLiabilities |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| accountsPayable | |||||||||||
| creditCards | |||||||||||
| otherCurrentLiabilities | |||||||||||
| totalAccountsPayable | |||||||||||
| totalCreditCards | |||||||||||
| totalOtherCurrentLiabilities | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the accountsPayable property.
| |||||||||||
Gets the value of the creditCards property.
| |||||||||||
Gets the value of the otherCurrentLiabilities property.
| |||||||||||
Gets the value of the totalAccountsPayable property.
| |||||||||||
Gets the value of the totalCreditCards property.
| |||||||||||
Gets the value of the totalOtherCurrentLiabilities property.
| |||||||||||
Sets the value of the totalAccountsPayable property.
| |||||||||||
Sets the value of the totalCreditCards property.
| |||||||||||
Sets the value of the totalOtherCurrentLiabilities property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
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
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
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
Gets the value of the totalAccountsPayable property.
Gets the value of the totalCreditCards property.
Gets the value of the totalOtherCurrentLiabilities property.
Sets the value of the totalAccountsPayable property.
| value | Allowed object is String |
|---|
Sets the value of the totalCreditCards property.
| value | Allowed object is String |
|---|
Sets the value of the totalOtherCurrentLiabilities property.
| value | Allowed object is String |
|---|