| java.lang.Object | |
| ↳ | com.workday.payrollinterface.IncludeTransfersOutOfPayGroupType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| priorAsOfEntryDateTime | |||||||||||
| priorPayPeriodReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the priorAsOfEntryDateTime property.
| |||||||||||
Gets the value of the priorPayPeriodReference property.
| |||||||||||
Sets the value of the priorAsOfEntryDateTime property.
| |||||||||||
Sets the value of the priorPayPeriodReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the priorAsOfEntryDateTime property.
Gets the value of the priorPayPeriodReference property.
PeriodObjectType
Sets the value of the priorAsOfEntryDateTime property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the priorPayPeriodReference property.
| value | Allowed object is
PeriodObjectType
|
|---|