| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.online.schema.PayrollEmployeeTimeTrackingInfo |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| employeeId | |||||||||||
| payPeriod | |||||||||||
| totalHours | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the employeeId property.
| |||||||||||
Gets the value of the payPeriod property.
| |||||||||||
Gets the value of the totalHours property.
| |||||||||||
Sets the value of the employeeId property.
| |||||||||||
Sets the value of the payPeriod property.
| |||||||||||
Sets the value of the totalHours property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the employeeId property.
IdType
Gets the value of the payPeriod property.
PayrollDateRange
Gets the value of the totalHours property.
Sets the value of the employeeId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the payPeriod property.
| value | Allowed object is
PayrollDateRange
|
|---|
Sets the value of the totalHours property.
| value | Allowed object is Double |
|---|