| java.lang.Object | |
| ↳ | com.workday.staffing.CreateJobRequisitionSubProcessDataType |
Wrapper element for the sub-process data and Job Requisition data.
Java class for Create_Job_Requisition_Sub_Process_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Create_Job_Requisition_Sub_Process_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Create_Job_Requisition_Reason_Reference" type="{urn:com.workday/bsvc}Event_Classification_SubcategoryObjectType" minOccurs="0"/>
<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_for_Create_Job_Requisition" type="{urn:com.workday/bsvc}Check_Position_Budget_Sub_Business_ProcessType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the checkPositionBudgetSubProcessForCreateJobRequisition property.
| |||||||||||
Gets the value of the createJobRequisitionReasonReference property.
| |||||||||||
Gets the value of the jobRequisitionData property.
| |||||||||||
Sets the value of the checkPositionBudgetSubProcessForCreateJobRequisition property.
| |||||||||||
Sets the value of the createJobRequisitionReasonReference property.
| |||||||||||
Sets the value of the jobRequisitionData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the checkPositionBudgetSubProcessForCreateJobRequisition property.
CheckPositionBudgetSubBusinessProcessType
Gets the value of the createJobRequisitionReasonReference property.
EventClassificationSubcategoryObjectType
Gets the value of the jobRequisitionData property.
JobRequisitionDataForCreateAndEditType
Sets the value of the checkPositionBudgetSubProcessForCreateJobRequisition 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
|
|---|