| java.lang.Object | |
| ↳ | com.workday.payroll.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="Employee_Reference" type="{urn:com.workday/bsvc}WorkerObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Payment_Interval_Start_Date_Reference" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Payment_Interval_End_Date_Reference" type="{http://www.w3.org/2001/XMLSchema}date" 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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| employeeReference | |||||||||||
| fieldAndParameterCriteriaData | |||||||||||
| outsourcedPaymentGroupReference | |||||||||||
| paymentIntervalEndDateReference | |||||||||||
| paymentIntervalStartDateReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the employeeReference property.
| |||||||||||
Gets the value of the fieldAndParameterCriteriaData property.
| |||||||||||
Gets the value of the outsourcedPaymentGroupReference property.
| |||||||||||
Gets the value of the paymentIntervalEndDateReference property.
| |||||||||||
Gets the value of the paymentIntervalStartDateReference property.
| |||||||||||
Sets the value of the employeeReference property.
| |||||||||||
Sets the value of the fieldAndParameterCriteriaData property.
| |||||||||||
Sets the value of the outsourcedPaymentGroupReference property.
| |||||||||||
Sets the value of the paymentIntervalEndDateReference property.
| |||||||||||
Sets the value of the paymentIntervalStartDateReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the employeeReference 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 employeeReference property.
For example, to add a new item, do as follows:
getEmployeeReference().add(newItem);
Objects of the following type(s) are allowed in the list
WorkerObjectType
Gets the value of the fieldAndParameterCriteriaData property.
FieldAndParameterCriteriaDataType
Gets the value of the outsourcedPaymentGroupReference property.
OutsourcedPaymentGroupObjectType
Gets the value of the paymentIntervalEndDateReference property.
Gets the value of the paymentIntervalStartDateReference property.
Sets the value of the employeeReference property.
| employeeReference | Allowed object is
WorkerObjectType
|
|---|
Sets the value of the fieldAndParameterCriteriaData property.
| value | Allowed object is
FieldAndParameterCriteriaDataType
|
|---|
Sets the value of the outsourcedPaymentGroupReference property.
| value | Allowed object is
OutsourcedPaymentGroupObjectType
|
|---|
Sets the value of the paymentIntervalEndDateReference property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the paymentIntervalStartDateReference property.
| value | Allowed object is XMLGregorianCalendar |
|---|