| java.lang.Object | |
| ↳ | com.workday.staffing.WorkerRequestCriteriaType |
The Request Criteria element lets you apply additional criteria to identify the 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}Position_ElementObjectType" 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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| 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 excludeContingentWorkers property.
| |||||||||||
Gets the value of the excludeEmployees property.
| |||||||||||
Gets the value of the excludeInactiveWorkers property.
| |||||||||||
Gets the value of the fieldAndParameterCriteriaData property.
| |||||||||||
Gets the value of the includeSubordinateOrganizations 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.
| |||||||||||
Sets the value of the benefitPlanReference 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.
| |||||||||||
Sets the value of the nationalIDCriteriaData property.
| |||||||||||
Sets the value of the organizationReference property.
| |||||||||||
Sets the value of the positionReference property.
| |||||||||||
Sets the value of the transactionLogCriteriaData 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 excludeContingentWorkers property. This getter has been renamed from isExcludeContingentWorkers() to getExcludeContingentWorkers() by cxf-xjc-boolean plugin.
Gets the value of the excludeEmployees property. This getter has been renamed from isExcludeEmployees() to getExcludeEmployees() by cxf-xjc-boolean plugin.
Gets the value of the excludeInactiveWorkers property. This getter has been renamed from isExcludeInactiveWorkers() to getExcludeInactiveWorkers() by cxf-xjc-boolean plugin.
Gets the value of the fieldAndParameterCriteriaData property.
FieldAndParameterCriteriaDataType
Gets the value of the includeSubordinateOrganizations property. This getter has been renamed from isIncludeSubordinateOrganizations() to getIncludeSubordinateOrganizations() by cxf-xjc-boolean plugin.
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
PositionElementObjectType
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 benefitPlanReference property.
| benefitPlanReference | Allowed object is
BenefitPlanObjectType
|
|---|
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 |
|---|
Sets the value of the nationalIDCriteriaData property.
| nationalIDCriteriaData | Allowed object is
WorkerByNationalIDRequestCriteriaType
|
|---|
Sets the value of the organizationReference property.
| organizationReference | Allowed object is
OrganizationObjectType
|
|---|
Sets the value of the positionReference property.
| positionReference | Allowed object is
PositionElementObjectType
|
|---|
Sets the value of the transactionLogCriteriaData property.
| transactionLogCriteriaData | Allowed object is
TransactionLogCriteriaType
|
|---|