| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.windows.schema.AccountRef |
Java class for AccountRef complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccountRef">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<group ref="{http://www.intuit.com/sb/cdm/v2}AccountReferenceGroup"/>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| accountId | |||||||||||
| accountName | |||||||||||
| accountType | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the accountId property.
| |||||||||||
Gets the value of the accountName property.
| |||||||||||
Gets the value of the accountType property.
| |||||||||||
Sets the value of the accountId property.
| |||||||||||
Sets the value of the accountName property.
| |||||||||||
Sets the value of the accountType property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the accountId property.
IdType
Gets the value of the accountName property.
Gets the value of the accountType property.
AccountTypeEnum
Sets the value of the accountId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the accountName property.
| value | Allowed object is String |
|---|
Sets the value of the accountType property.
| value | Allowed object is
AccountTypeEnum
|
|---|