| java.lang.Object | |
| ↳ | com.workday.payroll.PayrollInputRequestCriteriaType |
Payroll Input Request Criteria
Java class for Payroll_Input_Request_CriteriaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payroll_Input_Request_CriteriaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Worker_Reference" type="{urn:com.workday/bsvc}WorkerObjectType" minOccurs="0"/>
<element name="Earning_Reference" type="{urn:com.workday/bsvc}Earning__All_ObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Deduction_Reference" type="{urn:com.workday/bsvc}Deduction__All_ObjectType" 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="Open-Ended_Ongoing_Inputs" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| deductionReference | |||||||||||
| earningReference | |||||||||||
| endDate | |||||||||||
| openEndedOngoingInputs | |||||||||||
| startDate | |||||||||||
| workerReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the deductionReference property.
| |||||||||||
Gets the value of the earningReference property.
| |||||||||||
Gets the value of the endDate property.
| |||||||||||
Gets the value of the openEndedOngoingInputs property.
| |||||||||||
Gets the value of the startDate property.
| |||||||||||
Gets the value of the workerReference property.
| |||||||||||
Sets the value of the deductionReference property.
| |||||||||||
Sets the value of the earningReference property.
| |||||||||||
Sets the value of the endDate property.
| |||||||||||
Sets the value of the openEndedOngoingInputs property.
| |||||||||||
Sets the value of the startDate property.
| |||||||||||
Sets the value of the workerReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the deductionReference 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 deductionReference property.
For example, to add a new item, do as follows:
getDeductionReference().add(newItem);
Objects of the following type(s) are allowed in the list
DeductionAllObjectType
Gets the value of the earningReference 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 earningReference property.
For example, to add a new item, do as follows:
getEarningReference().add(newItem);
Objects of the following type(s) are allowed in the list
EarningAllObjectType
Gets the value of the endDate property.
Gets the value of the openEndedOngoingInputs property. This getter has been renamed from isOpenEndedOngoingInputs() to getOpenEndedOngoingInputs() by cxf-xjc-boolean plugin.
Gets the value of the startDate property.
Gets the value of the workerReference property.
WorkerObjectType
Sets the value of the deductionReference property.
| deductionReference | Allowed object is
DeductionAllObjectType
|
|---|
Sets the value of the earningReference property.
| earningReference | Allowed object is
EarningAllObjectType
|
|---|
Sets the value of the endDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the openEndedOngoingInputs property.
| value | Allowed object is Boolean |
|---|
Sets the value of the startDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the workerReference property.
| value | Allowed object is
WorkerObjectType
|
|---|