| java.lang.Object | |
| ↳ | com.workday.recruiting.PositionDefinitionDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| academicTenureEligible | |||||||||||
| criticalJob | |||||||||||
| difficultyToFillReference | |||||||||||
| jobPostingTitle | |||||||||||
| positionGroupSummary | |||||||||||
| positionID | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the academicTenureEligible property.
| |||||||||||
Gets the value of the criticalJob property.
| |||||||||||
Gets the value of the difficultyToFillReference property.
| |||||||||||
Gets the value of the jobPostingTitle property.
| |||||||||||
Gets the value of the positionGroupSummary property.
| |||||||||||
Gets the value of the positionID property.
| |||||||||||
Sets the value of the academicTenureEligible property.
| |||||||||||
Sets the value of the criticalJob property.
| |||||||||||
Sets the value of the difficultyToFillReference property.
| |||||||||||
Sets the value of the jobPostingTitle property.
| |||||||||||
Sets the value of the positionGroupSummary property.
| |||||||||||
Sets the value of the positionID property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the academicTenureEligible property. This getter has been renamed from isAcademicTenureEligible() to getAcademicTenureEligible() by cxf-xjc-boolean plugin.
Gets the value of the criticalJob property. This getter has been renamed from isCriticalJob() to getCriticalJob() by cxf-xjc-boolean plugin.
Gets the value of the difficultyToFillReference property.
DifficultyToFillObjectType
Gets the value of the jobPostingTitle property.
Gets the value of the positionGroupSummary property.
Gets the value of the positionID property.
Sets the value of the academicTenureEligible property.
| value | Allowed object is Boolean |
|---|
Sets the value of the criticalJob property.
| value | Allowed object is Boolean |
|---|
Sets the value of the difficultyToFillReference property.
| value | Allowed object is
DifficultyToFillObjectType
|
|---|
Sets the value of the jobPostingTitle property.
| value | Allowed object is String |
|---|
Sets the value of the positionGroupSummary property.
| value | Allowed object is String |
|---|
Sets the value of the positionID property.
| value | Allowed object is String |
|---|