public class

WorkerCompensationCodeDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.WorkerCompensationCodeDataType

Class Overview

Wrapper element for the worker compensation code. Contains the reference id and the worker comp code.

Java class for Worker_Compensation_Code_DataType complex type.

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

 <complexType name="Worker_Compensation_Code_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"/>
         <element name="Workers_Compensation_Code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String workersCompensationCode
protected WorkersCompensationCodeObjectType workersCompensationCodeReference
Public Constructors
WorkerCompensationCodeDataType()
Public Methods
String getWorkersCompensationCode()
Gets the value of the workersCompensationCode property.
WorkersCompensationCodeObjectType getWorkersCompensationCodeReference()
Gets the value of the workersCompensationCodeReference property.
void setWorkersCompensationCode(String value)
Sets the value of the workersCompensationCode property.
void setWorkersCompensationCodeReference(WorkersCompensationCodeObjectType value)
Sets the value of the workersCompensationCodeReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String workersCompensationCode

protected WorkersCompensationCodeObjectType workersCompensationCodeReference

Public Constructors

public WorkerCompensationCodeDataType ()

Public Methods

public String getWorkersCompensationCode ()

Gets the value of the workersCompensationCode property.

Returns
  • possible object is String

public WorkersCompensationCodeObjectType getWorkersCompensationCodeReference ()

Gets the value of the workersCompensationCodeReference property.

Returns

public void setWorkersCompensationCode (String value)

Sets the value of the workersCompensationCode property.

Parameters
value Allowed object is String

public void setWorkersCompensationCodeReference (WorkersCompensationCodeObjectType value)

Sets the value of the workersCompensationCodeReference property.

Parameters
value Allowed object is WorkersCompensationCodeObjectType