public class

JobRequisitionDefinitionDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.recruiting.JobRequisitionDefinitionDataType

Class Overview

Wrapper element for Job Requisition Details

Java class for Job_Requisition_Definition_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Job_Requisition_Definition_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Job_Posting_Title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Positions_Allocated" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="7"/>
               <minInclusive value="0"/>
               <fractionDigits value="0"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Positions_Available" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="3"/>
               <fractionDigits value="0"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Academic_Tenure_Eligible" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Job_Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Justification" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Recruiting_Instruction_Data" type="{urn:com.workday/bsvc}Recruiting_Instruction_DataType" minOccurs="0"/>
         <element name="Available_for_Recruiting" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Replacement_for_Worker_Reference" type="{urn:com.workday/bsvc}WorkerObjectType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean academicTenureEligible
protected Boolean availableForRecruiting
protected String jobDescription
protected String jobPostingTitle
protected String justification
protected BigDecimal positionsAllocated
protected BigDecimal positionsAvailable
protected RecruitingInstructionDataType recruitingInstructionData
protected WorkerObjectType replacementForWorkerReference
Public Constructors
JobRequisitionDefinitionDataType()
Public Methods
Boolean getAcademicTenureEligible()
Gets the value of the academicTenureEligible property.
Boolean getAvailableForRecruiting()
Gets the value of the availableForRecruiting property.
String getJobDescription()
Gets the value of the jobDescription property.
String getJobPostingTitle()
Gets the value of the jobPostingTitle property.
String getJustification()
Gets the value of the justification property.
BigDecimal getPositionsAllocated()
Gets the value of the positionsAllocated property.
BigDecimal getPositionsAvailable()
Gets the value of the positionsAvailable property.
RecruitingInstructionDataType getRecruitingInstructionData()
Gets the value of the recruitingInstructionData property.
WorkerObjectType getReplacementForWorkerReference()
Gets the value of the replacementForWorkerReference property.
void setAcademicTenureEligible(Boolean value)
Sets the value of the academicTenureEligible property.
void setAvailableForRecruiting(Boolean value)
Sets the value of the availableForRecruiting property.
void setJobDescription(String value)
Sets the value of the jobDescription property.
void setJobPostingTitle(String value)
Sets the value of the jobPostingTitle property.
void setJustification(String value)
Sets the value of the justification property.
void setPositionsAllocated(BigDecimal value)
Sets the value of the positionsAllocated property.
void setPositionsAvailable(BigDecimal value)
Sets the value of the positionsAvailable property.
void setRecruitingInstructionData(RecruitingInstructionDataType value)
Sets the value of the recruitingInstructionData property.
void setReplacementForWorkerReference(WorkerObjectType value)
Sets the value of the replacementForWorkerReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean academicTenureEligible

protected Boolean availableForRecruiting

protected String jobDescription

protected String jobPostingTitle

protected String justification

protected BigDecimal positionsAllocated

protected BigDecimal positionsAvailable

protected RecruitingInstructionDataType recruitingInstructionData

protected WorkerObjectType replacementForWorkerReference

Public Constructors

public JobRequisitionDefinitionDataType ()

Public Methods

public Boolean getAcademicTenureEligible ()

Gets the value of the academicTenureEligible property. This getter has been renamed from isAcademicTenureEligible() to getAcademicTenureEligible() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getAvailableForRecruiting ()

Gets the value of the availableForRecruiting property. This getter has been renamed from isAvailableForRecruiting() to getAvailableForRecruiting() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public String getJobDescription ()

Gets the value of the jobDescription property.

Returns
  • possible object is String

public String getJobPostingTitle ()

Gets the value of the jobPostingTitle property.

Returns
  • possible object is String

public String getJustification ()

Gets the value of the justification property.

Returns
  • possible object is String

public BigDecimal getPositionsAllocated ()

Gets the value of the positionsAllocated property.

Returns
  • possible object is BigDecimal

public BigDecimal getPositionsAvailable ()

Gets the value of the positionsAvailable property.

Returns
  • possible object is BigDecimal

public RecruitingInstructionDataType getRecruitingInstructionData ()

Gets the value of the recruitingInstructionData property.

Returns

public WorkerObjectType getReplacementForWorkerReference ()

Gets the value of the replacementForWorkerReference property.

Returns

public void setAcademicTenureEligible (Boolean value)

Sets the value of the academicTenureEligible property.

Parameters
value Allowed object is Boolean

public void setAvailableForRecruiting (Boolean value)

Sets the value of the availableForRecruiting property.

Parameters
value Allowed object is Boolean

public void setJobDescription (String value)

Sets the value of the jobDescription property.

Parameters
value Allowed object is String

public void setJobPostingTitle (String value)

Sets the value of the jobPostingTitle property.

Parameters
value Allowed object is String

public void setJustification (String value)

Sets the value of the justification property.

Parameters
value Allowed object is String

public void setPositionsAllocated (BigDecimal value)

Sets the value of the positionsAllocated property.

Parameters
value Allowed object is BigDecimal

public void setPositionsAvailable (BigDecimal value)

Sets the value of the positionsAvailable property.

Parameters
value Allowed object is BigDecimal

public void setRecruitingInstructionData (RecruitingInstructionDataType value)

Sets the value of the recruitingInstructionData property.

Parameters
value Allowed object is RecruitingInstructionDataType

public void setReplacementForWorkerReference (WorkerObjectType value)

Sets the value of the replacementForWorkerReference property.

Parameters
value Allowed object is WorkerObjectType