public class

InsuranceCoverageLevelDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.staffing.InsuranceCoverageLevelDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected CoverageLevelValueDataType coverageLevelValueData
protected VolumeDataType volumeData
Public Constructors
InsuranceCoverageLevelDataType()
Public Methods
CoverageLevelValueDataType getCoverageLevelValueData()
Gets the value of the coverageLevelValueData property.
VolumeDataType getVolumeData()
Gets the value of the volumeData property.
void setCoverageLevelValueData(CoverageLevelValueDataType value)
Sets the value of the coverageLevelValueData property.
void setVolumeData(VolumeDataType value)
Sets the value of the volumeData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected CoverageLevelValueDataType coverageLevelValueData

protected VolumeDataType volumeData

Public Constructors

public InsuranceCoverageLevelDataType ()

Public Methods

public CoverageLevelValueDataType getCoverageLevelValueData ()

Gets the value of the coverageLevelValueData property.

Returns

public VolumeDataType getVolumeData ()

Gets the value of the volumeData property.

Returns

public void setCoverageLevelValueData (CoverageLevelValueDataType value)

Sets the value of the coverageLevelValueData property.

Parameters
value Allowed object is CoverageLevelValueDataType

public void setVolumeData (VolumeDataType value)

Sets the value of the volumeData property.

Parameters
value Allowed object is VolumeDataType