public class

TransferContingentWorkerDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.TransferContingentWorkerDataType

Class Overview

Wrapper element for the Transfer Contingent Worker business process and its sub business processes.

Java class for Transfer_Contingent_Worker_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Transfer_Contingent_Worker_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="Current_Position_Reference" type="{urn:com.workday/bsvc}Position_ElementObjectType" minOccurs="0"/>
         <element name="Change_Position_Data" type="{urn:com.workday/bsvc}Change_Position_DataType"/>
         <element name="Edit_Assign_Organization_Sub_Process" type="{urn:com.workday/bsvc}Edit_Assign_Position_Organization_Sub_Business_ProcessType" minOccurs="0"/>
         <element name="Assign_Matrix_Organization_Sub_Process" type="{urn:com.workday/bsvc}Assign_Matrix_Organization_Sub_Business_ProcessType" minOccurs="0"/>
         <element name="Change_Personal_Information_Sub_Process" type="{urn:com.workday/bsvc}Change_Personal_Information_Sub_Business_ProcessType" minOccurs="0"/>
         <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"/>
       </sequence>
       <attribute name="Effective_Date" type="{http://www.w3.org/2001/XMLSchema}date" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected AssignMatrixOrganizationSubBusinessProcessType assignMatrixOrganizationSubProcess
protected AssignOrganizationRolesSubBusinessProcessType assignOrganizationRolesSubProcess
protected ChangePersonalInformationSubBusinessProcessType changePersonalInformationSubProcess
protected ChangePositionDataType changePositionData
protected ContingentWorkerObjectType contingentWorkerReference
protected CreateJobRequisitionSubProcessType createJobRequisitionSubProcess
protected PositionElementObjectType currentPositionReference
protected EditAssignPositionOrganizationSubBusinessProcessType editAssignOrganizationSubProcess
protected XMLGregorianCalendar effectiveDate
Public Constructors
TransferContingentWorkerDataType()
Public Methods
AssignMatrixOrganizationSubBusinessProcessType getAssignMatrixOrganizationSubProcess()
Gets the value of the assignMatrixOrganizationSubProcess property.
AssignOrganizationRolesSubBusinessProcessType getAssignOrganizationRolesSubProcess()
Gets the value of the assignOrganizationRolesSubProcess property.
ChangePersonalInformationSubBusinessProcessType getChangePersonalInformationSubProcess()
Gets the value of the changePersonalInformationSubProcess property.
ChangePositionDataType getChangePositionData()
Gets the value of the changePositionData property.
ContingentWorkerObjectType getContingentWorkerReference()
Gets the value of the contingentWorkerReference property.
CreateJobRequisitionSubProcessType getCreateJobRequisitionSubProcess()
Gets the value of the createJobRequisitionSubProcess property.
PositionElementObjectType getCurrentPositionReference()
Gets the value of the currentPositionReference property.
EditAssignPositionOrganizationSubBusinessProcessType getEditAssignOrganizationSubProcess()
Gets the value of the editAssignOrganizationSubProcess property.
XMLGregorianCalendar getEffectiveDate()
Gets the value of the effectiveDate property.
void setAssignMatrixOrganizationSubProcess(AssignMatrixOrganizationSubBusinessProcessType value)
Sets the value of the assignMatrixOrganizationSubProcess property.
void setAssignOrganizationRolesSubProcess(AssignOrganizationRolesSubBusinessProcessType value)
Sets the value of the assignOrganizationRolesSubProcess property.
void setChangePersonalInformationSubProcess(ChangePersonalInformationSubBusinessProcessType value)
Sets the value of the changePersonalInformationSubProcess property.
void setChangePositionData(ChangePositionDataType value)
Sets the value of the changePositionData property.
void setContingentWorkerReference(ContingentWorkerObjectType value)
Sets the value of the contingentWorkerReference property.
void setCreateJobRequisitionSubProcess(CreateJobRequisitionSubProcessType value)
Sets the value of the createJobRequisitionSubProcess property.
void setCurrentPositionReference(PositionElementObjectType value)
Sets the value of the currentPositionReference property.
void setEditAssignOrganizationSubProcess(EditAssignPositionOrganizationSubBusinessProcessType value)
Sets the value of the editAssignOrganizationSubProcess property.
void setEffectiveDate(XMLGregorianCalendar value)
Sets the value of the effectiveDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected AssignMatrixOrganizationSubBusinessProcessType assignMatrixOrganizationSubProcess

protected AssignOrganizationRolesSubBusinessProcessType assignOrganizationRolesSubProcess

protected ChangePersonalInformationSubBusinessProcessType changePersonalInformationSubProcess

protected ChangePositionDataType changePositionData

protected ContingentWorkerObjectType contingentWorkerReference

protected CreateJobRequisitionSubProcessType createJobRequisitionSubProcess

protected PositionElementObjectType currentPositionReference

protected EditAssignPositionOrganizationSubBusinessProcessType editAssignOrganizationSubProcess

protected XMLGregorianCalendar effectiveDate

Public Constructors

public TransferContingentWorkerDataType ()

Public Methods

public AssignMatrixOrganizationSubBusinessProcessType getAssignMatrixOrganizationSubProcess ()

Gets the value of the assignMatrixOrganizationSubProcess property.

public AssignOrganizationRolesSubBusinessProcessType getAssignOrganizationRolesSubProcess ()

Gets the value of the assignOrganizationRolesSubProcess property.

public ChangePersonalInformationSubBusinessProcessType getChangePersonalInformationSubProcess ()

Gets the value of the changePersonalInformationSubProcess property.

public ChangePositionDataType getChangePositionData ()

Gets the value of the changePositionData property.

Returns

public ContingentWorkerObjectType getContingentWorkerReference ()

Gets the value of the contingentWorkerReference property.

Returns

public CreateJobRequisitionSubProcessType getCreateJobRequisitionSubProcess ()

Gets the value of the createJobRequisitionSubProcess property.

Returns

public PositionElementObjectType getCurrentPositionReference ()

Gets the value of the currentPositionReference property.

Returns

public EditAssignPositionOrganizationSubBusinessProcessType getEditAssignOrganizationSubProcess ()

Gets the value of the editAssignOrganizationSubProcess property.

public XMLGregorianCalendar getEffectiveDate ()

Gets the value of the effectiveDate property.

Returns
  • possible object is XMLGregorianCalendar

public void setAssignMatrixOrganizationSubProcess (AssignMatrixOrganizationSubBusinessProcessType value)

Sets the value of the assignMatrixOrganizationSubProcess property.

Parameters
value Allowed object is AssignMatrixOrganizationSubBusinessProcessType

public void setAssignOrganizationRolesSubProcess (AssignOrganizationRolesSubBusinessProcessType value)

Sets the value of the assignOrganizationRolesSubProcess property.

Parameters
value Allowed object is AssignOrganizationRolesSubBusinessProcessType

public void setChangePersonalInformationSubProcess (ChangePersonalInformationSubBusinessProcessType value)

Sets the value of the changePersonalInformationSubProcess property.

Parameters
value Allowed object is ChangePersonalInformationSubBusinessProcessType

public void setChangePositionData (ChangePositionDataType value)

Sets the value of the changePositionData property.

Parameters
value Allowed object is ChangePositionDataType

public void setContingentWorkerReference (ContingentWorkerObjectType value)

Sets the value of the contingentWorkerReference property.

Parameters
value Allowed object is ContingentWorkerObjectType

public void setCreateJobRequisitionSubProcess (CreateJobRequisitionSubProcessType value)

Sets the value of the createJobRequisitionSubProcess property.

Parameters
value Allowed object is CreateJobRequisitionSubProcessType

public void setCurrentPositionReference (PositionElementObjectType value)

Sets the value of the currentPositionReference property.

Parameters
value Allowed object is PositionElementObjectType

public void setEditAssignOrganizationSubProcess (EditAssignPositionOrganizationSubBusinessProcessType value)

Sets the value of the editAssignOrganizationSubProcess property.

Parameters
value Allowed object is EditAssignPositionOrganizationSubBusinessProcessType

public void setEffectiveDate (XMLGregorianCalendar value)

Sets the value of the effectiveDate property.

Parameters
value Allowed object is XMLGregorianCalendar