| java.lang.Object | |
| ↳ | workday.com.bsvc.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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| academicTenureEligible | |||||||||||
| jobPostingTitle | |||||||||||
| positionGroupSummary | |||||||||||
| positionID | |||||||||||
| 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 academicTenureEligible property.
| |||||||||||
Sets the value of the academicTenureEligible 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 jobPostingTitle property.
Gets the value of the positionGroupSummary property.
Gets the value of the positionID property.
Gets the value of the academicTenureEligible property.
Sets the value of the academicTenureEligible 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 |
|---|

