| java.lang.Object | |
| ↳ | com.workday.absence.RequestReturnFromLeaveOfAbsenceDataType |
Contains Request Return from Leave of Absence data
Java class for Request_Return_from_Leave_of_Absence_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Request_Return_from_Leave_of_Absence_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Employee_Reference" type="{urn:com.workday/bsvc}EmployeeObjectType"/>
<element name="First_Day_Back_at_Work" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Leaves_Returning_from_Data" type="{urn:com.workday/bsvc}Leaves_Returning_from_DataType" maxOccurs="unbounded"/>
<element name="Edit_Service_Dates_Sub_Process" type="{urn:com.workday/bsvc}Edit_Service_Dates_Sub_Business_ProcessType" minOccurs="0"/>
<element name="Review_Payroll_Interface_Event_Sub_Process" type="{urn:com.workday/bsvc}Review_Payroll_Interface_Data_Extract_Business_Sub_ProcessType" minOccurs="0"/>
<element name="Propose_Compensation_for_Leave_of_Absence_Sub_Process" type="{urn:com.workday/bsvc}Propose_Compensation_For_Leave_of_Absence_Sub_Business_ProcessType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Assign_Organization_Roles_Sub_Process" type="{urn:com.workday/bsvc}Assign_Organization_Roles_Sub_Business_ProcessType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| assignOrganizationRolesSubProcess | |||||||||||
| editServiceDatesSubProcess | |||||||||||
| employeeReference | |||||||||||
| firstDayBackAtWork | |||||||||||
| leavesReturningFromData | |||||||||||
| proposeCompensationForLeaveOfAbsenceSubProcess | |||||||||||
| reviewPayrollInterfaceEventSubProcess | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the assignOrganizationRolesSubProcess property.
| |||||||||||
Gets the value of the editServiceDatesSubProcess property.
| |||||||||||
Gets the value of the employeeReference property.
| |||||||||||
Gets the value of the firstDayBackAtWork property.
| |||||||||||
Gets the value of the leavesReturningFromData property.
| |||||||||||
Gets the value of the proposeCompensationForLeaveOfAbsenceSubProcess property.
| |||||||||||
Gets the value of the reviewPayrollInterfaceEventSubProcess property.
| |||||||||||
Sets the value of the assignOrganizationRolesSubProcess property.
| |||||||||||
Sets the value of the editServiceDatesSubProcess property.
| |||||||||||
Sets the value of the employeeReference property.
| |||||||||||
Sets the value of the firstDayBackAtWork property.
| |||||||||||
Sets the value of the leavesReturningFromData property.
| |||||||||||
Sets the value of the proposeCompensationForLeaveOfAbsenceSubProcess property.
| |||||||||||
Sets the value of the reviewPayrollInterfaceEventSubProcess property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the assignOrganizationRolesSubProcess property.
AssignOrganizationRolesSubBusinessProcessType
Gets the value of the editServiceDatesSubProcess property.
EditServiceDatesSubBusinessProcessType
Gets the value of the employeeReference property.
EmployeeObjectType
Gets the value of the firstDayBackAtWork property.
Gets the value of the leavesReturningFromData 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 leavesReturningFromData property.
For example, to add a new item, do as follows:
getLeavesReturningFromData().add(newItem);
Objects of the following type(s) are allowed in the list
LeavesReturningFromDataType
Gets the value of the proposeCompensationForLeaveOfAbsenceSubProcess 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 proposeCompensationForLeaveOfAbsenceSubProcess property.
For example, to add a new item, do as follows:
getProposeCompensationForLeaveOfAbsenceSubProcess().add(newItem);
Objects of the following type(s) are allowed in the list
ProposeCompensationForLeaveOfAbsenceSubBusinessProcessType
Gets the value of the reviewPayrollInterfaceEventSubProcess property.
ReviewPayrollInterfaceDataExtractBusinessSubProcessType
Sets the value of the assignOrganizationRolesSubProcess property.
| value | Allowed object is
AssignOrganizationRolesSubBusinessProcessType
|
|---|
Sets the value of the editServiceDatesSubProcess property.
| value | Allowed object is
EditServiceDatesSubBusinessProcessType
|
|---|
Sets the value of the employeeReference property.
| value | Allowed object is
EmployeeObjectType
|
|---|
Sets the value of the firstDayBackAtWork property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the leavesReturningFromData property.
| leavesReturningFromData | Allowed object is
LeavesReturningFromDataType
|
|---|
Sets the value of the proposeCompensationForLeaveOfAbsenceSubProcess property.
| proposeCompensationForLeaveOfAbsenceSubProcess | Allowed object is
ProposeCompensationForLeaveOfAbsenceSubBusinessProcessType
|
|---|
Sets the value of the reviewPayrollInterfaceEventSubProcess property.
| value | Allowed object is
ReviewPayrollInterfaceDataExtractBusinessSubProcessType
|
|---|