| java.lang.Object | |
| ↳ | workday.com.bsvc.EndAdditionalJobDataType |
This web service is used to End Additional Job for an Employee. It will run the End Additional Job Business Process.
Java class for End_Additional_Job_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="End_Additional_Job_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Employee_Reference" type="{urn:com.workday/bsvc}EmployeeObjectType"/>
<element name="Position_Reference" type="{urn:com.workday/bsvc}Position_ElementObjectType"/>
<element name="End_Additional_Job_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="End_Additional_Job_Event_Data" type="{urn:com.workday/bsvc}End_Additional_Job_Event_DataType"/>
<element name="Assign_Organization_Roles_Sub_Process" type="{urn:com.workday/bsvc}Assign_Organization_Roles_Sub_Business_ProcessType" minOccurs="0"/>
<element name="Create_Job_Requisition_Sub_Process" type="{urn:com.workday/bsvc}Create_Job_Requisition_Sub_ProcessType" minOccurs="0"/>
<element name="Check_Position_Budget_Sub_Process" type="{urn:com.workday/bsvc}Check_Position_Budget_Sub_Business_ProcessType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| assignOrganizationRolesSubProcess | |||||||||||
| checkPositionBudgetSubProcess | |||||||||||
| createJobRequisitionSubProcess | |||||||||||
| employeeReference | |||||||||||
| endAdditionalJobDate | |||||||||||
| endAdditionalJobEventData | |||||||||||
| positionReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the assignOrganizationRolesSubProcess property.
| |||||||||||
Gets the value of the checkPositionBudgetSubProcess property.
| |||||||||||
Gets the value of the createJobRequisitionSubProcess property.
| |||||||||||
Gets the value of the employeeReference property.
| |||||||||||
Gets the value of the endAdditionalJobDate property.
| |||||||||||
Gets the value of the endAdditionalJobEventData property.
| |||||||||||
Gets the value of the positionReference property.
| |||||||||||
Sets the value of the assignOrganizationRolesSubProcess property.
| |||||||||||
Sets the value of the checkPositionBudgetSubProcess property.
| |||||||||||
Sets the value of the createJobRequisitionSubProcess property.
| |||||||||||
Sets the value of the employeeReference property.
| |||||||||||
Sets the value of the endAdditionalJobDate property.
| |||||||||||
Sets the value of the endAdditionalJobEventData property.
| |||||||||||
Sets the value of the positionReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the assignOrganizationRolesSubProcess property.
AssignOrganizationRolesSubBusinessProcessType
Gets the value of the checkPositionBudgetSubProcess property.
CheckPositionBudgetSubBusinessProcessType
Gets the value of the createJobRequisitionSubProcess property.
CreateJobRequisitionSubProcessType
Gets the value of the employeeReference property.
EmployeeObjectType
Gets the value of the endAdditionalJobDate property.
Gets the value of the endAdditionalJobEventData property.
EndAdditionalJobEventDataType
Gets the value of the positionReference property.
PositionElementObjectType
Sets the value of the assignOrganizationRolesSubProcess property.
| value | Allowed object is
AssignOrganizationRolesSubBusinessProcessType
|
|---|
Sets the value of the checkPositionBudgetSubProcess property.
| value | Allowed object is
CheckPositionBudgetSubBusinessProcessType
|
|---|
Sets the value of the createJobRequisitionSubProcess property.
| value | Allowed object is
CreateJobRequisitionSubProcessType
|
|---|
Sets the value of the employeeReference property.
| value | Allowed object is
EmployeeObjectType
|
|---|
Sets the value of the endAdditionalJobDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the endAdditionalJobEventData property.
| value | Allowed object is
EndAdditionalJobEventDataType
|
|---|
Sets the value of the positionReference property.
| value | Allowed object is
PositionElementObjectType
|
|---|