| java.lang.Object | |
| ↳ | com.workday.payrollinterface.ExternalPayrollInputRequestCriteriaType |
Utilize the Request Criteria element to filter the returned population to those External Payroll Input entries that meet ALL of the criteria.
Java class for External_Payroll_Input_Request_CriteriaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="External_Payroll_Input_Request_CriteriaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Payee_Reference" type="{urn:com.workday/bsvc}WorkerObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Pay_Component_Workday_Reference" type="{urn:com.workday/bsvc}Pay_ComponentObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Start_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="End_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Batch_Reference" type="{urn:com.workday/bsvc}Application_BatchObjectType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| batchReference | |||||||||||
| endDate | |||||||||||
| payComponentWorkdayReference | |||||||||||
| payeeReference | |||||||||||
| startDate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the batchReference property.
| |||||||||||
Gets the value of the endDate property.
| |||||||||||
Gets the value of the payComponentWorkdayReference property.
| |||||||||||
Gets the value of the payeeReference property.
| |||||||||||
Gets the value of the startDate property.
| |||||||||||
Sets the value of the batchReference property.
| |||||||||||
Sets the value of the endDate property.
| |||||||||||
Sets the value of the payComponentWorkdayReference property.
| |||||||||||
Sets the value of the payeeReference property.
| |||||||||||
Sets the value of the startDate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the batchReference 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 batchReference property.
For example, to add a new item, do as follows:
getBatchReference().add(newItem);
Objects of the following type(s) are allowed in the list
ApplicationBatchObjectType
Gets the value of the endDate property.
Gets the value of the payComponentWorkdayReference 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 payComponentWorkdayReference property.
For example, to add a new item, do as follows:
getPayComponentWorkdayReference().add(newItem);
Objects of the following type(s) are allowed in the list
PayComponentObjectType
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
WorkerObjectType
Gets the value of the startDate property.
Sets the value of the batchReference property.
| batchReference | Allowed object is
ApplicationBatchObjectType
|
|---|
Sets the value of the endDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the payComponentWorkdayReference property.
| payComponentWorkdayReference | Allowed object is
PayComponentObjectType
|
|---|
Sets the value of the payeeReference property.
| payeeReference | Allowed object is
WorkerObjectType
|
|---|
Sets the value of the startDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|