| java.lang.Object | |
| ↳ | com.workday.payrollinterface.PayeeRequestCriteriaType |
Utilize the Request Criteria element to filter the returned population to those Payees that meet ALL of the criteria.
Java class for Payee_Request_CriteriaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payee_Request_CriteriaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Pay_Group_Reference" type="{urn:com.workday/bsvc}Pay_GroupObjectType" minOccurs="0"/>
<element name="Pay_Period_Reference" type="{urn:com.workday/bsvc}PeriodObjectType" minOccurs="0"/>
<element name="Return_Benefits_as_of_Payment_Date" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Include_Terminated_Payees" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Include_Transfers_Out_Of_Pay_Group" type="{urn:com.workday/bsvc}Include_Transfers_Out_Of_Pay_GroupType" minOccurs="0"/>
<element name="Payee_Reference" type="{urn:com.workday/bsvc}EmployeeObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Exclude_Payee_Reference" type="{urn:com.workday/bsvc}EmployeeObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Transaction_Log_Criteria_Data" type="{urn:com.workday/bsvc}Transaction_Log_CriteriaType" 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="Include_Costing_Allocation_Data" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| excludePayeeReference | |||||||||||
| fieldAndParameterCriteriaData | |||||||||||
| includeCostingAllocationData | |||||||||||
| includeTerminatedPayees | |||||||||||
| includeTransfersOutOfPayGroup | |||||||||||
| payGroupReference | |||||||||||
| payPeriodReference | |||||||||||
| payeeReference | |||||||||||
| returnBenefitsAsOfPaymentDate | |||||||||||
| transactionLogCriteriaData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the excludePayeeReference property.
| |||||||||||
Gets the value of the fieldAndParameterCriteriaData property.
| |||||||||||
Gets the value of the includeCostingAllocationData property.
| |||||||||||
Gets the value of the includeTerminatedPayees property.
| |||||||||||
Gets the value of the includeTransfersOutOfPayGroup property.
| |||||||||||
Gets the value of the payGroupReference property.
| |||||||||||
Gets the value of the payPeriodReference property.
| |||||||||||
Gets the value of the payeeReference property.
| |||||||||||
Gets the value of the returnBenefitsAsOfPaymentDate property.
| |||||||||||
Gets the value of the transactionLogCriteriaData property.
| |||||||||||
Sets the value of the excludePayeeReference property.
| |||||||||||
Sets the value of the fieldAndParameterCriteriaData property.
| |||||||||||
Sets the value of the includeCostingAllocationData property.
| |||||||||||
Sets the value of the includeTerminatedPayees property.
| |||||||||||
Sets the value of the includeTransfersOutOfPayGroup property.
| |||||||||||
Sets the value of the payGroupReference property.
| |||||||||||
Sets the value of the payPeriodReference property.
| |||||||||||
Sets the value of the payeeReference property.
| |||||||||||
Sets the value of the returnBenefitsAsOfPaymentDate property.
| |||||||||||
Sets the value of the transactionLogCriteriaData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the excludePayeeReference 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 excludePayeeReference property.
For example, to add a new item, do as follows:
getExcludePayeeReference().add(newItem);
Objects of the following type(s) are allowed in the list
EmployeeObjectType
Gets the value of the fieldAndParameterCriteriaData property.
FieldAndParameterCriteriaDataType
Gets the value of the includeCostingAllocationData property. This getter has been renamed from isIncludeCostingAllocationData() to getIncludeCostingAllocationData() by cxf-xjc-boolean plugin.
Gets the value of the includeTerminatedPayees property. This getter has been renamed from isIncludeTerminatedPayees() to getIncludeTerminatedPayees() by cxf-xjc-boolean plugin.
Gets the value of the includeTransfersOutOfPayGroup property.
IncludeTransfersOutOfPayGroupType
Gets the value of the payGroupReference property.
PayGroupObjectType
Gets the value of the payPeriodReference property.
PeriodObjectType
Gets the value of the payeeReference 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 payeeReference property.
For example, to add a new item, do as follows:
getPayeeReference().add(newItem);
Objects of the following type(s) are allowed in the list
EmployeeObjectType
Gets the value of the returnBenefitsAsOfPaymentDate property. This getter has been renamed from isReturnBenefitsAsOfPaymentDate() to getReturnBenefitsAsOfPaymentDate() by cxf-xjc-boolean plugin.
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 excludePayeeReference property.
| excludePayeeReference | Allowed object is
EmployeeObjectType
|
|---|
Sets the value of the fieldAndParameterCriteriaData property.
| value | Allowed object is
FieldAndParameterCriteriaDataType
|
|---|
Sets the value of the includeCostingAllocationData property.
| value | Allowed object is Boolean |
|---|
Sets the value of the includeTerminatedPayees property.
| value | Allowed object is Boolean |
|---|
Sets the value of the includeTransfersOutOfPayGroup property.
| value | Allowed object is
IncludeTransfersOutOfPayGroupType
|
|---|
Sets the value of the payGroupReference property.
| value | Allowed object is
PayGroupObjectType
|
|---|
Sets the value of the payPeriodReference property.
| value | Allowed object is
PeriodObjectType
|
|---|
Sets the value of the payeeReference property.
| payeeReference | Allowed object is
EmployeeObjectType
|
|---|
Sets the value of the returnBenefitsAsOfPaymentDate property.
| value | Allowed object is Boolean |
|---|
Sets the value of the transactionLogCriteriaData property.
| transactionLogCriteriaData | Allowed object is
TransactionLogCriteriaType
|
|---|