public class

PeriodScheduleType

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

Class Overview

Period Schedule

Java class for Period_ScheduleType complex type.

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

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

Summary

Constants
long serialVersionUID
Fields
protected PeriodScheduleDataType periodScheduleData
protected PeriodScheduleObjectType periodScheduleReference
Public Constructors
PeriodScheduleType()
Public Methods
PeriodScheduleDataType getPeriodScheduleData()
Gets the value of the periodScheduleData property.
PeriodScheduleObjectType getPeriodScheduleReference()
Gets the value of the periodScheduleReference property.
void setPeriodScheduleData(PeriodScheduleDataType value)
Sets the value of the periodScheduleData property.
void setPeriodScheduleReference(PeriodScheduleObjectType value)
Sets the value of the periodScheduleReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected PeriodScheduleDataType periodScheduleData

protected PeriodScheduleObjectType periodScheduleReference

Public Constructors

public PeriodScheduleType ()

Public Methods

public PeriodScheduleDataType getPeriodScheduleData ()

Gets the value of the periodScheduleData property.

Returns

public PeriodScheduleObjectType getPeriodScheduleReference ()

Gets the value of the periodScheduleReference property.

Returns

public void setPeriodScheduleData (PeriodScheduleDataType value)

Sets the value of the periodScheduleData property.

Parameters
value Allowed object is PeriodScheduleDataType

public void setPeriodScheduleReference (PeriodScheduleObjectType value)

Sets the value of the periodScheduleReference property.

Parameters
value Allowed object is PeriodScheduleObjectType