| java.lang.Object | |
| ↳ | com.workday.recruiting.CreateJobRequisitionDataType |
Wrapper element for the creation of a new job requisition for a position in a supervisory organization using position management.
Java class for Create_Job_Requisition_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Create_Job_Requisition_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="Position_Restriction_Reference" type="{urn:com.workday/bsvc}Position_GroupObjectType"/>
<element name="Supervisory_Organization_Reference" type="{urn:com.workday/bsvc}Supervisory_OrganizationObjectType"/>
</choice>
<element name="Create_Job_Requisition_Reason_Reference" type="{urn:com.workday/bsvc}Event_Classification_SubcategoryObjectType"/>
<element name="Number_of_Openings" 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="Job_Requisition_Data" type="{urn:com.workday/bsvc}Job_Requisition_Data_for_Create_and_EditType" minOccurs="0"/>
<element name="Check_Position_Budget_Sub_Process" type="{urn:com.workday/bsvc}Check_Position_Budget_Sub_Business_ProcessType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| checkPositionBudgetSubProcess | |||||||||||
| createJobRequisitionReasonReference | |||||||||||
| jobRequisitionData | |||||||||||
| numberOfOpenings | |||||||||||
| positionRestrictionReference | |||||||||||
| supervisoryOrganizationReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the checkPositionBudgetSubProcess property.
| |||||||||||
Gets the value of the createJobRequisitionReasonReference property.
| |||||||||||
Gets the value of the jobRequisitionData property.
| |||||||||||
Gets the value of the numberOfOpenings property.
| |||||||||||
Gets the value of the positionRestrictionReference property.
| |||||||||||
Gets the value of the supervisoryOrganizationReference property.
| |||||||||||
Sets the value of the checkPositionBudgetSubProcess property.
| |||||||||||
Sets the value of the createJobRequisitionReasonReference property.
| |||||||||||
Sets the value of the jobRequisitionData property.
| |||||||||||
Sets the value of the numberOfOpenings property.
| |||||||||||
Sets the value of the positionRestrictionReference property.
| |||||||||||
Sets the value of the supervisoryOrganizationReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the checkPositionBudgetSubProcess property.
CheckPositionBudgetSubBusinessProcessType
Gets the value of the createJobRequisitionReasonReference property.
EventClassificationSubcategoryObjectType
Gets the value of the jobRequisitionData property.
JobRequisitionDataForCreateAndEditType
Gets the value of the numberOfOpenings property.
Gets the value of the positionRestrictionReference property.
PositionGroupObjectType
Gets the value of the supervisoryOrganizationReference property.
SupervisoryOrganizationObjectType
Sets the value of the checkPositionBudgetSubProcess property.
| value | Allowed object is
CheckPositionBudgetSubBusinessProcessType
|
|---|
Sets the value of the createJobRequisitionReasonReference property.
| value | Allowed object is
EventClassificationSubcategoryObjectType
|
|---|
Sets the value of the jobRequisitionData property.
| value | Allowed object is
JobRequisitionDataForCreateAndEditType
|
|---|
Sets the value of the numberOfOpenings property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the positionRestrictionReference property.
| value | Allowed object is
PositionGroupObjectType
|
|---|
Sets the value of the supervisoryOrganizationReference property.
| value | Allowed object is
SupervisoryOrganizationObjectType
|
|---|