public class

EditPositionEventDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.staffing.EditPositionEventDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected FilledPositionEditDetailsDataType filledPositionEditDetailsData
protected EventClassificationSubcategoryObjectType positionChangeReasonReference
Public Constructors
EditPositionEventDataType()
Public Methods
FilledPositionEditDetailsDataType getFilledPositionEditDetailsData()
Gets the value of the filledPositionEditDetailsData property.
EventClassificationSubcategoryObjectType getPositionChangeReasonReference()
Gets the value of the positionChangeReasonReference property.
void setFilledPositionEditDetailsData(FilledPositionEditDetailsDataType value)
Sets the value of the filledPositionEditDetailsData property.
void setPositionChangeReasonReference(EventClassificationSubcategoryObjectType value)
Sets the value of the positionChangeReasonReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected FilledPositionEditDetailsDataType filledPositionEditDetailsData

protected EventClassificationSubcategoryObjectType positionChangeReasonReference

Public Constructors

public EditPositionEventDataType ()

Public Methods

public FilledPositionEditDetailsDataType getFilledPositionEditDetailsData ()

Gets the value of the filledPositionEditDetailsData property.

Returns

public EventClassificationSubcategoryObjectType getPositionChangeReasonReference ()

Gets the value of the positionChangeReasonReference property.

Returns

public void setFilledPositionEditDetailsData (FilledPositionEditDetailsDataType value)

Sets the value of the filledPositionEditDetailsData property.

Parameters
value Allowed object is FilledPositionEditDetailsDataType

public void setPositionChangeReasonReference (EventClassificationSubcategoryObjectType value)

Sets the value of the positionChangeReasonReference property.

Parameters
value Allowed object is EventClassificationSubcategoryObjectType