| java.lang.Object | |
| ↳ | com.workday.staffing.AddAdditionalJobEventDataType |
Wrapper element for the details of an Add Additional Job for an employee.
Java class for Add_Additional_Job_Event_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Add_Additional_Job_Event_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Position_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Additional_Job_Reason_Reference" type="{urn:com.workday/bsvc}Event_Classification_SubcategoryObjectType" minOccurs="0"/>
<element name="Employee_Type_Reference" type="{urn:com.workday/bsvc}Position_Worker_TypeObjectType" minOccurs="0"/>
<element name="First_Day_of_Work" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Probation_Start_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Probation_End_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="End_Employment_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Conversion_Position_Start_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Position_Details" type="{urn:com.workday/bsvc}Position_Details_Sub_DataType"/>
<element name="Worker_Document_Data" type="{urn:com.workday/bsvc}Worker_Document_for_Staffing_Event_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| additionalJobReasonReference | |||||||||||
| conversionPositionStartDate | |||||||||||
| employeeTypeReference | |||||||||||
| endEmploymentDate | |||||||||||
| firstDayOfWork | |||||||||||
| positionDetails | |||||||||||
| positionID | |||||||||||
| probationEndDate | |||||||||||
| probationStartDate | |||||||||||
| workerDocumentData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the additionalJobReasonReference property.
| |||||||||||
Gets the value of the conversionPositionStartDate property.
| |||||||||||
Gets the value of the employeeTypeReference property.
| |||||||||||
Gets the value of the endEmploymentDate property.
| |||||||||||
Gets the value of the firstDayOfWork property.
| |||||||||||
Gets the value of the positionDetails property.
| |||||||||||
Gets the value of the positionID property.
| |||||||||||
Gets the value of the probationEndDate property.
| |||||||||||
Gets the value of the probationStartDate property.
| |||||||||||
Gets the value of the workerDocumentData property.
| |||||||||||
Sets the value of the additionalJobReasonReference property.
| |||||||||||
Sets the value of the conversionPositionStartDate property.
| |||||||||||
Sets the value of the employeeTypeReference property.
| |||||||||||
Sets the value of the endEmploymentDate property.
| |||||||||||
Sets the value of the firstDayOfWork property.
| |||||||||||
Sets the value of the positionDetails property.
| |||||||||||
Sets the value of the positionID property.
| |||||||||||
Sets the value of the probationEndDate property.
| |||||||||||
Sets the value of the probationStartDate property.
| |||||||||||
Sets the value of the workerDocumentData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the additionalJobReasonReference property.
EventClassificationSubcategoryObjectType
Gets the value of the conversionPositionStartDate property.
Gets the value of the employeeTypeReference property.
PositionWorkerTypeObjectType
Gets the value of the endEmploymentDate property.
Gets the value of the firstDayOfWork property.
Gets the value of the positionDetails property.
PositionDetailsSubDataType
Gets the value of the positionID property.
Gets the value of the probationEndDate property.
Gets the value of the probationStartDate property.
Gets the value of the workerDocumentData 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 workerDocumentData property.
For example, to add a new item, do as follows:
getWorkerDocumentData().add(newItem);
Objects of the following type(s) are allowed in the list
WorkerDocumentForStaffingEventDataType
Sets the value of the additionalJobReasonReference property.
| value | Allowed object is
EventClassificationSubcategoryObjectType
|
|---|
Sets the value of the conversionPositionStartDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the employeeTypeReference property.
| value | Allowed object is
PositionWorkerTypeObjectType
|
|---|
Sets the value of the endEmploymentDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the firstDayOfWork property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the positionDetails property.
| value | Allowed object is
PositionDetailsSubDataType
|
|---|
Sets the value of the positionID property.
| value | Allowed object is String |
|---|
Sets the value of the probationEndDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the probationStartDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the workerDocumentData property.
| workerDocumentData | Allowed object is
WorkerDocumentForStaffingEventDataType
|
|---|