public class

PositionRequestCriteriaType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.staffing.PositionRequestCriteriaType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected List<LocationObjectType> additionalLocationsReference
protected EventObjectType eventReference
protected Boolean excludeFilledPositions
protected Boolean excludeNonRecruitablePositions
protected FieldAndParameterCriteriaDataType fieldAndParameterCriteriaData
protected List<JobRequisitionObjectType> jobRequisitionReference
protected List<LocationObjectType> locationReference
protected List<SupervisoryOrganizationObjectType> supervisoryOrganizationReference
protected List<TransactionLogCriteriaType> transactionLogCriteriaData
Public Constructors
PositionRequestCriteriaType()
Public Methods
List<LocationObjectType> getAdditionalLocationsReference()
Gets the value of the additionalLocationsReference property.
EventObjectType getEventReference()
Gets the value of the eventReference property.
Boolean getExcludeFilledPositions()
Gets the value of the excludeFilledPositions property.
Boolean getExcludeNonRecruitablePositions()
Gets the value of the excludeNonRecruitablePositions property.
FieldAndParameterCriteriaDataType getFieldAndParameterCriteriaData()
Gets the value of the fieldAndParameterCriteriaData property.
List<JobRequisitionObjectType> getJobRequisitionReference()
Gets the value of the jobRequisitionReference property.
List<LocationObjectType> getLocationReference()
Gets the value of the locationReference property.
List<SupervisoryOrganizationObjectType> getSupervisoryOrganizationReference()
Gets the value of the supervisoryOrganizationReference property.
List<TransactionLogCriteriaType> getTransactionLogCriteriaData()
Gets the value of the transactionLogCriteriaData property.
void setAdditionalLocationsReference(List<LocationObjectType> additionalLocationsReference)
Sets the value of the additionalLocationsReference property.
void setEventReference(EventObjectType value)
Sets the value of the eventReference property.
void setExcludeFilledPositions(Boolean value)
Sets the value of the excludeFilledPositions property.
void setExcludeNonRecruitablePositions(Boolean value)
Sets the value of the excludeNonRecruitablePositions property.
void setFieldAndParameterCriteriaData(FieldAndParameterCriteriaDataType value)
Sets the value of the fieldAndParameterCriteriaData property.
void setJobRequisitionReference(List<JobRequisitionObjectType> jobRequisitionReference)
Sets the value of the jobRequisitionReference property.
void setLocationReference(List<LocationObjectType> locationReference)
Sets the value of the locationReference property.
void setSupervisoryOrganizationReference(List<SupervisoryOrganizationObjectType> supervisoryOrganizationReference)
Sets the value of the supervisoryOrganizationReference property.
void setTransactionLogCriteriaData(List<TransactionLogCriteriaType> transactionLogCriteriaData)
Sets the value of the transactionLogCriteriaData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<LocationObjectType> additionalLocationsReference

protected EventObjectType eventReference

protected Boolean excludeFilledPositions

protected Boolean excludeNonRecruitablePositions

protected FieldAndParameterCriteriaDataType fieldAndParameterCriteriaData

protected List<JobRequisitionObjectType> jobRequisitionReference

protected List<LocationObjectType> locationReference

protected List<SupervisoryOrganizationObjectType> supervisoryOrganizationReference

protected List<TransactionLogCriteriaType> transactionLogCriteriaData

Public Constructors

public PositionRequestCriteriaType ()

Public Methods

public List<LocationObjectType> getAdditionalLocationsReference ()

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

public EventObjectType getEventReference ()

Gets the value of the eventReference property.

Returns

public Boolean getExcludeFilledPositions ()

Gets the value of the excludeFilledPositions property. This getter has been renamed from isExcludeFilledPositions() to getExcludeFilledPositions() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getExcludeNonRecruitablePositions ()

Gets the value of the excludeNonRecruitablePositions property. This getter has been renamed from isExcludeNonRecruitablePositions() to getExcludeNonRecruitablePositions() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public FieldAndParameterCriteriaDataType getFieldAndParameterCriteriaData ()

Gets the value of the fieldAndParameterCriteriaData property.

Returns

public List<JobRequisitionObjectType> getJobRequisitionReference ()

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

public List<LocationObjectType> getLocationReference ()

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

public List<SupervisoryOrganizationObjectType> getSupervisoryOrganizationReference ()

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

public List<TransactionLogCriteriaType> getTransactionLogCriteriaData ()

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

public void setAdditionalLocationsReference (List<LocationObjectType> additionalLocationsReference)

Sets the value of the additionalLocationsReference property.

Parameters
additionalLocationsReference Allowed object is LocationObjectType

public void setEventReference (EventObjectType value)

Sets the value of the eventReference property.

Parameters
value Allowed object is EventObjectType

public void setExcludeFilledPositions (Boolean value)

Sets the value of the excludeFilledPositions property.

Parameters
value Allowed object is Boolean

public void setExcludeNonRecruitablePositions (Boolean value)

Sets the value of the excludeNonRecruitablePositions property.

Parameters
value Allowed object is Boolean

public void setFieldAndParameterCriteriaData (FieldAndParameterCriteriaDataType value)

Sets the value of the fieldAndParameterCriteriaData property.

Parameters
value Allowed object is FieldAndParameterCriteriaDataType

public void setJobRequisitionReference (List<JobRequisitionObjectType> jobRequisitionReference)

Sets the value of the jobRequisitionReference property.

Parameters
jobRequisitionReference Allowed object is JobRequisitionObjectType

public void setLocationReference (List<LocationObjectType> locationReference)

Sets the value of the locationReference property.

Parameters
locationReference Allowed object is LocationObjectType

public void setSupervisoryOrganizationReference (List<SupervisoryOrganizationObjectType> supervisoryOrganizationReference)

Sets the value of the supervisoryOrganizationReference property.

Parameters
supervisoryOrganizationReference Allowed object is SupervisoryOrganizationObjectType

public void setTransactionLogCriteriaData (List<TransactionLogCriteriaType> transactionLogCriteriaData)

Sets the value of the transactionLogCriteriaData property.

Parameters
transactionLogCriteriaData Allowed object is TransactionLogCriteriaType