| java.lang.Object | |
| ↳ | com.workday.staffing.PositionRequestCriteriaType |
Utilize the Request Criteria element to search the transaction log for specific instance(s) of a Position.
Java class for Position_Request_CriteriaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Position_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="Supervisory_Organization_Reference" type="{urn:com.workday/bsvc}Supervisory_OrganizationObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Job_Requisition_Reference" type="{urn:com.workday/bsvc}Job_RequisitionObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Exclude_Filled_Positions" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Exclude_Non-Recruitable_Positions" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Event_Reference" type="{urn:com.workday/bsvc}EventObjectType" minOccurs="0"/>
<element name="Field_And_Parameter_Criteria_Data" type="{urn:com.workday/bsvc}Field_And_Parameter_Criteria_DataType" minOccurs="0"/>
<element name="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 | |||||||||||
| eventReference | |||||||||||
| excludeFilledPositions | |||||||||||
| excludeNonRecruitablePositions | |||||||||||
| fieldAndParameterCriteriaData | |||||||||||
| jobRequisitionReference | |||||||||||
| locationReference | |||||||||||
| supervisoryOrganizationReference | |||||||||||
| transactionLogCriteriaData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the additionalLocationsReference property.
| |||||||||||
Gets the value of the eventReference property.
| |||||||||||
Gets the value of the excludeFilledPositions property.
| |||||||||||
Gets the value of the excludeNonRecruitablePositions property.
| |||||||||||
Gets the value of the fieldAndParameterCriteriaData property.
| |||||||||||
Gets the value of the jobRequisitionReference property.
| |||||||||||
Gets the value of the locationReference 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 eventReference property.
| |||||||||||
Sets the value of the excludeFilledPositions property.
| |||||||||||
Sets the value of the excludeNonRecruitablePositions property.
| |||||||||||
Sets the value of the fieldAndParameterCriteriaData property.
| |||||||||||
Sets the value of the jobRequisitionReference property.
| |||||||||||
Sets the value of the locationReference 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 eventReference property.
EventObjectType
Gets the value of the excludeFilledPositions property. This getter has been renamed from isExcludeFilledPositions() to getExcludeFilledPositions() by cxf-xjc-boolean plugin.
Gets the value of the excludeNonRecruitablePositions property. This getter has been renamed from isExcludeNonRecruitablePositions() to getExcludeNonRecruitablePositions() by cxf-xjc-boolean plugin.
Gets the value of the fieldAndParameterCriteriaData property.
FieldAndParameterCriteriaDataType
Gets the value of the jobRequisitionReference 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 jobRequisitionReference property.
For example, to add a new item, do as follows:
getJobRequisitionReference().add(newItem);
Objects of the following type(s) are allowed in the list
JobRequisitionObjectType
Gets the value of the locationReference 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 locationReference property.
For example, to add a new item, do as follows:
getLocationReference().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 eventReference property.
| value | Allowed object is
EventObjectType
|
|---|
Sets the value of the excludeFilledPositions property.
| value | Allowed object is Boolean |
|---|
Sets the value of the excludeNonRecruitablePositions property.
| value | Allowed object is Boolean |
|---|
Sets the value of the fieldAndParameterCriteriaData property.
| value | Allowed object is
FieldAndParameterCriteriaDataType
|
|---|
Sets the value of the jobRequisitionReference property.
| jobRequisitionReference | Allowed object is
JobRequisitionObjectType
|
|---|
Sets the value of the locationReference property.
| locationReference | 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
|
|---|