public class

PutPreviousSystemCompensationHistoryResponseType

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

Class Overview

Response for Put Previous System Compensation History. Returns the worker.

Java class for Put_Previous_System_Compensation_History_ResponseType complex type.

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

 <complexType name="Put_Previous_System_Compensation_History_ResponseType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Worker_Reference" type="{urn:com.workday/bsvc}WorkerObjectType" minOccurs="0"/>
       </sequence>
       <attribute ref="{urn:com.workday/bsvc}version"/>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String version
protected WorkerObjectType workerReference
Public Constructors
PutPreviousSystemCompensationHistoryResponseType()
Public Methods
String getVersion()
Gets the value of the version property.
WorkerObjectType getWorkerReference()
Gets the value of the workerReference property.
void setVersion(String value)
Sets the value of the version property.
void setWorkerReference(WorkerObjectType value)
Sets the value of the workerReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String version

protected WorkerObjectType workerReference

Public Constructors

public PutPreviousSystemCompensationHistoryResponseType ()

Public Methods

public String getVersion ()

Gets the value of the version property.

Returns
  • possible object is String

public WorkerObjectType getWorkerReference ()

Gets the value of the workerReference property.

Returns

public void setVersion (String value)

Sets the value of the version property.

Parameters
value Allowed object is String

public void setWorkerReference (WorkerObjectType value)

Sets the value of the workerReference property.

Parameters
value Allowed object is WorkerObjectType