| java.lang.Object | |
| ↳ | com.workday.staffing.EditPositionEventDataType |
Wrapper element for the Edit Position Event.
Java class for Edit_Position_Event_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Edit_Position_Event_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Position_Change_Reason_Reference" type="{urn:com.workday/bsvc}Event_Classification_SubcategoryObjectType" minOccurs="0"/>
<element name="Filled_Position_Edit_Details_Data" type="{urn:com.workday/bsvc}Filled_Position_Edit_Details_DataType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| filledPositionEditDetailsData | |||||||||||
| positionChangeReasonReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the filledPositionEditDetailsData property.
| |||||||||||
Gets the value of the positionChangeReasonReference property.
| |||||||||||
Sets the value of the filledPositionEditDetailsData property.
| |||||||||||
Sets the value of the positionChangeReasonReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the filledPositionEditDetailsData property.
FilledPositionEditDetailsDataType
Gets the value of the positionChangeReasonReference property.
EventClassificationSubcategoryObjectType
Sets the value of the filledPositionEditDetailsData property.
| value | Allowed object is
FilledPositionEditDetailsDataType
|
|---|
Sets the value of the positionChangeReasonReference property.
| value | Allowed object is
EventClassificationSubcategoryObjectType
|
|---|

