| java.lang.Object | |
| ↳ | com.workday.staffing.EndContingentWorkerContractDataType |
This web service is used to end a contract for a contingent worker. This web service will run the End Contingent Worker Contract business process and any of its sub-processes.
Java class for End_Contingent_Worker_Contract_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="End_Contingent_Worker_Contract_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Contingent_Worker_Reference" type="{urn:com.workday/bsvc}Contingent_WorkerObjectType"/>
<element name="Contract_End_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="End_Contract_Event_Data" type="{urn:com.workday/bsvc}End_Contingent_Worker_Contract_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" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| assignOrganizationRolesSubProcess | |||||||||||
| contingentWorkerReference | |||||||||||
| contractEndDate | |||||||||||
| createJobRequisitionSubProcess | |||||||||||
| endContractEventData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the assignOrganizationRolesSubProcess property.
| |||||||||||
Gets the value of the contingentWorkerReference property.
| |||||||||||
Gets the value of the contractEndDate property.
| |||||||||||
Gets the value of the createJobRequisitionSubProcess property.
| |||||||||||
Gets the value of the endContractEventData property.
| |||||||||||
Sets the value of the assignOrganizationRolesSubProcess property.
| |||||||||||
Sets the value of the contingentWorkerReference property.
| |||||||||||
Sets the value of the contractEndDate property.
| |||||||||||
Sets the value of the createJobRequisitionSubProcess property.
| |||||||||||
Sets the value of the endContractEventData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the assignOrganizationRolesSubProcess property.
AssignOrganizationRolesSubBusinessProcessType
Gets the value of the contingentWorkerReference property.
ContingentWorkerObjectType
Gets the value of the contractEndDate property.
Gets the value of the createJobRequisitionSubProcess 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 createJobRequisitionSubProcess property.
For example, to add a new item, do as follows:
getCreateJobRequisitionSubProcess().add(newItem);
Objects of the following type(s) are allowed in the list
CreateJobRequisitionSubProcessType
Gets the value of the endContractEventData property.
EndContingentWorkerContractEventDataType
Sets the value of the assignOrganizationRolesSubProcess property.
| value | Allowed object is
AssignOrganizationRolesSubBusinessProcessType
|
|---|
Sets the value of the contingentWorkerReference property.
| value | Allowed object is
ContingentWorkerObjectType
|
|---|
Sets the value of the contractEndDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the createJobRequisitionSubProcess property.
| createJobRequisitionSubProcess | Allowed object is
CreateJobRequisitionSubProcessType
|
|---|
Sets the value of the endContractEventData property.
| value | Allowed object is
EndContingentWorkerContractEventDataType
|
|---|