| java.lang.Object | |
| ↳ | com.workday.hr.EventHistoryDataType |
Encapsulating element containing Event History data.
Java class for Event_History_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Event_History_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Event_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Event_Type_Reference" type="{urn:com.workday/bsvc}Business_Process_Type_Reference_DataType" minOccurs="0"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Completed_DateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Effective_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| completedDateTime | |||||||||||
| description | |||||||||||
| effectiveDate | |||||||||||
| eventID | |||||||||||
| eventTypeReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the completedDateTime property.
| |||||||||||
Gets the value of the description property.
| |||||||||||
Gets the value of the effectiveDate property.
| |||||||||||
Gets the value of the eventID property.
| |||||||||||
Gets the value of the eventTypeReference property.
| |||||||||||
Sets the value of the completedDateTime property.
| |||||||||||
Sets the value of the description property.
| |||||||||||
Sets the value of the effectiveDate property.
| |||||||||||
Sets the value of the eventID property.
| |||||||||||
Sets the value of the eventTypeReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the completedDateTime property.
Gets the value of the description property.
Gets the value of the effectiveDate property.
Gets the value of the eventID property.
Gets the value of the eventTypeReference property.
BusinessProcessTypeReferenceDataType
Sets the value of the completedDateTime property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the description property.
| value | Allowed object is String |
|---|
Sets the value of the effectiveDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the eventID property.
| value | Allowed object is String |
|---|
Sets the value of the eventTypeReference property.
| value | Allowed object is
BusinessProcessTypeReferenceDataType
|
|---|