| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.online.schema.ReportAccount |
Java class for ReportAccount complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReportAccount">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AccountName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="AccountBalance" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="SubAccounts" type="{http://www.intuit.com/sb/cdm/qboReports}ReportAccount" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| accountBalance | |||||||||||
| accountName | |||||||||||
| subAccounts | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the accountBalance property.
| |||||||||||
Gets the value of the accountName property.
| |||||||||||
Gets the value of the subAccounts property.
| |||||||||||
Sets the value of the accountBalance property.
| |||||||||||
Sets the value of the accountName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the accountBalance property.
Gets the value of the accountName property.
Gets the value of the subAccounts 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 subAccounts property.
For example, to add a new item, do as follows:
getSubAccounts().add(newItem);
Objects of the following type(s) are allowed in the list
ReportAccount
Sets the value of the accountBalance property.
| value | Allowed object is String |
|---|
Sets the value of the accountName property.
| value | Allowed object is String |
|---|