| java.lang.Object | ||
| ↳ | org.mule.modules.quickbooks.online.schema.HeaderBase | |
| ↳ | org.mule.modules.quickbooks.online.schema.PayrollTxnHeader | |
Financial Transaction information that pertains to the entire Payroll transaction.
Java class for PayrollTxnHeader complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PayrollTxnHeader">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}HeaderBase">
<sequence>
<group ref="{http://www.intuit.com/sb/cdm/qbopayroll/v1}PayrollAccountReferenceGroup" minOccurs="0"/>
<group ref="{http://www.intuit.com/sb/cdm/v2}EntityReferenceGroup" minOccurs="0"/>
<element name="PayeeAddr" type="{http://www.intuit.com/sb/cdm/v2}PhysicalAddress" minOccurs="0"/>
<element name="TotalAmt" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="ToBePrinted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<group ref="{http://www.intuit.com/sb/cdm/v2}TxnReferenceGroup" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| accountId | |||||||||||
| accountName | |||||||||||
| accountType | |||||||||||
| detailAccountType | |||||||||||
| entityId | |||||||||||
| entityName | |||||||||||
| entityType | |||||||||||
| payeeAddr | |||||||||||
| toBePrinted | |||||||||||
| totalAmt | |||||||||||
| txnId | |||||||||||
| txnNum | |||||||||||
| validQboAccountTypes | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.online.schema.HeaderBase
| |||||||||||
| 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 detailAccountType 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 payeeAddr property.
| |||||||||||
Gets the value of the totalAmt property.
| |||||||||||
Gets the value of the txnId property.
| |||||||||||
Gets the value of the txnNum property.
| |||||||||||
Gets the value of the validQboAccountTypes property.
| |||||||||||
Gets the value of the toBePrinted 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 detailAccountType 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 payeeAddr property.
| |||||||||||
Sets the value of the toBePrinted property.
| |||||||||||
Sets the value of the totalAmt property.
| |||||||||||
Sets the value of the txnId property.
| |||||||||||
Sets the value of the txnNum property.
| |||||||||||
Sets the value of the validQboAccountTypes property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.online.schema.HeaderBase
| |||||||||||
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.
QboAccountTypeEnum
Gets the value of the detailAccountType property.
QboAccountDetailTypeEnum
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 payeeAddr property.
PhysicalAddress
Gets the value of the totalAmt property.
Gets the value of the txnNum property.
Gets the value of the validQboAccountTypes property.
QboAccountTypeEnums
Gets the value of the toBePrinted property.
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
QboAccountTypeEnum
|
|---|
Sets the value of the detailAccountType property.
| value | Allowed object is
QboAccountDetailTypeEnum
|
|---|
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 payeeAddr property.
| value | Allowed object is
PhysicalAddress
|
|---|
Sets the value of the toBePrinted property.
| value | Allowed object is Boolean |
|---|
Sets the value of the totalAmt property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the txnId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the txnNum property.
| value | Allowed object is String |
|---|
Sets the value of the validQboAccountTypes property.
| value | Allowed object is
QboAccountTypeEnums
|
|---|