| java.lang.Object | |
| ↳ | com.workday.absence.RequestLeaveOfAbsenceDataType |
Contains Request Leave of Absence data
Java class for Request_Leave_of_Absence_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Request_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="Leave_Request_Data" type="{urn:com.workday/bsvc}Leave_Request_DataType"/>
<element name="Review_COBRA_Eligibility_Sub_Process" type="{urn:com.workday/bsvc}Review_COBRA_Eligibility_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"/>
<element name="Assign_Costing_Allocation_Sub_Process" type="{urn:com.workday/bsvc}Assign_Costing_Allocation_Sub_Business_ProcessType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the assignCostingAllocationSubProcess property.
| |||||||||||
Gets the value of the assignOrganizationRolesSubProcess property.
| |||||||||||
Gets the value of the employeeReference property.
| |||||||||||
Gets the value of the leaveRequestData property.
| |||||||||||
Gets the value of the proposeCompensationForLeaveOfAbsenceSubProcess property.
| |||||||||||
Gets the value of the reviewCOBRAEligibilitySubProcess property.
| |||||||||||
Gets the value of the reviewPayrollInterfaceEventSubProcess property.
| |||||||||||
Sets the value of the assignCostingAllocationSubProcess property.
| |||||||||||
Sets the value of the assignOrganizationRolesSubProcess property.
| |||||||||||
Sets the value of the employeeReference property.
| |||||||||||
Sets the value of the leaveRequestData property.
| |||||||||||
Sets the value of the proposeCompensationForLeaveOfAbsenceSubProcess property.
| |||||||||||
Sets the value of the reviewCOBRAEligibilitySubProcess property.
| |||||||||||
Sets the value of the reviewPayrollInterfaceEventSubProcess property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the assignCostingAllocationSubProcess property.
AssignCostingAllocationSubBusinessProcessType
Gets the value of the assignOrganizationRolesSubProcess property.
AssignOrganizationRolesSubBusinessProcessType
Gets the value of the employeeReference property.
EmployeeObjectType
Gets the value of the leaveRequestData property.
LeaveRequestDataType
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 reviewCOBRAEligibilitySubProcess property.
ReviewCOBRAEligibilitySubBusinessProcessType
Gets the value of the reviewPayrollInterfaceEventSubProcess property.
ReviewPayrollInterfaceDataExtractBusinessSubProcessType
Sets the value of the assignCostingAllocationSubProcess property.
| value | Allowed object is
AssignCostingAllocationSubBusinessProcessType
|
|---|
Sets the value of the assignOrganizationRolesSubProcess property.
| value | Allowed object is
AssignOrganizationRolesSubBusinessProcessType
|
|---|
Sets the value of the employeeReference property.
| value | Allowed object is
EmployeeObjectType
|
|---|
Sets the value of the leaveRequestData property.
| value | Allowed object is
LeaveRequestDataType
|
|---|
Sets the value of the proposeCompensationForLeaveOfAbsenceSubProcess property.
| proposeCompensationForLeaveOfAbsenceSubProcess | Allowed object is
ProposeCompensationForLeaveOfAbsenceSubBusinessProcessType
|
|---|
Sets the value of the reviewCOBRAEligibilitySubProcess property.
| value | Allowed object is
ReviewCOBRAEligibilitySubBusinessProcessType
|
|---|
Sets the value of the reviewPayrollInterfaceEventSubProcess property.
| value | Allowed object is
ReviewPayrollInterfaceDataExtractBusinessSubProcessType
|
|---|