public class

ExternalPayGroupDataType

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

Class Overview

Encapsulating element representing an basic attributes of an External Pay Group.

Java class for External_Pay_Group_DataType complex type.

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

 <complexType name="External_Pay_Group_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Run_Category_Reference" type="{urn:com.workday/bsvc}Run_CategoryObjectType"/>
         <element name="Period_Schedule_Reference" type="{urn:com.workday/bsvc}Period_ScheduleObjectType" minOccurs="0"/>
         <element name="Override_First_Processing_Period_Reference" type="{urn:com.workday/bsvc}PeriodObjectType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected PeriodObjectType overrideFirstProcessingPeriodReference
protected PeriodScheduleObjectType periodScheduleReference
protected RunCategoryObjectType runCategoryReference
Public Constructors
ExternalPayGroupDataType()
Public Methods
PeriodObjectType getOverrideFirstProcessingPeriodReference()
Gets the value of the overrideFirstProcessingPeriodReference property.
PeriodScheduleObjectType getPeriodScheduleReference()
Gets the value of the periodScheduleReference property.
RunCategoryObjectType getRunCategoryReference()
Gets the value of the runCategoryReference property.
void setOverrideFirstProcessingPeriodReference(PeriodObjectType value)
Sets the value of the overrideFirstProcessingPeriodReference property.
void setPeriodScheduleReference(PeriodScheduleObjectType value)
Sets the value of the periodScheduleReference property.
void setRunCategoryReference(RunCategoryObjectType value)
Sets the value of the runCategoryReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected PeriodObjectType overrideFirstProcessingPeriodReference

protected PeriodScheduleObjectType periodScheduleReference

protected RunCategoryObjectType runCategoryReference

Public Constructors

public ExternalPayGroupDataType ()

Public Methods

public PeriodObjectType getOverrideFirstProcessingPeriodReference ()

Gets the value of the overrideFirstProcessingPeriodReference property.

Returns

public PeriodScheduleObjectType getPeriodScheduleReference ()

Gets the value of the periodScheduleReference property.

Returns

public RunCategoryObjectType getRunCategoryReference ()

Gets the value of the runCategoryReference property.

Returns

public void setOverrideFirstProcessingPeriodReference (PeriodObjectType value)

Sets the value of the overrideFirstProcessingPeriodReference property.

Parameters
value Allowed object is PeriodObjectType

public void setPeriodScheduleReference (PeriodScheduleObjectType value)

Sets the value of the periodScheduleReference property.

Parameters
value Allowed object is PeriodScheduleObjectType

public void setRunCategoryReference (RunCategoryObjectType value)

Sets the value of the runCategoryReference property.

Parameters
value Allowed object is RunCategoryObjectType