| java.lang.Object | |
| ↳ | workday.com.bsvc.PayrollResultDataType |
Payroll Result Data element
Java class for Payroll_Result_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payroll_Result_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Payment_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Result_Start_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Result_End_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Result_Calculation_Moment" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Currency_Reference" type="{urn:com.workday/bsvc}CurrencyObjectType" minOccurs="0"/>
<element name="Pay_Group_Reference" type="{urn:com.workday/bsvc}Pay_GroupObjectType" minOccurs="0"/>
<element name="Period_Reference" type="{urn:com.workday/bsvc}PeriodObjectType"/>
<element name="Period_Start_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Period_End_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Third_Party_Sick_Pay" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Payroll_Result_Detail_Data" type="{urn:com.workday/bsvc}Payroll_Result_Detail_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| currencyReference | |||||||||||
| payGroupReference | |||||||||||
| paymentDate | |||||||||||
| payrollResultDetailData | |||||||||||
| periodEndDate | |||||||||||
| periodReference | |||||||||||
| periodStartDate | |||||||||||
| resultCalculationMoment | |||||||||||
| resultEndDate | |||||||||||
| resultStartDate | |||||||||||
| thirdPartySickPay | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the currencyReference property.
| |||||||||||
Gets the value of the payGroupReference property.
| |||||||||||
Gets the value of the paymentDate property.
| |||||||||||
Gets the value of the payrollResultDetailData property.
| |||||||||||
Gets the value of the periodEndDate property.
| |||||||||||
Gets the value of the periodReference property.
| |||||||||||
Gets the value of the periodStartDate property.
| |||||||||||
Gets the value of the resultCalculationMoment property.
| |||||||||||
Gets the value of the resultEndDate property.
| |||||||||||
Gets the value of the resultStartDate property.
| |||||||||||
Gets the value of the thirdPartySickPay property.
| |||||||||||
Sets the value of the currencyReference property.
| |||||||||||
Sets the value of the payGroupReference property.
| |||||||||||
Sets the value of the paymentDate property.
| |||||||||||
Sets the value of the periodEndDate property.
| |||||||||||
Sets the value of the periodReference property.
| |||||||||||
Sets the value of the periodStartDate property.
| |||||||||||
Sets the value of the resultCalculationMoment property.
| |||||||||||
Sets the value of the resultEndDate property.
| |||||||||||
Sets the value of the resultStartDate property.
| |||||||||||
Sets the value of the thirdPartySickPay property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the currencyReference property.
CurrencyObjectType
Gets the value of the payGroupReference property.
PayGroupObjectType
Gets the value of the paymentDate property.
Gets the value of the payrollResultDetailData 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 payrollResultDetailData property.
For example, to add a new item, do as follows:
getPayrollResultDetailData().add(newItem);
Objects of the following type(s) are allowed in the list
PayrollResultDetailDataType
Gets the value of the periodEndDate property.
Gets the value of the periodReference property.
PeriodObjectType
Gets the value of the periodStartDate property.
Gets the value of the resultCalculationMoment property.
Gets the value of the resultEndDate property.
Gets the value of the resultStartDate property.
Gets the value of the thirdPartySickPay property.
Sets the value of the currencyReference property.
| value | Allowed object is
CurrencyObjectType
|
|---|
Sets the value of the payGroupReference property.
| value | Allowed object is
PayGroupObjectType
|
|---|
Sets the value of the paymentDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the periodEndDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the periodReference property.
| value | Allowed object is
PeriodObjectType
|
|---|
Sets the value of the periodStartDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the resultCalculationMoment property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the resultEndDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the resultStartDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the thirdPartySickPay property.
| value | Allowed object is Boolean |
|---|