public class

PreviousSystemCompensationHistoryDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.compensation.PreviousSystemCompensationHistoryDataType

Class Overview

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

Java class for Previous_System_Compensation_History_DataType complex type.

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

 <complexType name="Previous_System_Compensation_History_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Previous_System_Compensation_History_Reference" type="{urn:com.workday/bsvc}Compensation_Previous_System_HistoryObjectType" minOccurs="0"/>
         <element name="Previous_System_Compensation_History_Detail_Data" type="{urn:com.workday/bsvc}Previous_System_Compensation_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 PreviousSystemCompensationHistoryDetailDataType previousSystemCompensationHistoryDetailData
protected CompensationPreviousSystemHistoryObjectType previousSystemCompensationHistoryReference
Public Constructors
PreviousSystemCompensationHistoryDataType()
Public Methods
Boolean getAddOnly()
Gets the value of the addOnly property.
Boolean getDelete()
Gets the value of the delete property.
PreviousSystemCompensationHistoryDetailDataType getPreviousSystemCompensationHistoryDetailData()
Gets the value of the previousSystemCompensationHistoryDetailData property.
CompensationPreviousSystemHistoryObjectType getPreviousSystemCompensationHistoryReference()
Gets the value of the previousSystemCompensationHistoryReference property.
void setAddOnly(Boolean value)
Sets the value of the addOnly property.
void setDelete(Boolean value)
Sets the value of the delete property.
void setPreviousSystemCompensationHistoryDetailData(PreviousSystemCompensationHistoryDetailDataType value)
Sets the value of the previousSystemCompensationHistoryDetailData property.
void setPreviousSystemCompensationHistoryReference(CompensationPreviousSystemHistoryObjectType value)
Sets the value of the previousSystemCompensationHistoryReference 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 PreviousSystemCompensationHistoryDetailDataType previousSystemCompensationHistoryDetailData

protected CompensationPreviousSystemHistoryObjectType previousSystemCompensationHistoryReference

Public Constructors

public PreviousSystemCompensationHistoryDataType ()

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 PreviousSystemCompensationHistoryDetailDataType getPreviousSystemCompensationHistoryDetailData ()

Gets the value of the previousSystemCompensationHistoryDetailData property.

public CompensationPreviousSystemHistoryObjectType getPreviousSystemCompensationHistoryReference ()

Gets the value of the previousSystemCompensationHistoryReference 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 setPreviousSystemCompensationHistoryDetailData (PreviousSystemCompensationHistoryDetailDataType value)

Sets the value of the previousSystemCompensationHistoryDetailData property.

Parameters
value Allowed object is PreviousSystemCompensationHistoryDetailDataType

public void setPreviousSystemCompensationHistoryReference (CompensationPreviousSystemHistoryObjectType value)

Sets the value of the previousSystemCompensationHistoryReference property.

Parameters
value Allowed object is CompensationPreviousSystemHistoryObjectType