| java.lang.Object | |
| ↳ | com.workday.hr.PayrollInterfaceProcessingDataType |
Encapsulating element containg all Payroll Interface Processing data.
Java class for Payroll_Interface_Processing_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payroll_Interface_Processing_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Pay_Rate_Type_Reference" type="{urn:com.workday/bsvc}Pay_Rate_Type_ReferenceType" minOccurs="0"/>
<element name="Frequency_Reference" type="{urn:com.workday/bsvc}Frequency_Reference_DataType" minOccurs="0"/>
<element name="Pay_Group_Reference" type="{urn:com.workday/bsvc}External_Pay_Group_ReferenceType" minOccurs="0"/>
<element name="Payroll_Entity_Reference" type="{urn:com.workday/bsvc}External_Payroll_Entity_ReferenceType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="Effective_Date" type="{http://www.w3.org/2001/XMLSchema}date" />
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| effectiveDate | |||||||||||
| frequencyReference | |||||||||||
| payGroupReference | |||||||||||
| payRateTypeReference | |||||||||||
| payrollEntityReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the effectiveDate property.
| |||||||||||
Gets the value of the frequencyReference property.
| |||||||||||
Gets the value of the payGroupReference property.
| |||||||||||
Gets the value of the payRateTypeReference property.
| |||||||||||
Gets the value of the payrollEntityReference property.
| |||||||||||
Sets the value of the effectiveDate property.
| |||||||||||
Sets the value of the frequencyReference property.
| |||||||||||
Sets the value of the payGroupReference property.
| |||||||||||
Sets the value of the payRateTypeReference property.
| |||||||||||
Sets the value of the payrollEntityReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the effectiveDate property.
Gets the value of the frequencyReference property.
FrequencyReferenceDataType
Gets the value of the payGroupReference property.
ExternalPayGroupReferenceType
Gets the value of the payRateTypeReference property.
PayRateTypeReferenceType
Gets the value of the payrollEntityReference 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 payrollEntityReference property.
For example, to add a new item, do as follows:
getPayrollEntityReference().add(newItem);
Objects of the following type(s) are allowed in the list
ExternalPayrollEntityReferenceType
Sets the value of the effectiveDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the frequencyReference property.
| value | Allowed object is
FrequencyReferenceDataType
|
|---|
Sets the value of the payGroupReference property.
| value | Allowed object is
ExternalPayGroupReferenceType
|
|---|
Sets the value of the payRateTypeReference property.
| value | Allowed object is
PayRateTypeReferenceType
|
|---|
Sets the value of the payrollEntityReference property.
| payrollEntityReference | Allowed object is
ExternalPayrollEntityReferenceType
|
|---|