public class

WorkerEventHistoryGetType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.WorkerEventHistoryGetType

Class Overview

Utilize the following Reference element (and other optional attributes) to retrieve instances of Worker Events and their associated data.

Java class for Worker_Event_History_GetType complex type.

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

 <complexType name="Worker_Event_History_GetType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Worker_Reference" type="{urn:com.workday/bsvc}Worker_ReferenceType"/>
         <element name="Event_Date_Range_Data" type="{urn:com.workday/bsvc}Effective_And_Updated_DateTime_DataType" minOccurs="0"/>
       </sequence>
       <attribute ref="{urn:com.workday/bsvc}version"/>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected EffectiveAndUpdatedDateTimeDataType eventDateRangeData
protected String version
protected WorkerReferenceType workerReference
Public Constructors
WorkerEventHistoryGetType()
Public Methods
EffectiveAndUpdatedDateTimeDataType getEventDateRangeData()
Gets the value of the eventDateRangeData property.
String getVersion()
Gets the value of the version property.
WorkerReferenceType getWorkerReference()
Gets the value of the workerReference property.
void setEventDateRangeData(EffectiveAndUpdatedDateTimeDataType value)
Sets the value of the eventDateRangeData property.
void setVersion(String value)
Sets the value of the version property.
void setWorkerReference(WorkerReferenceType value)
Sets the value of the workerReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected EffectiveAndUpdatedDateTimeDataType eventDateRangeData

protected String version

protected WorkerReferenceType workerReference

Public Constructors

public WorkerEventHistoryGetType ()

Public Methods

public EffectiveAndUpdatedDateTimeDataType getEventDateRangeData ()

Gets the value of the eventDateRangeData property.

Returns

public String getVersion ()

Gets the value of the version property.

Returns
  • possible object is String

public WorkerReferenceType getWorkerReference ()

Gets the value of the workerReference property.

Returns

public void setEventDateRangeData (EffectiveAndUpdatedDateTimeDataType value)

Sets the value of the eventDateRangeData property.

Parameters
value Allowed object is EffectiveAndUpdatedDateTimeDataType

public void setVersion (String value)

Sets the value of the version property.

Parameters
value Allowed object is String

public void setWorkerReference (WorkerReferenceType value)

Sets the value of the workerReference property.

Parameters
value Allowed object is WorkerReferenceType