public class

EventHistoryDataType

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

Class Overview

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>
 

Summary

Fields
protected XMLGregorianCalendar completedDateTime
protected String description
protected XMLGregorianCalendar effectiveDate
protected String eventID
protected BusinessProcessTypeReferenceDataType eventTypeReference
Public Constructors
EventHistoryDataType()
Public Methods
XMLGregorianCalendar getCompletedDateTime()
Gets the value of the completedDateTime property.
String getDescription()
Gets the value of the description property.
XMLGregorianCalendar getEffectiveDate()
Gets the value of the effectiveDate property.
String getEventID()
Gets the value of the eventID property.
BusinessProcessTypeReferenceDataType getEventTypeReference()
Gets the value of the eventTypeReference property.
void setCompletedDateTime(XMLGregorianCalendar value)
Sets the value of the completedDateTime property.
void setDescription(String value)
Sets the value of the description property.
void setEffectiveDate(XMLGregorianCalendar value)
Sets the value of the effectiveDate property.
void setEventID(String value)
Sets the value of the eventID property.
void setEventTypeReference(BusinessProcessTypeReferenceDataType value)
Sets the value of the eventTypeReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected XMLGregorianCalendar completedDateTime

protected String description

protected XMLGregorianCalendar effectiveDate

protected String eventID

protected BusinessProcessTypeReferenceDataType eventTypeReference

Public Constructors

public EventHistoryDataType ()

Public Methods

public XMLGregorianCalendar getCompletedDateTime ()

Gets the value of the completedDateTime property.

Returns
  • possible object is XMLGregorianCalendar

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public XMLGregorianCalendar getEffectiveDate ()

Gets the value of the effectiveDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getEventID ()

Gets the value of the eventID property.

Returns
  • possible object is String

public BusinessProcessTypeReferenceDataType getEventTypeReference ()

Gets the value of the eventTypeReference property.

Returns

public void setCompletedDateTime (XMLGregorianCalendar value)

Sets the value of the completedDateTime property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setEffectiveDate (XMLGregorianCalendar value)

Sets the value of the effectiveDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setEventID (String value)

Sets the value of the eventID property.

Parameters
value Allowed object is String

public void setEventTypeReference (BusinessProcessTypeReferenceDataType value)

Sets the value of the eventTypeReference property.

Parameters
value Allowed object is BusinessProcessTypeReferenceDataType