public class

IncludeTransfersOutOfPayGroupType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payrollinterface.IncludeTransfersOutOfPayGroupType

Class Overview

Element to signify whether to include Employees who have transfered out of the Pay Group since the last time the web service operation was submitted.

Java class for Include_Transfers_Out_Of_Pay_GroupType complex type.

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

 <complexType name="Include_Transfers_Out_Of_Pay_GroupType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Prior_Pay_Period_Reference" type="{urn:com.workday/bsvc}PeriodObjectType"/>
         <element name="Prior_As_Of_Entry_DateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected XMLGregorianCalendar priorAsOfEntryDateTime
protected PeriodObjectType priorPayPeriodReference
Public Constructors
IncludeTransfersOutOfPayGroupType()
Public Methods
XMLGregorianCalendar getPriorAsOfEntryDateTime()
Gets the value of the priorAsOfEntryDateTime property.
PeriodObjectType getPriorPayPeriodReference()
Gets the value of the priorPayPeriodReference property.
void setPriorAsOfEntryDateTime(XMLGregorianCalendar value)
Sets the value of the priorAsOfEntryDateTime property.
void setPriorPayPeriodReference(PeriodObjectType value)
Sets the value of the priorPayPeriodReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected XMLGregorianCalendar priorAsOfEntryDateTime

protected PeriodObjectType priorPayPeriodReference

Public Constructors

public IncludeTransfersOutOfPayGroupType ()

Public Methods

public XMLGregorianCalendar getPriorAsOfEntryDateTime ()

Gets the value of the priorAsOfEntryDateTime property.

Returns
  • possible object is XMLGregorianCalendar

public PeriodObjectType getPriorPayPeriodReference ()

Gets the value of the priorPayPeriodReference property.

Returns

public void setPriorAsOfEntryDateTime (XMLGregorianCalendar value)

Sets the value of the priorAsOfEntryDateTime property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setPriorPayPeriodReference (PeriodObjectType value)

Sets the value of the priorPayPeriodReference property.

Parameters
value Allowed object is PeriodObjectType