public class

DependentCoverageDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.DependentCoverageDataType

Class Overview

Contains the dependents covered for the election.

Java class for Dependent_Coverage_DataType complex type.

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

 <complexType name="Dependent_Coverage_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Dependent_Reference" type="{urn:com.workday/bsvc}DependentObjectType" minOccurs="0"/>
         <element name="Original_Coverage_Begin_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Coverage_End_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Provider_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="COBRA_Eligibility_Data" type="{urn:com.workday/bsvc}COBRA_Eligibility_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<COBRAEligibilityDataType> cobraEligibilityData
protected XMLGregorianCalendar coverageEndDate
protected DependentObjectType dependentReference
protected XMLGregorianCalendar originalCoverageBeginDate
protected String providerID
Public Constructors
DependentCoverageDataType()
Public Methods
List<COBRAEligibilityDataType> getCOBRAEligibilityData()
Gets the value of the cobraEligibilityData property.
XMLGregorianCalendar getCoverageEndDate()
Gets the value of the coverageEndDate property.
DependentObjectType getDependentReference()
Gets the value of the dependentReference property.
XMLGregorianCalendar getOriginalCoverageBeginDate()
Gets the value of the originalCoverageBeginDate property.
String getProviderID()
Gets the value of the providerID property.
void setCOBRAEligibilityData(List<COBRAEligibilityDataType> cobraEligibilityData)
Sets the value of the cobraEligibilityData property.
void setCoverageEndDate(XMLGregorianCalendar value)
Sets the value of the coverageEndDate property.
void setDependentReference(DependentObjectType value)
Sets the value of the dependentReference property.
void setOriginalCoverageBeginDate(XMLGregorianCalendar value)
Sets the value of the originalCoverageBeginDate property.
void setProviderID(String value)
Sets the value of the providerID property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<COBRAEligibilityDataType> cobraEligibilityData

protected XMLGregorianCalendar coverageEndDate

protected DependentObjectType dependentReference

protected XMLGregorianCalendar originalCoverageBeginDate

protected String providerID

Public Constructors

public DependentCoverageDataType ()

Public Methods

public List<COBRAEligibilityDataType> getCOBRAEligibilityData ()

Gets the value of the cobraEligibilityData property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the cobraEligibilityData property.

For example, to add a new item, do as follows:

    getCOBRAEligibilityData().add(newItem);
 

Objects of the following type(s) are allowed in the list COBRAEligibilityDataType

public XMLGregorianCalendar getCoverageEndDate ()

Gets the value of the coverageEndDate property.

Returns
  • possible object is XMLGregorianCalendar

public DependentObjectType getDependentReference ()

Gets the value of the dependentReference property.

Returns

public XMLGregorianCalendar getOriginalCoverageBeginDate ()

Gets the value of the originalCoverageBeginDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getProviderID ()

Gets the value of the providerID property.

Returns
  • possible object is String

public void setCOBRAEligibilityData (List<COBRAEligibilityDataType> cobraEligibilityData)

Sets the value of the cobraEligibilityData property.

Parameters
cobraEligibilityData Allowed object is COBRAEligibilityDataType

public void setCoverageEndDate (XMLGregorianCalendar value)

Sets the value of the coverageEndDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setDependentReference (DependentObjectType value)

Sets the value of the dependentReference property.

Parameters
value Allowed object is DependentObjectType

public void setOriginalCoverageBeginDate (XMLGregorianCalendar value)

Sets the value of the originalCoverageBeginDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setProviderID (String value)

Sets the value of the providerID property.

Parameters
value Allowed object is String