| java.lang.Object | |
| ↳ | workday.com.bsvc.ChangePositionDataType |
Defines the type of staffing change (transfer, promote, or demote) and the basic change information.
Java class for Change_Position_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Change_Position_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Reason_Reference" type="{urn:com.workday/bsvc}Event_Classification_SubcategoryObjectType" maxOccurs="unbounded"/>
<element name="First_Day_of_Work" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Notify_Worker_By" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Move_Position_or_Job" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Close_Position_or_Decrease_Headcount" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Proposed_Position_Details_Data" type="{urn:com.workday/bsvc}Proposed_Position_DetailsType"/>
<element name="Worker_Document_Data" type="{urn:com.workday/bsvc}Worker_Document_for_Staffing_Event_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| closePositionOrDecreaseHeadcount | |||||||||||
| firstDayOfWork | |||||||||||
| movePositionOrJob | |||||||||||
| notifyWorkerBy | |||||||||||
| proposedPositionDetailsData | |||||||||||
| reasonReference | |||||||||||
| workerDocumentData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the firstDayOfWork property.
| |||||||||||
Gets the value of the notifyWorkerBy property.
| |||||||||||
Gets the value of the proposedPositionDetailsData property.
| |||||||||||
Gets the value of the reasonReference property.
| |||||||||||
Gets the value of the workerDocumentData property.
| |||||||||||
Gets the value of the closePositionOrDecreaseHeadcount property.
| |||||||||||
Gets the value of the movePositionOrJob property.
| |||||||||||
Sets the value of the closePositionOrDecreaseHeadcount property.
| |||||||||||
Sets the value of the firstDayOfWork property.
| |||||||||||
Sets the value of the movePositionOrJob property.
| |||||||||||
Sets the value of the notifyWorkerBy property.
| |||||||||||
Sets the value of the proposedPositionDetailsData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the firstDayOfWork property.
Gets the value of the notifyWorkerBy property.
Gets the value of the proposedPositionDetailsData property.
ProposedPositionDetailsType
Gets the value of the reasonReference 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 reasonReference property.
For example, to add a new item, do as follows:
getReasonReference().add(newItem);
Objects of the following type(s) are allowed in the list
EventClassificationSubcategoryObjectType
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
Gets the value of the closePositionOrDecreaseHeadcount property.
Gets the value of the movePositionOrJob property.
Sets the value of the closePositionOrDecreaseHeadcount property.
| value | Allowed object is Boolean |
|---|
Sets the value of the firstDayOfWork property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the movePositionOrJob property.
| value | Allowed object is Boolean |
|---|
Sets the value of the notifyWorkerBy property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the proposedPositionDetailsData property.
| value | Allowed object is
ProposedPositionDetailsType
|
|---|