public class

PositionPayrollInterfaceDetailDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.staffing.PositionPayrollInterfaceDetailDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected XMLGregorianCalendar effectiveDate
protected ExternalPayrollEmployeeTypeObjectType externalEmployeeTypeReference
protected FrequencyObjectType frequencyReference
protected ExternalPayGroupObjectType payGroupReference
protected PayRateTypeObjectType payRateTypeReference
protected ExternalPayrollEntityObjectType payrollEntityReference
protected String payrollFileNumber
Public Constructors
PositionPayrollInterfaceDetailDataType()
Public Methods
XMLGregorianCalendar getEffectiveDate()
Gets the value of the effectiveDate property.
ExternalPayrollEmployeeTypeObjectType getExternalEmployeeTypeReference()
Gets the value of the externalEmployeeTypeReference property.
FrequencyObjectType getFrequencyReference()
Gets the value of the frequencyReference property.
ExternalPayGroupObjectType getPayGroupReference()
Gets the value of the payGroupReference property.
PayRateTypeObjectType getPayRateTypeReference()
Gets the value of the payRateTypeReference property.
ExternalPayrollEntityObjectType getPayrollEntityReference()
Gets the value of the payrollEntityReference property.
String getPayrollFileNumber()
Gets the value of the payrollFileNumber property.
void setEffectiveDate(XMLGregorianCalendar value)
Sets the value of the effectiveDate property.
void setExternalEmployeeTypeReference(ExternalPayrollEmployeeTypeObjectType value)
Sets the value of the externalEmployeeTypeReference property.
void setFrequencyReference(FrequencyObjectType value)
Sets the value of the frequencyReference property.
void setPayGroupReference(ExternalPayGroupObjectType value)
Sets the value of the payGroupReference property.
void setPayRateTypeReference(PayRateTypeObjectType value)
Sets the value of the payRateTypeReference property.
void setPayrollEntityReference(ExternalPayrollEntityObjectType value)
Sets the value of the payrollEntityReference property.
void setPayrollFileNumber(String value)
Sets the value of the payrollFileNumber property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected XMLGregorianCalendar effectiveDate

protected ExternalPayrollEmployeeTypeObjectType externalEmployeeTypeReference

protected FrequencyObjectType frequencyReference

protected ExternalPayGroupObjectType payGroupReference

protected PayRateTypeObjectType payRateTypeReference

protected ExternalPayrollEntityObjectType payrollEntityReference

protected String payrollFileNumber

Public Constructors

public PositionPayrollInterfaceDetailDataType ()

Public Methods

public XMLGregorianCalendar getEffectiveDate ()

Gets the value of the effectiveDate property.

Returns
  • possible object is XMLGregorianCalendar

public ExternalPayrollEmployeeTypeObjectType getExternalEmployeeTypeReference ()

Gets the value of the externalEmployeeTypeReference property.

Returns

public FrequencyObjectType getFrequencyReference ()

Gets the value of the frequencyReference property.

Returns

public ExternalPayGroupObjectType getPayGroupReference ()

Gets the value of the payGroupReference property.

Returns

public PayRateTypeObjectType getPayRateTypeReference ()

Gets the value of the payRateTypeReference property.

Returns

public ExternalPayrollEntityObjectType getPayrollEntityReference ()

Gets the value of the payrollEntityReference property.

Returns

public String getPayrollFileNumber ()

Gets the value of the payrollFileNumber property.

Returns
  • possible object is String

public void setEffectiveDate (XMLGregorianCalendar value)

Sets the value of the effectiveDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setExternalEmployeeTypeReference (ExternalPayrollEmployeeTypeObjectType value)

Sets the value of the externalEmployeeTypeReference property.

Parameters
value Allowed object is ExternalPayrollEmployeeTypeObjectType

public void setFrequencyReference (FrequencyObjectType value)

Sets the value of the frequencyReference property.

Parameters
value Allowed object is FrequencyObjectType

public void setPayGroupReference (ExternalPayGroupObjectType value)

Sets the value of the payGroupReference property.

Parameters
value Allowed object is ExternalPayGroupObjectType

public void setPayRateTypeReference (PayRateTypeObjectType value)

Sets the value of the payRateTypeReference property.

Parameters
value Allowed object is PayRateTypeObjectType

public void setPayrollEntityReference (ExternalPayrollEntityObjectType value)

Sets the value of the payrollEntityReference property.

Parameters
value Allowed object is ExternalPayrollEntityObjectType

public void setPayrollFileNumber (String value)

Sets the value of the payrollFileNumber property.

Parameters
value Allowed object is String