| java.lang.Object | |
| ↳ | com.workday.recruiting.JobRequisitionDefinitionDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| academicTenureEligible | |||||||||||
| availableForRecruiting | |||||||||||
| jobDescription | |||||||||||
| jobPostingTitle | |||||||||||
| justification | |||||||||||
| positionsAllocated | |||||||||||
| positionsAvailable | |||||||||||
| recruitingInstructionData | |||||||||||
| replacementForWorkerReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the academicTenureEligible property.
| |||||||||||
Gets the value of the availableForRecruiting property.
| |||||||||||
Gets the value of the jobDescription property.
| |||||||||||
Gets the value of the jobPostingTitle property.
| |||||||||||
Gets the value of the justification property.
| |||||||||||
Gets the value of the positionsAllocated property.
| |||||||||||
Gets the value of the positionsAvailable property.
| |||||||||||
Gets the value of the recruitingInstructionData property.
| |||||||||||
Gets the value of the replacementForWorkerReference property.
| |||||||||||
Sets the value of the academicTenureEligible property.
| |||||||||||
Sets the value of the availableForRecruiting property.
| |||||||||||
Sets the value of the jobDescription property.
| |||||||||||
Sets the value of the jobPostingTitle property.
| |||||||||||
Sets the value of the justification property.
| |||||||||||
Sets the value of the positionsAllocated property.
| |||||||||||
Sets the value of the positionsAvailable property.
| |||||||||||
Sets the value of the recruitingInstructionData property.
| |||||||||||
Sets the value of the replacementForWorkerReference 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 availableForRecruiting property. This getter has been renamed from isAvailableForRecruiting() to getAvailableForRecruiting() by cxf-xjc-boolean plugin.
Gets the value of the jobDescription property.
Gets the value of the jobPostingTitle property.
Gets the value of the justification property.
Gets the value of the positionsAllocated property.
Gets the value of the positionsAvailable property.
Gets the value of the recruitingInstructionData property.
RecruitingInstructionDataType
Gets the value of the replacementForWorkerReference property.
WorkerObjectType
Sets the value of the academicTenureEligible property.
| value | Allowed object is Boolean |
|---|
Sets the value of the availableForRecruiting property.
| value | Allowed object is Boolean |
|---|
Sets the value of the jobDescription property.
| value | Allowed object is String |
|---|
Sets the value of the jobPostingTitle property.
| value | Allowed object is String |
|---|
Sets the value of the justification property.
| value | Allowed object is String |
|---|
Sets the value of the positionsAllocated property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the positionsAvailable property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the recruitingInstructionData property.
| value | Allowed object is
RecruitingInstructionDataType
|
|---|
Sets the value of the replacementForWorkerReference property.
| value | Allowed object is
WorkerObjectType
|
|---|