| java.lang.Object | |
| ↳ | com.workday.compensation.PutPreviousSystemCompensationHistoryRequestType |
Contains the data for adding, updating or deleting a previous system compensation history entry for a worker.
Java class for Put_Previous_System_Compensation_History_RequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Put_Previous_System_Compensation_History_RequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Previous_System_Compensation_History_Data" type="{urn:com.workday/bsvc}Previous_System_Compensation_HistoryType"/>
</sequence>
<attribute ref="{urn:com.workday/bsvc}version"/>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| previousSystemCompensationHistoryData | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the previousSystemCompensationHistoryData property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Sets the value of the previousSystemCompensationHistoryData property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the previousSystemCompensationHistoryData property.
PreviousSystemCompensationHistoryType
Gets the value of the version property.
Sets the value of the previousSystemCompensationHistoryData property.
| value | Allowed object is
PreviousSystemCompensationHistoryType
|
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|