| java.lang.Object | |
| ↳ | com.workday.compensation.PreviousSystemCompensationHistoryDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| addOnly | |||||||||||
| delete | |||||||||||
| previousSystemCompensationHistoryDetailData | |||||||||||
| previousSystemCompensationHistoryReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the addOnly property.
| |||||||||||
Gets the value of the delete property.
| |||||||||||
Gets the value of the previousSystemCompensationHistoryDetailData property.
| |||||||||||
Gets the value of the previousSystemCompensationHistoryReference property.
| |||||||||||
Sets the value of the addOnly property.
| |||||||||||
Sets the value of the delete property.
| |||||||||||
Sets the value of the previousSystemCompensationHistoryDetailData property.
| |||||||||||
Sets the value of the previousSystemCompensationHistoryReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the addOnly property. This getter has been renamed from isAddOnly() to getAddOnly() by cxf-xjc-boolean plugin.
Gets the value of the delete property. This getter has been renamed from isDelete() to getDelete() by cxf-xjc-boolean plugin.
Gets the value of the previousSystemCompensationHistoryDetailData property.
PreviousSystemCompensationHistoryDetailDataType
Gets the value of the previousSystemCompensationHistoryReference property.
CompensationPreviousSystemHistoryObjectType
Sets the value of the addOnly property.
| value | Allowed object is Boolean |
|---|
Sets the value of the delete property.
| value | Allowed object is Boolean |
|---|
Sets the value of the previousSystemCompensationHistoryDetailData property.
| value | Allowed object is
PreviousSystemCompensationHistoryDetailDataType
|
|---|
Sets the value of the previousSystemCompensationHistoryReference property.
| value | Allowed object is
CompensationPreviousSystemHistoryObjectType
|
|---|