| java.lang.Object | |
| ↳ | com.workday.staffing.PositionDetailsDataType |
Wrapper element for general data pertaining to a position opening.
Java class for Position_Details_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Position_Details_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="Position_Status_Reference" type="{urn:com.workday/bsvc}Worker_EventObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Available_For_Hire" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Available_for_Recruiting" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Hiring_Freeze" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Work_Shift_Required" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Available_for_Overlap" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Earliest_Overlap_Date" type="{http://www.w3.org/2001/XMLSchema}date" 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 | |||||||||||
| availableForHire | |||||||||||
| availableForOverlap | |||||||||||
| availableForRecruiting | |||||||||||
| criticalJob | |||||||||||
| difficultyToFillReference | |||||||||||
| earliestOverlapDate | |||||||||||
| hiringFreeze | |||||||||||
| jobPostingTitle | |||||||||||
| positionGroupSummary | |||||||||||
| positionID | |||||||||||
| positionStatusReference | |||||||||||
| workShiftRequired | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the academicTenureEligible property.
| |||||||||||
Gets the value of the availableForHire property.
| |||||||||||
Gets the value of the availableForOverlap property.
| |||||||||||
Gets the value of the availableForRecruiting property.
| |||||||||||
Gets the value of the criticalJob property.
| |||||||||||
Gets the value of the difficultyToFillReference property.
| |||||||||||
Gets the value of the earliestOverlapDate property.
| |||||||||||
Gets the value of the hiringFreeze property.
| |||||||||||
Gets the value of the jobPostingTitle property.
| |||||||||||
Gets the value of the positionGroupSummary property.
| |||||||||||
Gets the value of the positionID property.
| |||||||||||
Gets the value of the positionStatusReference property.
| |||||||||||
Gets the value of the workShiftRequired property.
| |||||||||||
Sets the value of the academicTenureEligible property.
| |||||||||||
Sets the value of the availableForHire property.
| |||||||||||
Sets the value of the availableForOverlap property.
| |||||||||||
Sets the value of the availableForRecruiting property.
| |||||||||||
Sets the value of the criticalJob property.
| |||||||||||
Sets the value of the difficultyToFillReference property.
| |||||||||||
Sets the value of the earliestOverlapDate property.
| |||||||||||
Sets the value of the hiringFreeze property.
| |||||||||||
Sets the value of the jobPostingTitle property.
| |||||||||||
Sets the value of the positionGroupSummary property.
| |||||||||||
Sets the value of the positionID property.
| |||||||||||
Sets the value of the positionStatusReference property.
| |||||||||||
Sets the value of the workShiftRequired 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 availableForHire property. This getter has been renamed from isAvailableForHire() to getAvailableForHire() by cxf-xjc-boolean plugin.
Gets the value of the availableForOverlap property. This getter has been renamed from isAvailableForOverlap() to getAvailableForOverlap() by cxf-xjc-boolean plugin.
Gets the value of the availableForRecruiting property. This getter has been renamed from isAvailableForRecruiting() to getAvailableForRecruiting() 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 earliestOverlapDate property.
Gets the value of the hiringFreeze property. This getter has been renamed from isHiringFreeze() to getHiringFreeze() by cxf-xjc-boolean plugin.
Gets the value of the jobPostingTitle property.
Gets the value of the positionGroupSummary property.
Gets the value of the positionID property.
Gets the value of the positionStatusReference property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the positionStatusReference property.
For example, to add a new item, do as follows:
getPositionStatusReference().add(newItem);
Objects of the following type(s) are allowed in the list
WorkerEventObjectType
Gets the value of the workShiftRequired property. This getter has been renamed from isWorkShiftRequired() to getWorkShiftRequired() by cxf-xjc-boolean plugin.
Sets the value of the academicTenureEligible property.
| value | Allowed object is Boolean |
|---|
Sets the value of the availableForHire property.
| value | Allowed object is Boolean |
|---|
Sets the value of the availableForOverlap property.
| value | Allowed object is Boolean |
|---|
Sets the value of the availableForRecruiting 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 earliestOverlapDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the hiringFreeze property.
| value | Allowed object is Boolean |
|---|
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 |
|---|
Sets the value of the positionStatusReference property.
| positionStatusReference | Allowed object is
WorkerEventObjectType
|
|---|
Sets the value of the workShiftRequired property.
| value | Allowed object is Boolean |
|---|