public class

PutPreviousSystemJobHistoryRequestType

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

Class Overview

Contains the Data for adding, updating or deleting a previous system job history entry for a worker.

Java class for Put_Previous_System_Job_History_RequestType complex type.

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

 <complexType name="Put_Previous_System_Job_History_RequestType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Previous_System_Job_History_Data" type="{urn:com.workday/bsvc}Previous_System_Job_HistoryType"/>
       </sequence>
       <attribute ref="{urn:com.workday/bsvc}version"/>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected PreviousSystemJobHistoryType previousSystemJobHistoryData
protected String version
Public Constructors
PutPreviousSystemJobHistoryRequestType()
Public Methods
PreviousSystemJobHistoryType getPreviousSystemJobHistoryData()
Gets the value of the previousSystemJobHistoryData property.
String getVersion()
Gets the value of the version property.
void setPreviousSystemJobHistoryData(PreviousSystemJobHistoryType value)
Sets the value of the previousSystemJobHistoryData property.
void setVersion(String value)
Sets the value of the version property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected PreviousSystemJobHistoryType previousSystemJobHistoryData

protected String version

Public Constructors

public PutPreviousSystemJobHistoryRequestType ()

Public Methods

public PreviousSystemJobHistoryType getPreviousSystemJobHistoryData ()

Gets the value of the previousSystemJobHistoryData property.

Returns

public String getVersion ()

Gets the value of the version property.

Returns
  • possible object is String

public void setPreviousSystemJobHistoryData (PreviousSystemJobHistoryType value)

Sets the value of the previousSystemJobHistoryData property.

Parameters
value Allowed object is PreviousSystemJobHistoryType

public void setVersion (String value)

Sets the value of the version property.

Parameters
value Allowed object is String