| java.lang.Object | |
| ↳ | com.workday.recruiting.JobRequisitionType |
Contains each Job Requisition based on the Request References or Request Criteria.
Java class for Job_RequisitionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Job_RequisitionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Job_Requisition_Reference" type="{urn:com.workday/bsvc}Job_RequisitionObjectType" minOccurs="0"/>
<element name="Job_Requisition_Data" type="{urn:com.workday/bsvc}Job_Requisition_Data_2Type" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| jobRequisitionData | |||||||||||
| jobRequisitionReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the jobRequisitionData property.
| |||||||||||
Gets the value of the jobRequisitionReference property.
| |||||||||||
Sets the value of the jobRequisitionData property.
| |||||||||||
Sets the value of the jobRequisitionReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the jobRequisitionData property.
JobRequisitionData2Type
Gets the value of the jobRequisitionReference property.
JobRequisitionObjectType
Sets the value of the jobRequisitionData property.
| value | Allowed object is
JobRequisitionData2Type
|
|---|
Sets the value of the jobRequisitionReference property.
| value | Allowed object is
JobRequisitionObjectType
|
|---|