public class

WorkerEventHistoryType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.WorkerEventHistoryType

Class Overview

Response element containing an instance of Worker and his/her Worker Event History.

Java class for Worker_Event_HistoryType complex type.

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

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

Summary

Constants
long serialVersionUID
Fields
protected String version
protected WorkerEventHistoryDataType workerEventHistoryData
protected WorkerReferenceType workerReference
Public Constructors
WorkerEventHistoryType()
Public Methods
String getVersion()
Gets the value of the version property.
WorkerEventHistoryDataType getWorkerEventHistoryData()
Gets the value of the workerEventHistoryData property.
WorkerReferenceType getWorkerReference()
Gets the value of the workerReference property.
void setVersion(String value)
Sets the value of the version property.
void setWorkerEventHistoryData(WorkerEventHistoryDataType value)
Sets the value of the workerEventHistoryData property.
void setWorkerReference(WorkerReferenceType value)
Sets the value of the workerReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String version

protected WorkerEventHistoryDataType workerEventHistoryData

protected WorkerReferenceType workerReference

Public Constructors

public WorkerEventHistoryType ()

Public Methods

public String getVersion ()

Gets the value of the version property.

Returns
  • possible object is String

public WorkerEventHistoryDataType getWorkerEventHistoryData ()

Gets the value of the workerEventHistoryData property.

Returns

public WorkerReferenceType getWorkerReference ()

Gets the value of the workerReference property.

Returns

public void setVersion (String value)

Sets the value of the version property.

Parameters
value Allowed object is String

public void setWorkerEventHistoryData (WorkerEventHistoryDataType value)

Sets the value of the workerEventHistoryData property.

Parameters
value Allowed object is WorkerEventHistoryDataType

public void setWorkerReference (WorkerReferenceType value)

Sets the value of the workerReference property.

Parameters
value Allowed object is WorkerReferenceType