public class

PreviousSystemJobHistoryDataType

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

Class Overview

Container for defining whether a previous system job history entry is being added, updated or deleted.

Java class for Previous_System_Job_History_DataType complex type.

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

 <complexType name="Previous_System_Job_History_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Previous_System_Job_History_Reference" type="{urn:com.workday/bsvc}Job_Previous_System_HistoryObjectType" minOccurs="0"/>
         <element name="Previous_System_Job_History_Detail_Data" type="{urn:com.workday/bsvc}Previous_System_Job_History_Detail_DataType" minOccurs="0"/>
       </sequence>
       <attribute name="Add_Only" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="Delete" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean addOnly
protected Boolean delete
protected PreviousSystemJobHistoryDetailDataType previousSystemJobHistoryDetailData
protected JobPreviousSystemHistoryObjectType previousSystemJobHistoryReference
Public Constructors
PreviousSystemJobHistoryDataType()
Public Methods
Boolean getAddOnly()
Gets the value of the addOnly property.
Boolean getDelete()
Gets the value of the delete property.
PreviousSystemJobHistoryDetailDataType getPreviousSystemJobHistoryDetailData()
Gets the value of the previousSystemJobHistoryDetailData property.
JobPreviousSystemHistoryObjectType getPreviousSystemJobHistoryReference()
Gets the value of the previousSystemJobHistoryReference property.
void setAddOnly(Boolean value)
Sets the value of the addOnly property.
void setDelete(Boolean value)
Sets the value of the delete property.
void setPreviousSystemJobHistoryDetailData(PreviousSystemJobHistoryDetailDataType value)
Sets the value of the previousSystemJobHistoryDetailData property.
void setPreviousSystemJobHistoryReference(JobPreviousSystemHistoryObjectType value)
Sets the value of the previousSystemJobHistoryReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean addOnly

protected Boolean delete

protected PreviousSystemJobHistoryDetailDataType previousSystemJobHistoryDetailData

protected JobPreviousSystemHistoryObjectType previousSystemJobHistoryReference

Public Constructors

public PreviousSystemJobHistoryDataType ()

Public Methods

public Boolean getAddOnly ()

Gets the value of the addOnly property. This getter has been renamed from isAddOnly() to getAddOnly() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getDelete ()

Gets the value of the delete property. This getter has been renamed from isDelete() to getDelete() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public PreviousSystemJobHistoryDetailDataType getPreviousSystemJobHistoryDetailData ()

Gets the value of the previousSystemJobHistoryDetailData property.

Returns

public JobPreviousSystemHistoryObjectType getPreviousSystemJobHistoryReference ()

Gets the value of the previousSystemJobHistoryReference property.

Returns

public void setAddOnly (Boolean value)

Sets the value of the addOnly property.

Parameters
value Allowed object is Boolean

public void setDelete (Boolean value)

Sets the value of the delete property.

Parameters
value Allowed object is Boolean

public void setPreviousSystemJobHistoryDetailData (PreviousSystemJobHistoryDetailDataType value)

Sets the value of the previousSystemJobHistoryDetailData property.

Parameters
value Allowed object is PreviousSystemJobHistoryDetailDataType

public void setPreviousSystemJobHistoryReference (JobPreviousSystemHistoryObjectType value)

Sets the value of the previousSystemJobHistoryReference property.

Parameters
value Allowed object is JobPreviousSystemHistoryObjectType