public class

PayrollTxnLine

extends LineBase
java.lang.Object
   ↳ org.mule.modules.quickbooks.online.schema.LineBase
     ↳ org.mule.modules.quickbooks.online.schema.PayrollTxnLine

Class Overview

Payroll transaction line detail information

Java class for PayrollTxnLine complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PayrollTxnLine">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}LineBase">
       <sequence>
         <element name="Amount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <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"/>
         <group ref="{http://www.intuit.com/sb/cdm/v2}ClassReferenceGroup" minOccurs="0"/>
         <element name="DocNum" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected IdType accountId
protected String accountName
protected QboAccountTypeEnum accountType
protected BigDecimal amount
protected IdType classId
protected String className
protected QboAccountDetailTypeEnum detailAccountType
protected String docNum
protected IdType entityId
protected String entityName
protected EntityTypeEnum entityType
protected QboAccountTypeEnums validQboAccountTypes
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.online.schema.LineBase
Public Constructors
PayrollTxnLine()
Public Methods
IdType getAccountId()
Gets the value of the accountId property.
String getAccountName()
Gets the value of the accountName property.
QboAccountTypeEnum getAccountType()
Gets the value of the accountType property.
BigDecimal getAmount()
Gets the value of the amount property.
IdType getClassId()
Gets the value of the classId property.
String getClassName()
Gets the value of the className property.
QboAccountDetailTypeEnum getDetailAccountType()
Gets the value of the detailAccountType property.
String getDocNum()
Gets the value of the docNum property.
IdType getEntityId()
Gets the value of the entityId property.
String getEntityName()
Gets the value of the entityName property.
EntityTypeEnum getEntityType()
Gets the value of the entityType property.
QboAccountTypeEnums getValidQboAccountTypes()
Gets the value of the validQboAccountTypes property.
void setAccountId(IdType value)
Sets the value of the accountId property.
void setAccountName(String value)
Sets the value of the accountName property.
void setAccountType(QboAccountTypeEnum value)
Sets the value of the accountType property.
void setAmount(BigDecimal value)
Sets the value of the amount property.
void setClassId(IdType value)
Sets the value of the classId property.
void setClassName(String value)
Sets the value of the className property.
void setDetailAccountType(QboAccountDetailTypeEnum value)
Sets the value of the detailAccountType property.
void setDocNum(String value)
Sets the value of the docNum property.
void setEntityId(IdType value)
Sets the value of the entityId property.
void setEntityName(String value)
Sets the value of the entityName property.
void setEntityType(EntityTypeEnum value)
Sets the value of the entityType property.
void setValidQboAccountTypes(QboAccountTypeEnums value)
Sets the value of the validQboAccountTypes property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.online.schema.LineBase
From class java.lang.Object

Fields

protected IdType accountId

protected String accountName

protected QboAccountTypeEnum accountType

protected BigDecimal amount

protected IdType classId

protected String className

protected QboAccountDetailTypeEnum detailAccountType

protected String docNum

protected IdType entityId

protected String entityName

protected EntityTypeEnum entityType

protected QboAccountTypeEnums validQboAccountTypes

Public Constructors

public PayrollTxnLine ()

Public Methods

public IdType getAccountId ()

Gets the value of the accountId property.

Returns

public String getAccountName ()

Gets the value of the accountName property.

Returns
  • possible object is String

public QboAccountTypeEnum getAccountType ()

Gets the value of the accountType property.

Returns

public BigDecimal getAmount ()

Gets the value of the amount property.

Returns
  • possible object is BigDecimal

public IdType getClassId ()

Gets the value of the classId property.

Returns

public String getClassName ()

Gets the value of the className property.

Returns
  • possible object is String

public QboAccountDetailTypeEnum getDetailAccountType ()

Gets the value of the detailAccountType property.

Returns

public String getDocNum ()

Gets the value of the docNum property.

Returns
  • possible object is String

public IdType getEntityId ()

Gets the value of the entityId property.

Returns

public String getEntityName ()

Gets the value of the entityName property.

Returns
  • possible object is String

public EntityTypeEnum getEntityType ()

Gets the value of the entityType property.

Returns

public QboAccountTypeEnums getValidQboAccountTypes ()

Gets the value of the validQboAccountTypes property.

Returns

public void setAccountId (IdType value)

Sets the value of the accountId property.

Parameters
value Allowed object is IdType

public void setAccountName (String value)

Sets the value of the accountName property.

Parameters
value Allowed object is String

public void setAccountType (QboAccountTypeEnum value)

Sets the value of the accountType property.

Parameters
value Allowed object is QboAccountTypeEnum

public void setAmount (BigDecimal value)

Sets the value of the amount property.

Parameters
value Allowed object is BigDecimal

public void setClassId (IdType value)

Sets the value of the classId property.

Parameters
value Allowed object is IdType

public void setClassName (String value)

Sets the value of the className property.

Parameters
value Allowed object is String

public void setDetailAccountType (QboAccountDetailTypeEnum value)

Sets the value of the detailAccountType property.

Parameters
value Allowed object is QboAccountDetailTypeEnum

public void setDocNum (String value)

Sets the value of the docNum property.

Parameters
value Allowed object is String

public void setEntityId (IdType value)

Sets the value of the entityId property.

Parameters
value Allowed object is IdType

public void setEntityName (String value)

Sets the value of the entityName property.

Parameters
value Allowed object is String

public void setEntityType (EntityTypeEnum value)

Sets the value of the entityType property.

Parameters
value Allowed object is EntityTypeEnum

public void setValidQboAccountTypes (QboAccountTypeEnums value)

Sets the value of the validQboAccountTypes property.

Parameters
value Allowed object is QboAccountTypeEnums