| java.lang.Object | |
| ↳ | com.workday.benefits.WorkerBenefitJobsDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| benefitJobsData | |||||||||||
| workerReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the benefitJobsData property.
| |||||||||||
Gets the value of the workerReference property.
| |||||||||||
Sets the value of the benefitJobsData property.
| |||||||||||
Sets the value of the workerReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the benefitJobsData property.
BenefitJobsDataType
Gets the value of the workerReference property.
WorkerObjectType
Sets the value of the benefitJobsData property.
| value | Allowed object is
BenefitJobsDataType
|
|---|
Sets the value of the workerReference property.
| value | Allowed object is
WorkerObjectType
|
|---|