public class

WorkerWellnessDataDataType

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

Class Overview

Contains the Worker Wellness Data data.

Java class for Worker_Wellness_Data_DataType complex type.

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

 <complexType name="Worker_Wellness_Data_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Effective_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Worker_or_Dependent_Reference" type="{urn:com.workday/bsvc}RoleObjectType"/>
         <element name="Participates_in_Wellness_Program" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Wellness_Score" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="14"/>
               <minInclusive value="0"/>
               <fractionDigits value="2"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Uses_Tobacco" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected XMLGregorianCalendar effectiveDate
protected Boolean participatesInWellnessProgram
protected Boolean usesTobacco
protected BigDecimal wellnessScore
protected RoleObjectType workerOrDependentReference
Public Constructors
WorkerWellnessDataDataType()
Public Methods
XMLGregorianCalendar getEffectiveDate()
Gets the value of the effectiveDate property.
Boolean getParticipatesInWellnessProgram()
Gets the value of the participatesInWellnessProgram property.
Boolean getUsesTobacco()
Gets the value of the usesTobacco property.
BigDecimal getWellnessScore()
Gets the value of the wellnessScore property.
RoleObjectType getWorkerOrDependentReference()
Gets the value of the workerOrDependentReference property.
void setEffectiveDate(XMLGregorianCalendar value)
Sets the value of the effectiveDate property.
void setParticipatesInWellnessProgram(Boolean value)
Sets the value of the participatesInWellnessProgram property.
void setUsesTobacco(Boolean value)
Sets the value of the usesTobacco property.
void setWellnessScore(BigDecimal value)
Sets the value of the wellnessScore property.
void setWorkerOrDependentReference(RoleObjectType value)
Sets the value of the workerOrDependentReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected XMLGregorianCalendar effectiveDate

protected Boolean participatesInWellnessProgram

protected Boolean usesTobacco

protected BigDecimal wellnessScore

protected RoleObjectType workerOrDependentReference

Public Constructors

public WorkerWellnessDataDataType ()

Public Methods

public XMLGregorianCalendar getEffectiveDate ()

Gets the value of the effectiveDate property.

Returns
  • possible object is XMLGregorianCalendar

public Boolean getParticipatesInWellnessProgram ()

Gets the value of the participatesInWellnessProgram property. This getter has been renamed from isParticipatesInWellnessProgram() to getParticipatesInWellnessProgram() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getUsesTobacco ()

Gets the value of the usesTobacco property. This getter has been renamed from isUsesTobacco() to getUsesTobacco() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public BigDecimal getWellnessScore ()

Gets the value of the wellnessScore property.

Returns
  • possible object is BigDecimal

public RoleObjectType getWorkerOrDependentReference ()

Gets the value of the workerOrDependentReference property.

Returns

public void setEffectiveDate (XMLGregorianCalendar value)

Sets the value of the effectiveDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setParticipatesInWellnessProgram (Boolean value)

Sets the value of the participatesInWellnessProgram property.

Parameters
value Allowed object is Boolean

public void setUsesTobacco (Boolean value)

Sets the value of the usesTobacco property.

Parameters
value Allowed object is Boolean

public void setWellnessScore (BigDecimal value)

Sets the value of the wellnessScore property.

Parameters
value Allowed object is BigDecimal

public void setWorkerOrDependentReference (RoleObjectType value)

Sets the value of the workerOrDependentReference property.

Parameters
value Allowed object is RoleObjectType