| java.lang.Object | |
| ↳ | workday.com.bsvc.PayrollResultRequestCriteriaType |
Payroll Result Request Criteria
Java class for Payroll_Result_Request_CriteriaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payroll_Result_Request_CriteriaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Start_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="End_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="Period_Selection_Date_Reference" type="{urn:com.workday/bsvc}Period_Date_IndicatorObjectType"/>
<element name="Employee_Reference" type="{urn:com.workday/bsvc}EmployeeObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Company_Reference" type="{urn:com.workday/bsvc}CompanyObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Pay_Calculation_Criteria" type="{urn:com.workday/bsvc}Pay_Calculations_SelectedType" minOccurs="0"/>
<element name="Run_Category_Reference" type="{urn:com.workday/bsvc}Run_CategoryObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Pay_Group_Reference" type="{urn:com.workday/bsvc}Pay_GroupObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Period_Reference" type="{urn:com.workday/bsvc}PeriodObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Settlement_ID_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| companyReference | |||||||||||
| employeeReference | |||||||||||
| endDate | |||||||||||
| payCalculationCriteria | |||||||||||
| payGroupReference | |||||||||||
| periodReference | |||||||||||
| periodSelectionDateReference | |||||||||||
| runCategoryReference | |||||||||||
| settlementIDReference | |||||||||||
| startDate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the companyReference property.
| |||||||||||
Gets the value of the employeeReference property.
| |||||||||||
Gets the value of the endDate property.
| |||||||||||
Gets the value of the payCalculationCriteria property.
| |||||||||||
Gets the value of the payGroupReference property.
| |||||||||||
Gets the value of the periodReference property.
| |||||||||||
Gets the value of the periodSelectionDateReference property.
| |||||||||||
Gets the value of the runCategoryReference property.
| |||||||||||
Gets the value of the settlementIDReference property.
| |||||||||||
Gets the value of the startDate property.
| |||||||||||
Sets the value of the endDate property.
| |||||||||||
Sets the value of the payCalculationCriteria property.
| |||||||||||
Sets the value of the periodSelectionDateReference property.
| |||||||||||
Sets the value of the startDate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the companyReference 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 companyReference property.
For example, to add a new item, do as follows:
getCompanyReference().add(newItem);
Objects of the following type(s) are allowed in the list
CompanyObjectType
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
EmployeeObjectType
Gets the value of the endDate property.
Gets the value of the payCalculationCriteria property.
PayCalculationsSelectedType
Gets the value of the payGroupReference 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 payGroupReference property.
For example, to add a new item, do as follows:
getPayGroupReference().add(newItem);
Objects of the following type(s) are allowed in the list
PayGroupObjectType
Gets the value of the periodReference 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 periodReference property.
For example, to add a new item, do as follows:
getPeriodReference().add(newItem);
Objects of the following type(s) are allowed in the list
PeriodObjectType
Gets the value of the periodSelectionDateReference property.
PeriodDateIndicatorObjectType
Gets the value of the runCategoryReference 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 runCategoryReference property.
For example, to add a new item, do as follows:
getRunCategoryReference().add(newItem);
Objects of the following type(s) are allowed in the list
RunCategoryObjectType
Gets the value of the settlementIDReference 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 settlementIDReference property.
For example, to add a new item, do as follows:
getSettlementIDReference().add(newItem);
Objects of the following type(s) are allowed in the list
UniqueIdentifierObjectType
Gets the value of the startDate property.
Sets the value of the endDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the payCalculationCriteria property.
| value | Allowed object is
PayCalculationsSelectedType
|
|---|
Sets the value of the periodSelectionDateReference property.
| value | Allowed object is
PeriodDateIndicatorObjectType
|
|---|
Sets the value of the startDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|