public class

PositionDefinitionDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Boolean academicTenureEligible
protected String jobPostingTitle
protected String positionGroupSummary
protected String positionID
Public Constructors
PositionDefinitionDataType()
Public Methods
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.
Boolean isAcademicTenureEligible()
Gets the value of the academicTenureEligible property.
void setAcademicTenureEligible(Boolean value)
Sets the value of the academicTenureEligible 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

Fields

protected Boolean academicTenureEligible

protected String jobPostingTitle

protected String positionGroupSummary

protected String positionID

Public Constructors

public PositionDefinitionDataType ()

Public Methods

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 Boolean isAcademicTenureEligible ()

Gets the value of the academicTenureEligible property.

Returns
  • possible object is Boolean

public void setAcademicTenureEligible (Boolean value)

Sets the value of the academicTenureEligible property.

Parameters
value Allowed object is Boolean

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