| java.lang.Object | |
| ↳ | workday.com.bsvc.PayrollBalanceRequestCriteriaType |
Get Payroll Balances Request
Java class for Payroll_Balance_Request_CriteriaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payroll_Balance_Request_CriteriaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<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_Calculation_SelectionType"/>
<element name="Balance_Period_Definition_Reference" type="{urn:com.workday/bsvc}Balance_Period__All_ObjectType" maxOccurs="unbounded"/>
<element name="Balance_Period_As_of_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="Balance_Period_Cutoff_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| balancePeriodAsOfDate | |||||||||||
| balancePeriodCutoffDate | |||||||||||
| balancePeriodDefinitionReference | |||||||||||
| companyReference | |||||||||||
| employeeReference | |||||||||||
| payCalculationCriteria | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the balancePeriodAsOfDate property.
| |||||||||||
Gets the value of the balancePeriodCutoffDate property.
| |||||||||||
Gets the value of the balancePeriodDefinitionReference property.
| |||||||||||
Gets the value of the companyReference property.
| |||||||||||
Gets the value of the employeeReference property.
| |||||||||||
Gets the value of the payCalculationCriteria property.
| |||||||||||
Sets the value of the balancePeriodAsOfDate property.
| |||||||||||
Sets the value of the balancePeriodCutoffDate property.
| |||||||||||
Sets the value of the payCalculationCriteria property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the balancePeriodAsOfDate property.
Gets the value of the balancePeriodCutoffDate property.
Gets the value of the balancePeriodDefinitionReference 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 balancePeriodDefinitionReference property.
For example, to add a new item, do as follows:
getBalancePeriodDefinitionReference().add(newItem);
Objects of the following type(s) are allowed in the list
BalancePeriodAllObjectType
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 payCalculationCriteria property.
PayCalculationSelectionType
Sets the value of the balancePeriodAsOfDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the balancePeriodCutoffDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the payCalculationCriteria property.
| value | Allowed object is
PayCalculationSelectionType
|
|---|

