public class

PositionDefinitionDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.recruiting.PositionDefinitionDataType

Class Overview

Wrapper element for general data pertaining to a position opening.

Java class for Position_Definition_DataType complex type.

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

 <complexType name="Position_Definition_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Position_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Job_Posting_Title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Academic_Tenure_Eligible" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Position_Group_Summary" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Critical_Job" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Difficulty_to_Fill_Reference" type="{urn:com.workday/bsvc}Difficulty_to_FillObjectType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean academicTenureEligible
protected Boolean criticalJob
protected DifficultyToFillObjectType difficultyToFillReference
protected String jobPostingTitle
protected String positionGroupSummary
protected String positionID
Public Constructors
PositionDefinitionDataType()
Public Methods
Boolean getAcademicTenureEligible()
Gets the value of the academicTenureEligible property.
Boolean getCriticalJob()
Gets the value of the criticalJob property.
DifficultyToFillObjectType getDifficultyToFillReference()
Gets the value of the difficultyToFillReference property.
String getJobPostingTitle()
Gets the value of the jobPostingTitle property.
String getPositionGroupSummary()
Gets the value of the positionGroupSummary property.
String getPositionID()
Gets the value of the positionID property.
void setAcademicTenureEligible(Boolean value)
Sets the value of the academicTenureEligible property.
void setCriticalJob(Boolean value)
Sets the value of the criticalJob property.
void setDifficultyToFillReference(DifficultyToFillObjectType value)
Sets the value of the difficultyToFillReference property.
void setJobPostingTitle(String value)
Sets the value of the jobPostingTitle property.
void setPositionGroupSummary(String value)
Sets the value of the positionGroupSummary property.
void setPositionID(String value)
Sets the value of the positionID property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean academicTenureEligible

protected Boolean criticalJob

protected DifficultyToFillObjectType difficultyToFillReference

protected String jobPostingTitle

protected String positionGroupSummary

protected String positionID

Public Constructors

public PositionDefinitionDataType ()

Public Methods

public Boolean getAcademicTenureEligible ()

Gets the value of the academicTenureEligible property. This getter has been renamed from isAcademicTenureEligible() to getAcademicTenureEligible() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getCriticalJob ()

Gets the value of the criticalJob property. This getter has been renamed from isCriticalJob() to getCriticalJob() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public DifficultyToFillObjectType getDifficultyToFillReference ()

Gets the value of the difficultyToFillReference property.

Returns

public String getJobPostingTitle ()

Gets the value of the jobPostingTitle property.

Returns
  • possible object is String

public String getPositionGroupSummary ()

Gets the value of the positionGroupSummary property.

Returns
  • possible object is String

public String getPositionID ()

Gets the value of the positionID property.

Returns
  • possible object is String

public void setAcademicTenureEligible (Boolean value)

Sets the value of the academicTenureEligible property.

Parameters
value Allowed object is Boolean

public void setCriticalJob (Boolean value)

Sets the value of the criticalJob property.

Parameters
value Allowed object is Boolean

public void setDifficultyToFillReference (DifficultyToFillObjectType value)

Sets the value of the difficultyToFillReference property.

Parameters
value Allowed object is DifficultyToFillObjectType

public void setJobPostingTitle (String value)

Sets the value of the jobPostingTitle property.

Parameters
value Allowed object is String

public void setPositionGroupSummary (String value)

Sets the value of the positionGroupSummary property.

Parameters
value Allowed object is String

public void setPositionID (String value)

Sets the value of the positionID property.

Parameters
value Allowed object is String