public class

PreviousSystemJobHistoryDetailDataType

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

Class Overview

Detail data for a Previous System Job History entry.

Java class for Previous_System_Job_History_Detail_DataType complex type.

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

 <complexType name="Previous_System_Job_History_Detail_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Worker_History_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Action_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Reason" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected XMLGregorianCalendar actionDate
protected String description
protected String id
protected String reason
protected String workerHistoryName
Public Constructors
PreviousSystemJobHistoryDetailDataType()
Public Methods
XMLGregorianCalendar getActionDate()
Gets the value of the actionDate property.
String getDescription()
Gets the value of the description property.
String getID()
Gets the value of the id property.
String getReason()
Gets the value of the reason property.
String getWorkerHistoryName()
Gets the value of the workerHistoryName property.
void setActionDate(XMLGregorianCalendar value)
Sets the value of the actionDate property.
void setDescription(String value)
Sets the value of the description property.
void setID(String value)
Sets the value of the id property.
void setReason(String value)
Sets the value of the reason property.
void setWorkerHistoryName(String value)
Sets the value of the workerHistoryName property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected XMLGregorianCalendar actionDate

protected String description

protected String id

protected String reason

protected String workerHistoryName

Public Constructors

public PreviousSystemJobHistoryDetailDataType ()

Public Methods

public XMLGregorianCalendar getActionDate ()

Gets the value of the actionDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public String getID ()

Gets the value of the id property.

Returns
  • possible object is String

public String getReason ()

Gets the value of the reason property.

Returns
  • possible object is String

public String getWorkerHistoryName ()

Gets the value of the workerHistoryName property.

Returns
  • possible object is String

public void setActionDate (XMLGregorianCalendar value)

Sets the value of the actionDate 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 setID (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public void setReason (String value)

Sets the value of the reason property.

Parameters
value Allowed object is String

public void setWorkerHistoryName (String value)

Sets the value of the workerHistoryName property.

Parameters
value Allowed object is String