| java.lang.Object | |
| ↳ | com.workday.recruiting.JobRequisitionData2Type |
Wrapper Element for a Job Requisition
Java class for Job_Requisition_Data_2Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Job_Requisition_Data_2Type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Job_Requisition_Status_Reference" type="{urn:com.workday/bsvc}Job_Requisition_StatusObjectType" minOccurs="0"/>
<element name="Job_Requisition_Detail_Data" type="{urn:com.workday/bsvc}Job_Requisition_Definition_DataType" minOccurs="0"/>
<element name="Hiring_Requirement_Data" type="{urn:com.workday/bsvc}Job_Requisition_Restrictions_DataType" minOccurs="0"/>
<element name="Job_Requisition_Attachments" type="{urn:com.workday/bsvc}Job_Requisition_AttachmentsType" minOccurs="0"/>
<element name="Qualification_Data" type="{urn:com.workday/bsvc}Qualifications_from_Position_Restrictions_DataType" minOccurs="0"/>
<element name="Position_Data" type="{urn:com.workday/bsvc}Positions_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Supervisory_Organization_Reference" type="{urn:com.workday/bsvc}Supervisory_OrganizationObjectType" minOccurs="0"/>
<element name="Integration_Field_Override_Data" type="{urn:com.workday/bsvc}Document_Field_Result_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Organization_Data" type="{urn:com.workday/bsvc}Job_Requisition_Organizations_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| hiringRequirementData | |||||||||||
| integrationFieldOverrideData | |||||||||||
| jobRequisitionAttachments | |||||||||||
| jobRequisitionDetailData | |||||||||||
| jobRequisitionStatusReference | |||||||||||
| organizationData | |||||||||||
| positionData | |||||||||||
| qualificationData | |||||||||||
| supervisoryOrganizationReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the hiringRequirementData property.
| |||||||||||
Gets the value of the integrationFieldOverrideData property.
| |||||||||||
Gets the value of the jobRequisitionAttachments property.
| |||||||||||
Gets the value of the jobRequisitionDetailData property.
| |||||||||||
Gets the value of the jobRequisitionStatusReference property.
| |||||||||||
Gets the value of the organizationData property.
| |||||||||||
Gets the value of the positionData property.
| |||||||||||
Gets the value of the qualificationData property.
| |||||||||||
Gets the value of the supervisoryOrganizationReference property.
| |||||||||||
Sets the value of the hiringRequirementData property.
| |||||||||||
Sets the value of the integrationFieldOverrideData property.
| |||||||||||
Sets the value of the jobRequisitionAttachments property.
| |||||||||||
Sets the value of the jobRequisitionDetailData property.
| |||||||||||
Sets the value of the jobRequisitionStatusReference property.
| |||||||||||
Sets the value of the organizationData property.
| |||||||||||
Sets the value of the positionData property.
| |||||||||||
Sets the value of the qualificationData property.
| |||||||||||
Sets the value of the supervisoryOrganizationReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the hiringRequirementData property.
JobRequisitionRestrictionsDataType
Gets the value of the integrationFieldOverrideData property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the integrationFieldOverrideData property.
For example, to add a new item, do as follows:
getIntegrationFieldOverrideData().add(newItem);
Objects of the following type(s) are allowed in the list
DocumentFieldResultDataType
Gets the value of the jobRequisitionAttachments property.
JobRequisitionAttachmentsType
Gets the value of the jobRequisitionDetailData property.
JobRequisitionDefinitionDataType
Gets the value of the jobRequisitionStatusReference property.
JobRequisitionStatusObjectType
Gets the value of the organizationData property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the organizationData property.
For example, to add a new item, do as follows:
getOrganizationData().add(newItem);
Objects of the following type(s) are allowed in the list
JobRequisitionOrganizationsDataType
Gets the value of the positionData property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the positionData property.
For example, to add a new item, do as follows:
getPositionData().add(newItem);
Objects of the following type(s) are allowed in the list
PositionsDataType
Gets the value of the qualificationData property.
QualificationsFromPositionRestrictionsDataType
Gets the value of the supervisoryOrganizationReference property.
SupervisoryOrganizationObjectType
Sets the value of the hiringRequirementData property.
| value | Allowed object is
JobRequisitionRestrictionsDataType
|
|---|
Sets the value of the integrationFieldOverrideData property.
| integrationFieldOverrideData | Allowed object is
DocumentFieldResultDataType
|
|---|
Sets the value of the jobRequisitionAttachments property.
| value | Allowed object is
JobRequisitionAttachmentsType
|
|---|
Sets the value of the jobRequisitionDetailData property.
| value | Allowed object is
JobRequisitionDefinitionDataType
|
|---|
Sets the value of the jobRequisitionStatusReference property.
| value | Allowed object is
JobRequisitionStatusObjectType
|
|---|
Sets the value of the organizationData property.
| organizationData | Allowed object is
JobRequisitionOrganizationsDataType
|
|---|
Sets the value of the positionData property.
| positionData | Allowed object is
PositionsDataType
|
|---|
Sets the value of the qualificationData property.
| value | Allowed object is
QualificationsFromPositionRestrictionsDataType
|
|---|
Sets the value of the supervisoryOrganizationReference property.
| value | Allowed object is
SupervisoryOrganizationObjectType
|
|---|