public class

PutExternalPayGroupDataType

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

Class Overview

Put External Pay Group Request element

Java class for Put_External_Pay_Group_DataType complex type.

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

 <complexType name="Put_External_Pay_Group_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="External_Pay_Group_Reference" type="{urn:com.workday/bsvc}Pay_GroupObjectType"/>
         <element name="Last_Extract_Created_Data" type="{urn:com.workday/bsvc}Last_Extract_Created_DataType" minOccurs="0"/>
         <element name="Period_Status_Data" type="{urn:com.workday/bsvc}Period_Status_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected PayGroupObjectType externalPayGroupReference
protected LastExtractCreatedDataType lastExtractCreatedData
protected PeriodStatusDataType periodStatusData
Public Constructors
PutExternalPayGroupDataType()
Public Methods
PayGroupObjectType getExternalPayGroupReference()
Gets the value of the externalPayGroupReference property.
LastExtractCreatedDataType getLastExtractCreatedData()
Gets the value of the lastExtractCreatedData property.
PeriodStatusDataType getPeriodStatusData()
Gets the value of the periodStatusData property.
void setExternalPayGroupReference(PayGroupObjectType value)
Sets the value of the externalPayGroupReference property.
void setLastExtractCreatedData(LastExtractCreatedDataType value)
Sets the value of the lastExtractCreatedData property.
void setPeriodStatusData(PeriodStatusDataType value)
Sets the value of the periodStatusData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected PayGroupObjectType externalPayGroupReference

protected LastExtractCreatedDataType lastExtractCreatedData

protected PeriodStatusDataType periodStatusData

Public Constructors

public PutExternalPayGroupDataType ()

Public Methods

public PayGroupObjectType getExternalPayGroupReference ()

Gets the value of the externalPayGroupReference property.

Returns

public LastExtractCreatedDataType getLastExtractCreatedData ()

Gets the value of the lastExtractCreatedData property.

Returns

public PeriodStatusDataType getPeriodStatusData ()

Gets the value of the periodStatusData property.

Returns

public void setExternalPayGroupReference (PayGroupObjectType value)

Sets the value of the externalPayGroupReference property.

Parameters
value Allowed object is PayGroupObjectType

public void setLastExtractCreatedData (LastExtractCreatedDataType value)

Sets the value of the lastExtractCreatedData property.

Parameters
value Allowed object is LastExtractCreatedDataType

public void setPeriodStatusData (PeriodStatusDataType value)

Sets the value of the periodStatusData property.

Parameters
value Allowed object is PeriodStatusDataType