public class

EditPositionRestrictionEventDataType

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

Class Overview

Wrapper for the details of the Edit Position Restriction transaction.

Java class for Edit_Position_Restriction_Event_DataType complex type.

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

 <complexType name="Edit_Position_Restriction_Event_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Position_Edit_Reason_Reference" type="{urn:com.workday/bsvc}Event_Classification_SubcategoryObjectType" minOccurs="0"/>
         <element name="Position_Data" type="{urn:com.workday/bsvc}Position_Definition_DataType" minOccurs="0"/>
         <element name="Position_Group_Restrictions_Data" type="{urn:com.workday/bsvc}Position_Group_Restriction_DataType" minOccurs="0"/>
         <element name="Qualification_Replacement_Data" type="{urn:com.workday/bsvc}Qualification_Data_for_Position_Restriction_or_Job_ProfileType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected PositionDefinitionDataType positionData
protected EventClassificationSubcategoryObjectType positionEditReasonReference
protected PositionGroupRestrictionDataType positionGroupRestrictionsData
protected QualificationDataForPositionRestrictionOrJobProfileType qualificationReplacementData
Public Constructors
EditPositionRestrictionEventDataType()
Public Methods
PositionDefinitionDataType getPositionData()
Gets the value of the positionData property.
EventClassificationSubcategoryObjectType getPositionEditReasonReference()
Gets the value of the positionEditReasonReference property.
PositionGroupRestrictionDataType getPositionGroupRestrictionsData()
Gets the value of the positionGroupRestrictionsData property.
QualificationDataForPositionRestrictionOrJobProfileType getQualificationReplacementData()
Gets the value of the qualificationReplacementData property.
void setPositionData(PositionDefinitionDataType value)
Sets the value of the positionData property.
void setPositionEditReasonReference(EventClassificationSubcategoryObjectType value)
Sets the value of the positionEditReasonReference property.
void setPositionGroupRestrictionsData(PositionGroupRestrictionDataType value)
Sets the value of the positionGroupRestrictionsData property.
void setQualificationReplacementData(QualificationDataForPositionRestrictionOrJobProfileType value)
Sets the value of the qualificationReplacementData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected PositionDefinitionDataType positionData

protected EventClassificationSubcategoryObjectType positionEditReasonReference

protected PositionGroupRestrictionDataType positionGroupRestrictionsData

protected QualificationDataForPositionRestrictionOrJobProfileType qualificationReplacementData

Public Constructors

public EditPositionRestrictionEventDataType ()

Public Methods

public PositionDefinitionDataType getPositionData ()

Gets the value of the positionData property.

Returns

public EventClassificationSubcategoryObjectType getPositionEditReasonReference ()

Gets the value of the positionEditReasonReference property.

Returns

public PositionGroupRestrictionDataType getPositionGroupRestrictionsData ()

Gets the value of the positionGroupRestrictionsData property.

Returns

public QualificationDataForPositionRestrictionOrJobProfileType getQualificationReplacementData ()

Gets the value of the qualificationReplacementData property.

public void setPositionData (PositionDefinitionDataType value)

Sets the value of the positionData property.

Parameters
value Allowed object is PositionDefinitionDataType

public void setPositionEditReasonReference (EventClassificationSubcategoryObjectType value)

Sets the value of the positionEditReasonReference property.

Parameters
value Allowed object is EventClassificationSubcategoryObjectType

public void setPositionGroupRestrictionsData (PositionGroupRestrictionDataType value)

Sets the value of the positionGroupRestrictionsData property.

Parameters
value Allowed object is PositionGroupRestrictionDataType

public void setQualificationReplacementData (QualificationDataForPositionRestrictionOrJobProfileType value)

Sets the value of the qualificationReplacementData property.

Parameters
value Allowed object is QualificationDataForPositionRestrictionOrJobProfileType