| java.lang.Object | |
| ↳ | com.workday.recruiting.EditJobRequisitionDataType |
Wrapper for Edit Job Requisition Reason, Data, and Sub Processes
Java class for Edit_Job_Requisition_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Edit_Job_Requisition_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Job_Requisition_Reference" type="{urn:com.workday/bsvc}Job_RequisitionObjectType"/>
<element name="Edit_Job_Requisition_Event_Data" type="{urn:com.workday/bsvc}Edit_Job_Requisition_Event_DataType" 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 | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the checkPositionBudgetSubProcess property.
| |||||||||||
Gets the value of the editJobRequisitionEventData property.
| |||||||||||
Gets the value of the jobRequisitionReference property.
| |||||||||||
Sets the value of the checkPositionBudgetSubProcess property.
| |||||||||||
Sets the value of the editJobRequisitionEventData property.
| |||||||||||
Sets the value of the jobRequisitionReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the checkPositionBudgetSubProcess property.
CheckPositionBudgetSubBusinessProcessType
Gets the value of the editJobRequisitionEventData property.
EditJobRequisitionEventDataType
Gets the value of the jobRequisitionReference property.
JobRequisitionObjectType
Sets the value of the checkPositionBudgetSubProcess property.
| value | Allowed object is
CheckPositionBudgetSubBusinessProcessType
|
|---|
Sets the value of the editJobRequisitionEventData property.
| value | Allowed object is
EditJobRequisitionEventDataType
|
|---|
Sets the value of the jobRequisitionReference property.
| value | Allowed object is
JobRequisitionObjectType
|
|---|