public class

PositionRequestCriteriaType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.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="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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected EventObjectType eventReference
protected Boolean excludeFilledPositions
protected Boolean excludeNonRecruitablePositions
protected FieldAndParameterCriteriaDataType fieldAndParameterCriteriaData
protected List<SupervisoryOrganizationObjectType> supervisoryOrganizationReference
protected List<TransactionLogCriteriaType> transactionLogCriteriaData
Public Constructors
PositionRequestCriteriaType()
Public Methods
EventObjectType getEventReference()
Gets the value of the eventReference property.
FieldAndParameterCriteriaDataType getFieldAndParameterCriteriaData()
Gets the value of the fieldAndParameterCriteriaData property.
List<SupervisoryOrganizationObjectType> getSupervisoryOrganizationReference()
Gets the value of the supervisoryOrganizationReference property.
List<TransactionLogCriteriaType> getTransactionLogCriteriaData()
Gets the value of the transactionLogCriteriaData property.
Boolean isExcludeFilledPositions()
Gets the value of the excludeFilledPositions property.
Boolean isExcludeNonRecruitablePositions()
Gets the value of the excludeNonRecruitablePositions 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.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected EventObjectType eventReference

protected Boolean excludeFilledPositions

protected Boolean excludeNonRecruitablePositions

protected FieldAndParameterCriteriaDataType fieldAndParameterCriteriaData

protected List<SupervisoryOrganizationObjectType> supervisoryOrganizationReference

protected List<TransactionLogCriteriaType> transactionLogCriteriaData

Public Constructors

public PositionRequestCriteriaType ()

Public Methods

public EventObjectType getEventReference ()

Gets the value of the eventReference property.

Returns

public FieldAndParameterCriteriaDataType getFieldAndParameterCriteriaData ()

Gets the value of the fieldAndParameterCriteriaData property.

Returns

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 Boolean isExcludeFilledPositions ()

Gets the value of the excludeFilledPositions property.

Returns
  • possible object is Boolean

public Boolean isExcludeNonRecruitablePositions ()

Gets the value of the excludeNonRecruitablePositions property.

Returns
  • possible object is Boolean

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