public class

PayrollEmployee

extends Employee
java.lang.Object
   ↳ org.mule.modules.quickbooks.online.schema.CdmBase
     ↳ org.mule.modules.quickbooks.online.schema.RoleBase
       ↳ org.mule.modules.quickbooks.online.schema.Employee
         ↳ org.mule.modules.quickbooks.online.schema.PayrollEmployee

Class Overview

Provides the definition of payroll employee information

Java class for PayrollEmployee complex type.

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

 <complexType name="PayrollEmployee">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}Employee">
       <sequence>
         <element name="ShowInNonPayrollLists" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Boolean showInNonPayrollLists
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.online.schema.Employee
From class org.mule.modules.quickbooks.online.schema.RoleBase
From class org.mule.modules.quickbooks.online.schema.CdmBase
Public Constructors
PayrollEmployee()
Public Methods
Boolean isShowInNonPayrollLists()
Gets the value of the showInNonPayrollLists property.
void setShowInNonPayrollLists(Boolean value)
Sets the value of the showInNonPayrollLists property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.online.schema.Employee
From class org.mule.modules.quickbooks.online.schema.RoleBase
From class org.mule.modules.quickbooks.online.schema.CdmBase
From class java.lang.Object

Fields

protected Boolean showInNonPayrollLists

Public Constructors

public PayrollEmployee ()

Public Methods

public Boolean isShowInNonPayrollLists ()

Gets the value of the showInNonPayrollLists property.

Returns
  • possible object is Boolean

public void setShowInNonPayrollLists (Boolean value)

Sets the value of the showInNonPayrollLists property.

Parameters
value Allowed object is Boolean