public class

WorkerBenefitJobsDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.benefits.WorkerBenefitJobsDataType

Class Overview

Container to specify the Worker and select their benefit jobs, or to specify that the HR Primary job should be used for eligibility.

Java class for Worker_Benefit_Jobs_DataType complex type.

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

 <complexType name="Worker_Benefit_Jobs_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Worker_Reference" type="{urn:com.workday/bsvc}WorkerObjectType"/>
         <element name="Benefit_Jobs_Data" type="{urn:com.workday/bsvc}Benefit_Jobs_DataType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected BenefitJobsDataType benefitJobsData
protected WorkerObjectType workerReference
Public Constructors
WorkerBenefitJobsDataType()
Public Methods
BenefitJobsDataType getBenefitJobsData()
Gets the value of the benefitJobsData property.
WorkerObjectType getWorkerReference()
Gets the value of the workerReference property.
void setBenefitJobsData(BenefitJobsDataType value)
Sets the value of the benefitJobsData 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 BenefitJobsDataType benefitJobsData

protected WorkerObjectType workerReference

Public Constructors

public WorkerBenefitJobsDataType ()

Public Methods

public BenefitJobsDataType getBenefitJobsData ()

Gets the value of the benefitJobsData property.

Returns

public WorkerObjectType getWorkerReference ()

Gets the value of the workerReference property.

Returns

public void setBenefitJobsData (BenefitJobsDataType value)

Sets the value of the benefitJobsData property.

Parameters
value Allowed object is BenefitJobsDataType

public void setWorkerReference (WorkerObjectType value)

Sets the value of the workerReference property.

Parameters
value Allowed object is WorkerObjectType