public class

WorkersCompensationReplacementDataType

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

Class Overview

Element containing Workers' Compensation Code data for a Job Profile.

Java class for Workers_Compensation_Replacement_DataType complex type.

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

 <complexType name="Workers_Compensation_Replacement_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Workers_Compensation_Code_Reference" type="{urn:com.workday/bsvc}Workers_Compensation_CodeObjectType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected WorkersCompensationCodeObjectType workersCompensationCodeReference
Public Constructors
WorkersCompensationReplacementDataType()
Public Methods
WorkersCompensationCodeObjectType getWorkersCompensationCodeReference()
Gets the value of the workersCompensationCodeReference property.
void setWorkersCompensationCodeReference(WorkersCompensationCodeObjectType value)
Sets the value of the workersCompensationCodeReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected WorkersCompensationCodeObjectType workersCompensationCodeReference

Public Constructors

public WorkersCompensationReplacementDataType ()

Public Methods

public WorkersCompensationCodeObjectType getWorkersCompensationCodeReference ()

Gets the value of the workersCompensationCodeReference property.

Returns

public void setWorkersCompensationCodeReference (WorkersCompensationCodeObjectType value)

Sets the value of the workersCompensationCodeReference property.

Parameters
value Allowed object is WorkersCompensationCodeObjectType