| java.lang.Object | |
| ↳ | com.workday.hr.PositionPayrollInterfaceDetailDataType |
Encapsulating element containg all Payroll Interface Processing data.
Java class for Position_Payroll_Interface_Detail_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Position_Payroll_Interface_Detail_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Effective_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Pay_Rate_Type_Reference" type="{urn:com.workday/bsvc}Pay_Rate_TypeObjectType" minOccurs="0"/>
<element name="Frequency_Reference" type="{urn:com.workday/bsvc}FrequencyObjectType" minOccurs="0"/>
<element name="Pay_Group_Reference" type="{urn:com.workday/bsvc}External_Pay_GroupObjectType" minOccurs="0"/>
<element name="Payroll_Entity_Reference" type="{urn:com.workday/bsvc}External_Payroll_EntityObjectType" minOccurs="0"/>
<element name="External_Employee_Type_Reference" type="{urn:com.workday/bsvc}External_Payroll_Employee_TypeObjectType" minOccurs="0"/>
<element name="Payroll_File_Number" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| effectiveDate | |||||||||||
| externalEmployeeTypeReference | |||||||||||
| frequencyReference | |||||||||||
| payGroupReference | |||||||||||
| payRateTypeReference | |||||||||||
| payrollEntityReference | |||||||||||
| payrollFileNumber | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the effectiveDate property.
| |||||||||||
Gets the value of the externalEmployeeTypeReference 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.
| |||||||||||
Gets the value of the payrollFileNumber property.
| |||||||||||
Sets the value of the effectiveDate property.
| |||||||||||
Sets the value of the externalEmployeeTypeReference 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.
| |||||||||||
Sets the value of the payrollFileNumber property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the effectiveDate property.
Gets the value of the externalEmployeeTypeReference property.
ExternalPayrollEmployeeTypeObjectType
Gets the value of the frequencyReference property.
FrequencyObjectType
Gets the value of the payGroupReference property.
ExternalPayGroupObjectType
Gets the value of the payRateTypeReference property.
PayRateTypeObjectType
Gets the value of the payrollEntityReference property.
ExternalPayrollEntityObjectType
Gets the value of the payrollFileNumber property.
Sets the value of the effectiveDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the externalEmployeeTypeReference property.
| value | Allowed object is
ExternalPayrollEmployeeTypeObjectType
|
|---|
Sets the value of the frequencyReference property.
| value | Allowed object is
FrequencyObjectType
|
|---|
Sets the value of the payGroupReference property.
| value | Allowed object is
ExternalPayGroupObjectType
|
|---|
Sets the value of the payRateTypeReference property.
| value | Allowed object is
PayRateTypeObjectType
|
|---|
Sets the value of the payrollEntityReference property.
| value | Allowed object is
ExternalPayrollEntityObjectType
|
|---|
Sets the value of the payrollFileNumber property.
| value | Allowed object is String |
|---|