| java.lang.Object | |
| ↳ | com.workday.payrollinterface.PayeeTimeTrackingDataType |
Payee Time Tracking Data
Java class for Payee_Time_Tracking_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payee_Time_Tracking_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Code_Reference" type="{urn:com.workday/bsvc}Pay_ComponentObjectType" minOccurs="0"/>
<element name="External_Payroll_Code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Position_Based" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Position_Reference" type="{urn:com.workday/bsvc}Position_ElementObjectType" minOccurs="0"/>
<element name="Daily_Calculated_Time_Block_Data" type="{urn:com.workday/bsvc}Payee_Daily_Calculated_Time_Summary_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Period_Calculated_Time_Block_Data" type="{urn:com.workday/bsvc}Payee_Period_Calculated_Time_Summary_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Payee_Time_Tracking_Correction_Data" type="{urn:com.workday/bsvc}Payee_Time_Tracking_Correction_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| codeReference | |||||||||||
| dailyCalculatedTimeBlockData | |||||||||||
| externalPayrollCode | |||||||||||
| payeeTimeTrackingCorrectionData | |||||||||||
| periodCalculatedTimeBlockData | |||||||||||
| positionBased | |||||||||||
| positionReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the codeReference property.
| |||||||||||
Gets the value of the dailyCalculatedTimeBlockData property.
| |||||||||||
Gets the value of the externalPayrollCode property.
| |||||||||||
Gets the value of the payeeTimeTrackingCorrectionData property.
| |||||||||||
Gets the value of the periodCalculatedTimeBlockData property.
| |||||||||||
Gets the value of the positionBased property.
| |||||||||||
Gets the value of the positionReference property.
| |||||||||||
Sets the value of the codeReference property.
| |||||||||||
Sets the value of the dailyCalculatedTimeBlockData property.
| |||||||||||
Sets the value of the externalPayrollCode property.
| |||||||||||
Sets the value of the payeeTimeTrackingCorrectionData property.
| |||||||||||
Sets the value of the periodCalculatedTimeBlockData property.
| |||||||||||
Sets the value of the positionBased property.
| |||||||||||
Sets the value of the positionReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the codeReference property.
PayComponentObjectType
Gets the value of the dailyCalculatedTimeBlockData property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the dailyCalculatedTimeBlockData property.
For example, to add a new item, do as follows:
getDailyCalculatedTimeBlockData().add(newItem);
Objects of the following type(s) are allowed in the list
PayeeDailyCalculatedTimeSummaryDataType
Gets the value of the externalPayrollCode property.
Gets the value of the payeeTimeTrackingCorrectionData property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the payeeTimeTrackingCorrectionData property.
For example, to add a new item, do as follows:
getPayeeTimeTrackingCorrectionData().add(newItem);
Objects of the following type(s) are allowed in the list
PayeeTimeTrackingCorrectionDataType
Gets the value of the periodCalculatedTimeBlockData property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the periodCalculatedTimeBlockData property.
For example, to add a new item, do as follows:
getPeriodCalculatedTimeBlockData().add(newItem);
Objects of the following type(s) are allowed in the list
PayeePeriodCalculatedTimeSummaryDataType
Gets the value of the positionBased property. This getter has been renamed from isPositionBased() to getPositionBased() by cxf-xjc-boolean plugin.
Gets the value of the positionReference property.
PositionElementObjectType
Sets the value of the codeReference property.
| value | Allowed object is
PayComponentObjectType
|
|---|
Sets the value of the dailyCalculatedTimeBlockData property.
| dailyCalculatedTimeBlockData | Allowed object is
PayeeDailyCalculatedTimeSummaryDataType
|
|---|
Sets the value of the externalPayrollCode property.
| value | Allowed object is String |
|---|
Sets the value of the payeeTimeTrackingCorrectionData property.
| payeeTimeTrackingCorrectionData | Allowed object is
PayeeTimeTrackingCorrectionDataType
|
|---|
Sets the value of the periodCalculatedTimeBlockData property.
| periodCalculatedTimeBlockData | Allowed object is
PayeePeriodCalculatedTimeSummaryDataType
|
|---|
Sets the value of the positionBased property.
| value | Allowed object is Boolean |
|---|
Sets the value of the positionReference property.
| value | Allowed object is
PositionElementObjectType
|
|---|