| java.lang.Object | |
| ↳ | com.workday.benefits.PutWorkerWellnessDataRequestType |
Wrapper element for the Put Worker Wellness Data Request information.
Java class for Put_Worker_Wellness_Data_RequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Put_Worker_Wellness_Data_RequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Worker_Wellness_Data_Data" type="{urn:com.workday/bsvc}Worker_Wellness_Data_DataType"/>
</sequence>
<attribute ref="{urn:com.workday/bsvc}version"/>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| version | |||||||||||
| workerWellnessDataData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the version property.
| |||||||||||
Gets the value of the workerWellnessDataData property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
Sets the value of the workerWellnessDataData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the version property.
Gets the value of the workerWellnessDataData property.
WorkerWellnessDataDataType
Sets the value of the version property.
| value | Allowed object is String |
|---|
Sets the value of the workerWellnessDataData property.
| value | Allowed object is
WorkerWellnessDataDataType
|
|---|