| java.lang.Object | |
| ↳ | workday.com.bsvc.WorkerEventHistoryType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| version | |||||||||||
| workerEventHistoryData | |||||||||||
| workerReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the version property.
| |||||||||||
Gets the value of the workerEventHistoryData property.
| |||||||||||
Gets the value of the workerReference property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
Sets the value of the workerEventHistoryData property.
| |||||||||||
Sets the value of the workerReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the version property.
Gets the value of the workerEventHistoryData property.
WorkerEventHistoryDataType
Gets the value of the workerReference property.
WorkerReferenceType
Sets the value of the version property.
| value | Allowed object is String |
|---|
Sets the value of the workerEventHistoryData property.
| value | Allowed object is
WorkerEventHistoryDataType
|
|---|
Sets the value of the workerReference property.
| value | Allowed object is
WorkerReferenceType
|
|---|

