| java.lang.Object | |
| ↳ | com.workday.staffing.EditPositionRestrictionEventDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the positionData property.
| |||||||||||
Gets the value of the positionEditReasonReference property.
| |||||||||||
Gets the value of the positionGroupRestrictionsData property.
| |||||||||||
Gets the value of the qualificationReplacementData property.
| |||||||||||
Sets the value of the positionData property.
| |||||||||||
Sets the value of the positionEditReasonReference property.
| |||||||||||
Sets the value of the positionGroupRestrictionsData property.
| |||||||||||
Sets the value of the qualificationReplacementData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the positionData property.
PositionDefinitionDataType
Gets the value of the positionEditReasonReference property.
EventClassificationSubcategoryObjectType
Gets the value of the positionGroupRestrictionsData property.
PositionGroupRestrictionDataType
Gets the value of the qualificationReplacementData property.
QualificationDataForPositionRestrictionOrJobProfileType
Sets the value of the positionData property.
| value | Allowed object is
PositionDefinitionDataType
|
|---|
Sets the value of the positionEditReasonReference property.
| value | Allowed object is
EventClassificationSubcategoryObjectType
|
|---|
Sets the value of the positionGroupRestrictionsData property.
| value | Allowed object is
PositionGroupRestrictionDataType
|
|---|
Sets the value of the qualificationReplacementData property.
| value | Allowed object is
QualificationDataForPositionRestrictionOrJobProfileType
|
|---|