public class

WorkersCompensationCodeType

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

Class Overview

Wrapper element that includes the Workers' Compensation Code instance set and data.

Java class for Workers_Compensation_CodeType complex type.

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

 <complexType name="Workers_Compensation_CodeType">
   <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"/>
         <element name="Workers_Compensation_Code_Data" type="{urn:com.workday/bsvc}Workers_Compensation_Code_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected WorkersCompensationCodeDataType workersCompensationCodeData
protected WorkersCompensationCodeObjectType workersCompensationCodeReference
Public Constructors
WorkersCompensationCodeType()
Public Methods
WorkersCompensationCodeDataType getWorkersCompensationCodeData()
Gets the value of the workersCompensationCodeData property.
WorkersCompensationCodeObjectType getWorkersCompensationCodeReference()
Gets the value of the workersCompensationCodeReference property.
void setWorkersCompensationCodeData(WorkersCompensationCodeDataType value)
Sets the value of the workersCompensationCodeData 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 WorkersCompensationCodeDataType workersCompensationCodeData

protected WorkersCompensationCodeObjectType workersCompensationCodeReference

Public Constructors

public WorkersCompensationCodeType ()

Public Methods

public WorkersCompensationCodeDataType getWorkersCompensationCodeData ()

Gets the value of the workersCompensationCodeData property.

Returns

public WorkersCompensationCodeObjectType getWorkersCompensationCodeReference ()

Gets the value of the workersCompensationCodeReference property.

Returns

public void setWorkersCompensationCodeData (WorkersCompensationCodeDataType value)

Sets the value of the workersCompensationCodeData property.

Parameters
value Allowed object is WorkersCompensationCodeDataType

public void setWorkersCompensationCodeReference (WorkersCompensationCodeObjectType value)

Sets the value of the workersCompensationCodeReference property.

Parameters
value Allowed object is WorkersCompensationCodeObjectType