| java.lang.Object | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.LineBase | |
| ↳ | org.mule.modules.quickbooks.windows.schema.DepositLine | |
Product: QBW Description: Each deposit line describes one deposit into the account indicated by the Deposit To Account data in the header. Deposit lines are added as either received payments (described by a TxnID and possibly a TxnLineID) or as transfers from one account into another (where at least the Account data must be specified).
Java class for DepositLine complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DepositLine">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}LineBase">
<sequence>
<group ref="{http://www.intuit.com/sb/cdm/v2}TxnLineReferenceGroup" minOccurs="0"/>
<element name="TxnType" type="{http://www.intuit.com/sb/cdm/v2}TxnTypeEnum" minOccurs="0"/>
<group ref="{http://www.intuit.com/sb/cdm/v2}AccountReferenceGroup" minOccurs="0"/>
<group ref="{http://www.intuit.com/sb/cdm/v2}EntityReferenceGroup" minOccurs="0"/>
<group ref="{http://www.intuit.com/sb/cdm/v2}PaymentMethodReferenceGroup" minOccurs="0"/>
<group ref="{http://www.intuit.com/sb/cdm/v2}ClassReferenceGroup" minOccurs="0"/>
<element name="Amount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="CheckNum" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.LineBase
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| accountId | |||||||||||
| accountName | |||||||||||
| accountType | |||||||||||
| amount | |||||||||||
| checkNum | |||||||||||
| classId | |||||||||||
| className | |||||||||||
| entityId | |||||||||||
| entityName | |||||||||||
| entityType | |||||||||||
| paymentMethodId | |||||||||||
| paymentMethodName | |||||||||||
| txnId | |||||||||||
| txnLineId | |||||||||||
| txnType | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.LineBase
| |||||||||||
| 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.
| |||||||||||
Gets the value of the amount property.
| |||||||||||
Gets the value of the checkNum property.
| |||||||||||
Gets the value of the classId property.
| |||||||||||
Gets the value of the className property.
| |||||||||||
Gets the value of the entityId property.
| |||||||||||
Gets the value of the entityName property.
| |||||||||||
Gets the value of the entityType property.
| |||||||||||
Gets the value of the paymentMethodId property.
| |||||||||||
Gets the value of the paymentMethodName property.
| |||||||||||
Gets the value of the txnId property.
| |||||||||||
Gets the value of the txnLineId property.
| |||||||||||
Gets the value of the txnType property.
| |||||||||||
Sets the value of the accountId property.
| |||||||||||
Sets the value of the accountName property.
| |||||||||||
Sets the value of the accountType property.
| |||||||||||
Sets the value of the amount property.
| |||||||||||
Sets the value of the checkNum property.
| |||||||||||
Sets the value of the classId property.
| |||||||||||
Sets the value of the className property.
| |||||||||||
Sets the value of the entityId property.
| |||||||||||
Sets the value of the entityName property.
| |||||||||||
Sets the value of the entityType property.
| |||||||||||
Sets the value of the paymentMethodId property.
| |||||||||||
Sets the value of the paymentMethodName property.
| |||||||||||
Sets the value of the txnId property.
| |||||||||||
Sets the value of the txnLineId property.
| |||||||||||
Sets the value of the txnType property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.LineBase
| |||||||||||
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
Gets the value of the amount property.
Gets the value of the checkNum property.
Gets the value of the classId property.
IdType
Gets the value of the className property.
Gets the value of the entityId property.
IdType
Gets the value of the entityName property.
Gets the value of the entityType property.
EntityTypeEnum
Gets the value of the paymentMethodId property.
IdType
Gets the value of the paymentMethodName property.
Gets the value of the txnLineId property.
IdType
Gets the value of the txnType property.
TxnTypeEnum
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
|
|---|
Sets the value of the amount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the checkNum property.
| value | Allowed object is String |
|---|
Sets the value of the classId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the className property.
| value | Allowed object is String |
|---|
Sets the value of the entityId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the entityName property.
| value | Allowed object is String |
|---|
Sets the value of the entityType property.
| value | Allowed object is
EntityTypeEnum
|
|---|
Sets the value of the paymentMethodId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the paymentMethodName property.
| value | Allowed object is String |
|---|
Sets the value of the txnId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the txnLineId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the txnType property.
| value | Allowed object is
TxnTypeEnum
|
|---|