| java.lang.Object | |
| ↳ | com.workday.recruiting.JobRequisitionRequestCriteriaType |
Utilize the Request Criteria element to filter instance(s) of Job Requisitions by status or supervisory org.
Java class for Job_Requisition_Request_CriteriaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Job_Requisition_Request_CriteriaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Transaction_Log_Criteria_Data" type="{urn:com.workday/bsvc}Transaction_Log_CriteriaType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Job_Requisition_Status_Reference" type="{urn:com.workday/bsvc}Job_Requisition_StatusObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Supervisory_Organization_Reference" type="{urn:com.workday/bsvc}Supervisory_OrganizationObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Field_And_Parameter_Criteria_Data" type="{urn:com.workday/bsvc}Field_And_Parameter_Criteria_DataType" minOccurs="0"/>
<element name="Primary_Location_Reference" type="{urn:com.workday/bsvc}LocationObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Additional_Locations_Reference" type="{urn:com.workday/bsvc}LocationObjectType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| additionalLocationsReference | |||||||||||
| fieldAndParameterCriteriaData | |||||||||||
| jobRequisitionStatusReference | |||||||||||
| primaryLocationReference | |||||||||||
| supervisoryOrganizationReference | |||||||||||
| transactionLogCriteriaData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the additionalLocationsReference property.
| |||||||||||
Gets the value of the fieldAndParameterCriteriaData property.
| |||||||||||
Gets the value of the jobRequisitionStatusReference property.
| |||||||||||
Gets the value of the primaryLocationReference property.
| |||||||||||
Gets the value of the supervisoryOrganizationReference property.
| |||||||||||
Gets the value of the transactionLogCriteriaData property.
| |||||||||||
Sets the value of the additionalLocationsReference property.
| |||||||||||
Sets the value of the fieldAndParameterCriteriaData property.
| |||||||||||
Sets the value of the jobRequisitionStatusReference property.
| |||||||||||
Sets the value of the primaryLocationReference property.
| |||||||||||
Sets the value of the supervisoryOrganizationReference property.
| |||||||||||
Sets the value of the transactionLogCriteriaData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the additionalLocationsReference 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 additionalLocationsReference property.
For example, to add a new item, do as follows:
getAdditionalLocationsReference().add(newItem);
Objects of the following type(s) are allowed in the list
LocationObjectType
Gets the value of the fieldAndParameterCriteriaData property.
FieldAndParameterCriteriaDataType
Gets the value of the jobRequisitionStatusReference 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 jobRequisitionStatusReference property.
For example, to add a new item, do as follows:
getJobRequisitionStatusReference().add(newItem);
Objects of the following type(s) are allowed in the list
JobRequisitionStatusObjectType
Gets the value of the primaryLocationReference 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 primaryLocationReference property.
For example, to add a new item, do as follows:
getPrimaryLocationReference().add(newItem);
Objects of the following type(s) are allowed in the list
LocationObjectType
Gets the value of the supervisoryOrganizationReference 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 supervisoryOrganizationReference property.
For example, to add a new item, do as follows:
getSupervisoryOrganizationReference().add(newItem);
Objects of the following type(s) are allowed in the list
SupervisoryOrganizationObjectType
Gets the value of the transactionLogCriteriaData 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 transactionLogCriteriaData property.
For example, to add a new item, do as follows:
getTransactionLogCriteriaData().add(newItem);
Objects of the following type(s) are allowed in the list
TransactionLogCriteriaType
Sets the value of the additionalLocationsReference property.
| additionalLocationsReference | Allowed object is
LocationObjectType
|
|---|
Sets the value of the fieldAndParameterCriteriaData property.
| value | Allowed object is
FieldAndParameterCriteriaDataType
|
|---|
Sets the value of the jobRequisitionStatusReference property.
| jobRequisitionStatusReference | Allowed object is
JobRequisitionStatusObjectType
|
|---|
Sets the value of the primaryLocationReference property.
| primaryLocationReference | Allowed object is
LocationObjectType
|
|---|
Sets the value of the supervisoryOrganizationReference property.
| supervisoryOrganizationReference | Allowed object is
SupervisoryOrganizationObjectType
|
|---|
Sets the value of the transactionLogCriteriaData property.
| transactionLogCriteriaData | Allowed object is
TransactionLogCriteriaType
|
|---|