| java.lang.Object | |
| ↳ | workday.com.bsvc.InsuranceCoverageLevelDataType |
Contains the coverage level detailed information and volume for the insurance election.
Java class for Insurance_Coverage_Level_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Insurance_Coverage_Level_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Coverage_Level_Value_Data" type="{urn:com.workday/bsvc}Coverage_Level_Value_DataType"/>
<element name="Volume_Data" type="{urn:com.workday/bsvc}Volume_DataType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| coverageLevelValueData | |||||||||||
| volumeData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the coverageLevelValueData property.
| |||||||||||
Gets the value of the volumeData property.
| |||||||||||
Sets the value of the coverageLevelValueData property.
| |||||||||||
Sets the value of the volumeData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the coverageLevelValueData property.
CoverageLevelValueDataType
Gets the value of the volumeData property.
VolumeDataType
Sets the value of the coverageLevelValueData property.
| value | Allowed object is
CoverageLevelValueDataType
|
|---|
Sets the value of the volumeData property.
| value | Allowed object is
VolumeDataType
|
|---|

