| java.lang.Object | |
| ↳ | workday.com.bsvc.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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| academicTenureEligible | |||||||||||
| availableForHire | |||||||||||
| availableForRecruiting | |||||||||||
| hiringFreeze | |||||||||||
| jobPostingTitle | |||||||||||
| positionGroupSummary | |||||||||||
| positionID | |||||||||||
| positionStatusReference | |||||||||||
| workShiftRequired | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
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 academicTenureEligible property.
| |||||||||||
Gets the value of the availableForHire property.
| |||||||||||
Gets the value of the availableForRecruiting property.
| |||||||||||
Gets the value of the hiringFreeze 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 availableForRecruiting 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 workShiftRequired property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
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 academicTenureEligible property.
Gets the value of the availableForHire property.
Gets the value of the availableForRecruiting property.
Gets the value of the hiringFreeze property.
Gets the value of the workShiftRequired property.
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 availableForRecruiting property.
| value | Allowed object is Boolean |
|---|
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 workShiftRequired property.
| value | Allowed object is Boolean |
|---|