public class

ReviewPayrollInterfaceDataType

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

Class Overview

Wrapper element for Review Payroll Interface business process event via a web service.

Java class for Review_Payroll_Interface_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Review_Payroll_Interface_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="External_Pay_Group_Reference" type="{urn:com.workday/bsvc}External_Pay_GroupObjectType" minOccurs="0"/>
         <element name="Pay_Frequency_Reference" type="{urn:com.workday/bsvc}FrequencyObjectType" minOccurs="0"/>
         <element name="External_Payroll_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"/>
         <element name="Review_Payroll_Interface_Event_Sub_Process" type="{urn:com.workday/bsvc}Review_Payroll_Interface_Data_Extract_Business_Sub_ProcessType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected ExternalPayGroupObjectType externalPayGroupReference
protected ExternalPayrollEmployeeTypeObjectType externalPayrollEmployeeTypeReference
protected FrequencyObjectType payFrequencyReference
protected String payrollFileNumber
protected ReviewPayrollInterfaceDataExtractBusinessSubProcessType reviewPayrollInterfaceEventSubProcess
Public Constructors
ReviewPayrollInterfaceDataType()
Public Methods
ExternalPayGroupObjectType getExternalPayGroupReference()
Gets the value of the externalPayGroupReference property.
ExternalPayrollEmployeeTypeObjectType getExternalPayrollEmployeeTypeReference()
Gets the value of the externalPayrollEmployeeTypeReference property.
FrequencyObjectType getPayFrequencyReference()
Gets the value of the payFrequencyReference property.
String getPayrollFileNumber()
Gets the value of the payrollFileNumber property.
ReviewPayrollInterfaceDataExtractBusinessSubProcessType getReviewPayrollInterfaceEventSubProcess()
Gets the value of the reviewPayrollInterfaceEventSubProcess property.
void setExternalPayGroupReference(ExternalPayGroupObjectType value)
Sets the value of the externalPayGroupReference property.
void setExternalPayrollEmployeeTypeReference(ExternalPayrollEmployeeTypeObjectType value)
Sets the value of the externalPayrollEmployeeTypeReference property.
void setPayFrequencyReference(FrequencyObjectType value)
Sets the value of the payFrequencyReference property.
void setPayrollFileNumber(String value)
Sets the value of the payrollFileNumber property.
void setReviewPayrollInterfaceEventSubProcess(ReviewPayrollInterfaceDataExtractBusinessSubProcessType value)
Sets the value of the reviewPayrollInterfaceEventSubProcess property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected ExternalPayGroupObjectType externalPayGroupReference

protected ExternalPayrollEmployeeTypeObjectType externalPayrollEmployeeTypeReference

protected FrequencyObjectType payFrequencyReference

protected String payrollFileNumber

protected ReviewPayrollInterfaceDataExtractBusinessSubProcessType reviewPayrollInterfaceEventSubProcess

Public Constructors

public ReviewPayrollInterfaceDataType ()

Public Methods

public ExternalPayGroupObjectType getExternalPayGroupReference ()

Gets the value of the externalPayGroupReference property.

Returns

public ExternalPayrollEmployeeTypeObjectType getExternalPayrollEmployeeTypeReference ()

Gets the value of the externalPayrollEmployeeTypeReference property.

Returns

public FrequencyObjectType getPayFrequencyReference ()

Gets the value of the payFrequencyReference property.

Returns

public String getPayrollFileNumber ()

Gets the value of the payrollFileNumber property.

Returns
  • possible object is String

public ReviewPayrollInterfaceDataExtractBusinessSubProcessType getReviewPayrollInterfaceEventSubProcess ()

Gets the value of the reviewPayrollInterfaceEventSubProcess property.

public void setExternalPayGroupReference (ExternalPayGroupObjectType value)

Sets the value of the externalPayGroupReference property.

Parameters
value Allowed object is ExternalPayGroupObjectType

public void setExternalPayrollEmployeeTypeReference (ExternalPayrollEmployeeTypeObjectType value)

Sets the value of the externalPayrollEmployeeTypeReference property.

Parameters
value Allowed object is ExternalPayrollEmployeeTypeObjectType

public void setPayFrequencyReference (FrequencyObjectType value)

Sets the value of the payFrequencyReference property.

Parameters
value Allowed object is FrequencyObjectType

public void setPayrollFileNumber (String value)

Sets the value of the payrollFileNumber property.

Parameters
value Allowed object is String

public void setReviewPayrollInterfaceEventSubProcess (ReviewPayrollInterfaceDataExtractBusinessSubProcessType value)

Sets the value of the reviewPayrollInterfaceEventSubProcess property.

Parameters
value Allowed object is ReviewPayrollInterfaceDataExtractBusinessSubProcessType