| java.lang.Object | |
| ↳ | com.workday.benefits.WorkerWellnessDataDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| effectiveDate | |||||||||||
| participatesInWellnessProgram | |||||||||||
| usesTobacco | |||||||||||
| wellnessScore | |||||||||||
| workerOrDependentReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the effectiveDate property.
| |||||||||||
Gets the value of the participatesInWellnessProgram property.
| |||||||||||
Gets the value of the usesTobacco property.
| |||||||||||
Gets the value of the wellnessScore property.
| |||||||||||
Gets the value of the workerOrDependentReference property.
| |||||||||||
Sets the value of the effectiveDate property.
| |||||||||||
Sets the value of the participatesInWellnessProgram property.
| |||||||||||
Sets the value of the usesTobacco property.
| |||||||||||
Sets the value of the wellnessScore property.
| |||||||||||
Sets the value of the workerOrDependentReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the effectiveDate property.
Gets the value of the participatesInWellnessProgram property. This getter has been renamed from isParticipatesInWellnessProgram() to getParticipatesInWellnessProgram() by cxf-xjc-boolean plugin.
Gets the value of the usesTobacco property. This getter has been renamed from isUsesTobacco() to getUsesTobacco() by cxf-xjc-boolean plugin.
Gets the value of the wellnessScore property.
Gets the value of the workerOrDependentReference property.
RoleObjectType
Sets the value of the effectiveDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the participatesInWellnessProgram property.
| value | Allowed object is Boolean |
|---|
Sets the value of the usesTobacco property.
| value | Allowed object is Boolean |
|---|
Sets the value of the wellnessScore property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the workerOrDependentReference property.
| value | Allowed object is
RoleObjectType
|
|---|