public class

PayrollEmployeeTimeTrackingInfo

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

Class Overview

Provides the definition to store total hours worked by an employee during a specific Pay Period.

Java class for PayrollEmployeeTimeTrackingInfo complex type.

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

 <complexType name="PayrollEmployeeTimeTrackingInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="EmployeeId" type="{http://www.intuit.com/sb/cdm/v2}IdType" minOccurs="0"/>
         <element name="PayPeriod" type="{http://www.intuit.com/sb/cdm/qbopayroll/v1}PayrollDateRange" minOccurs="0"/>
         <element name="TotalHours" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected IdType employeeId
protected PayrollDateRange payPeriod
protected Double totalHours
Public Constructors
PayrollEmployeeTimeTrackingInfo()
Public Methods
IdType getEmployeeId()
Gets the value of the employeeId property.
PayrollDateRange getPayPeriod()
Gets the value of the payPeriod property.
Double getTotalHours()
Gets the value of the totalHours property.
void setEmployeeId(IdType value)
Sets the value of the employeeId property.
void setPayPeriod(PayrollDateRange value)
Sets the value of the payPeriod property.
void setTotalHours(Double value)
Sets the value of the totalHours property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected IdType employeeId

protected PayrollDateRange payPeriod

protected Double totalHours

Public Constructors

public PayrollEmployeeTimeTrackingInfo ()

Public Methods

public IdType getEmployeeId ()

Gets the value of the employeeId property.

Returns

public PayrollDateRange getPayPeriod ()

Gets the value of the payPeriod property.

Returns

public Double getTotalHours ()

Gets the value of the totalHours property.

Returns
  • possible object is Double

public void setEmployeeId (IdType value)

Sets the value of the employeeId property.

Parameters
value Allowed object is IdType

public void setPayPeriod (PayrollDateRange value)

Sets the value of the payPeriod property.

Parameters
value Allowed object is PayrollDateRange

public void setTotalHours (Double value)

Sets the value of the totalHours property.

Parameters
value Allowed object is Double