public class

ChangeBenefitJobsRequestType

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

Class Overview

Contains the request to change a worker's benefit jobs. Changing a worker's benefit jobs changes how the CRFs for benefit eligibility behave. If a worker has benefit jobs specified, then only the specified jobs will be used in the CRF calculations used to evaluate their benefit eligibility. If benefit jobs are not specified, then the HR Primary job is used for those CRFs.

Java class for Change_Benefit_Jobs_RequestType complex type.

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

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

Summary

Constants
long serialVersionUID
Fields
protected BusinessProcessParametersType businessProcessParameters
protected String version
protected WorkerBenefitJobsDataType workerBenefitJobsData
Public Constructors
ChangeBenefitJobsRequestType()
Public Methods
BusinessProcessParametersType getBusinessProcessParameters()
Gets the value of the businessProcessParameters property.
String getVersion()
Gets the value of the version property.
WorkerBenefitJobsDataType getWorkerBenefitJobsData()
Gets the value of the workerBenefitJobsData property.
void setBusinessProcessParameters(BusinessProcessParametersType value)
Sets the value of the businessProcessParameters property.
void setVersion(String value)
Sets the value of the version property.
void setWorkerBenefitJobsData(WorkerBenefitJobsDataType value)
Sets the value of the workerBenefitJobsData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected BusinessProcessParametersType businessProcessParameters

protected String version

protected WorkerBenefitJobsDataType workerBenefitJobsData

Public Constructors

public ChangeBenefitJobsRequestType ()

Public Methods

public BusinessProcessParametersType getBusinessProcessParameters ()

Gets the value of the businessProcessParameters property.

Returns

public String getVersion ()

Gets the value of the version property.

Returns
  • possible object is String

public WorkerBenefitJobsDataType getWorkerBenefitJobsData ()

Gets the value of the workerBenefitJobsData property.

Returns

public void setBusinessProcessParameters (BusinessProcessParametersType value)

Sets the value of the businessProcessParameters property.

Parameters
value Allowed object is BusinessProcessParametersType

public void setVersion (String value)

Sets the value of the version property.

Parameters
value Allowed object is String

public void setWorkerBenefitJobsData (WorkerBenefitJobsDataType value)

Sets the value of the workerBenefitJobsData property.

Parameters
value Allowed object is WorkerBenefitJobsDataType