public class

ChangeNoRetroProcessingPriorToDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payroll.ChangeNoRetroProcessingPriorToDataType

Class Overview

Change No Retro Processing Prior to Data

Java class for Change_No_Retro_Processing_Prior_To_DataType complex type.

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

 <complexType name="Change_No_Retro_Processing_Prior_To_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Employee_Reference" type="{urn:com.workday/bsvc}EmployeeObjectType"/>
         <element name="Proposed_No_Retro_Processing_Prior_To" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected EmployeeObjectType employeeReference
protected XMLGregorianCalendar proposedNoRetroProcessingPriorTo
Public Constructors
ChangeNoRetroProcessingPriorToDataType()
Public Methods
EmployeeObjectType getEmployeeReference()
Gets the value of the employeeReference property.
XMLGregorianCalendar getProposedNoRetroProcessingPriorTo()
Gets the value of the proposedNoRetroProcessingPriorTo property.
void setEmployeeReference(EmployeeObjectType value)
Sets the value of the employeeReference property.
void setProposedNoRetroProcessingPriorTo(XMLGregorianCalendar value)
Sets the value of the proposedNoRetroProcessingPriorTo property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected EmployeeObjectType employeeReference

protected XMLGregorianCalendar proposedNoRetroProcessingPriorTo

Public Constructors

public ChangeNoRetroProcessingPriorToDataType ()

Public Methods

public EmployeeObjectType getEmployeeReference ()

Gets the value of the employeeReference property.

Returns

public XMLGregorianCalendar getProposedNoRetroProcessingPriorTo ()

Gets the value of the proposedNoRetroProcessingPriorTo property.

Returns
  • possible object is XMLGregorianCalendar

public void setEmployeeReference (EmployeeObjectType value)

Sets the value of the employeeReference property.

Parameters
value Allowed object is EmployeeObjectType

public void setProposedNoRetroProcessingPriorTo (XMLGregorianCalendar value)

Sets the value of the proposedNoRetroProcessingPriorTo property.

Parameters
value Allowed object is XMLGregorianCalendar