| java.lang.Object | |
| ↳ | workday.com.bsvc.WorkerRequestCriteriaType |
Utilize the Request Criteria element to search the transaction log for specific instance(s) of a Worker.
Java class for Worker_Request_CriteriaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Worker_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="Organization_Reference" type="{urn:com.workday/bsvc}OrganizationObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Include_Subordinate_Organizations" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Position_Reference" type="{urn:com.workday/bsvc}PositionObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Event_Reference" type="{urn:com.workday/bsvc}Transaction_LogObjectType" minOccurs="0"/>
<element name="Benefit_Plan_Reference" type="{urn:com.workday/bsvc}Benefit_PlanObjectType" 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="National_ID_Criteria_Data" type="{urn:com.workday/bsvc}Worker_by_National_ID_Request_CriteriaType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Exclude_Inactive_Workers" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Exclude_Employees" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Exclude_Contingent_Workers" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| benefitPlanReference | |||||||||||
| eventReference | |||||||||||
| excludeContingentWorkers | |||||||||||
| excludeEmployees | |||||||||||
| excludeInactiveWorkers | |||||||||||
| fieldAndParameterCriteriaData | |||||||||||
| includeSubordinateOrganizations | |||||||||||
| nationalIDCriteriaData | |||||||||||
| organizationReference | |||||||||||
| positionReference | |||||||||||
| transactionLogCriteriaData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the benefitPlanReference property.
| |||||||||||
Gets the value of the eventReference property.
| |||||||||||
Gets the value of the fieldAndParameterCriteriaData property.
| |||||||||||
Gets the value of the nationalIDCriteriaData property.
| |||||||||||
Gets the value of the organizationReference property.
| |||||||||||
Gets the value of the positionReference property.
| |||||||||||
Gets the value of the transactionLogCriteriaData property.
| |||||||||||
Gets the value of the excludeContingentWorkers property.
| |||||||||||
Gets the value of the excludeEmployees property.
| |||||||||||
Gets the value of the excludeInactiveWorkers property.
| |||||||||||
Gets the value of the includeSubordinateOrganizations property.
| |||||||||||
Sets the value of the eventReference property.
| |||||||||||
Sets the value of the excludeContingentWorkers property.
| |||||||||||
Sets the value of the excludeEmployees property.
| |||||||||||
Sets the value of the excludeInactiveWorkers property.
| |||||||||||
Sets the value of the fieldAndParameterCriteriaData property.
| |||||||||||
Sets the value of the includeSubordinateOrganizations property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the benefitPlanReference 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 benefitPlanReference property.
For example, to add a new item, do as follows:
getBenefitPlanReference().add(newItem);
Objects of the following type(s) are allowed in the list
BenefitPlanObjectType
Gets the value of the eventReference property.
TransactionLogObjectType
Gets the value of the fieldAndParameterCriteriaData property.
FieldAndParameterCriteriaDataType
Gets the value of the nationalIDCriteriaData 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 nationalIDCriteriaData property.
For example, to add a new item, do as follows:
getNationalIDCriteriaData().add(newItem);
Objects of the following type(s) are allowed in the list
WorkerByNationalIDRequestCriteriaType
Gets the value of the organizationReference 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 organizationReference property.
For example, to add a new item, do as follows:
getOrganizationReference().add(newItem);
Objects of the following type(s) are allowed in the list
OrganizationObjectType
Gets the value of the positionReference 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 positionReference property.
For example, to add a new item, do as follows:
getPositionReference().add(newItem);
Objects of the following type(s) are allowed in the list
PositionObjectType
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
Gets the value of the excludeContingentWorkers property.
Gets the value of the excludeEmployees property.
Gets the value of the excludeInactiveWorkers property.
Gets the value of the includeSubordinateOrganizations property.
Sets the value of the eventReference property.
| value | Allowed object is
TransactionLogObjectType
|
|---|
Sets the value of the excludeContingentWorkers property.
| value | Allowed object is Boolean |
|---|
Sets the value of the excludeEmployees property.
| value | Allowed object is Boolean |
|---|
Sets the value of the excludeInactiveWorkers property.
| value | Allowed object is Boolean |
|---|
Sets the value of the fieldAndParameterCriteriaData property.
| value | Allowed object is
FieldAndParameterCriteriaDataType
|
|---|
Sets the value of the includeSubordinateOrganizations property.
| value | Allowed object is Boolean |
|---|