| java.lang.Object | |
| ↳ | workday.com.bsvc.PayrollPayslipRequestCriteriaType |
Payroll Payslip Request Criteria
Java class for Payroll_Payslip_Request_CriteriaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payroll_Payslip_Request_CriteriaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Outsourced_Payment_Group_Reference" type="{urn:com.workday/bsvc}Outsourced_Payment_GroupObjectType"/>
<element name="Field_And_Parameter_Criteria_Data" type="{urn:com.workday/bsvc}Field_And_Parameter_Criteria_DataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| fieldAndParameterCriteriaData | |||||||||||
| outsourcedPaymentGroupReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the fieldAndParameterCriteriaData property.
| |||||||||||
Gets the value of the outsourcedPaymentGroupReference property.
| |||||||||||
Sets the value of the fieldAndParameterCriteriaData property.
| |||||||||||
Sets the value of the outsourcedPaymentGroupReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the fieldAndParameterCriteriaData property.
FieldAndParameterCriteriaDataType
Gets the value of the outsourcedPaymentGroupReference property.
OutsourcedPaymentGroupObjectType
Sets the value of the fieldAndParameterCriteriaData property.
| value | Allowed object is
FieldAndParameterCriteriaDataType
|
|---|
Sets the value of the outsourcedPaymentGroupReference property.
| value | Allowed object is
OutsourcedPaymentGroupObjectType
|
|---|

