public class

COBRAEligibilityDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.COBRAEligibilityDataType

Class Overview

Contains COBRA Eligibility detail for a participant. If this element is not populated then the participant is assumed to not be COBRA eligible.

Java class for COBRA_Eligibility_DataType complex type.

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

 <complexType name="COBRA_Eligibility_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="COBRA_Eligibility_Reason_Reference" type="{urn:com.workday/bsvc}COBRA_Eligibility_ReasonObjectType" minOccurs="0"/>
         <element name="Eligible_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Loss_of_Coverage_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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected COBRAEligibilityReasonObjectType cobraEligibilityReasonReference
protected XMLGregorianCalendar coverageEndDate
protected XMLGregorianCalendar eligibleDate
protected XMLGregorianCalendar lossOfCoverageDate
Public Constructors
COBRAEligibilityDataType()
Public Methods
COBRAEligibilityReasonObjectType getCOBRAEligibilityReasonReference()
Gets the value of the cobraEligibilityReasonReference property.
XMLGregorianCalendar getCoverageEndDate()
Gets the value of the coverageEndDate property.
XMLGregorianCalendar getEligibleDate()
Gets the value of the eligibleDate property.
XMLGregorianCalendar getLossOfCoverageDate()
Gets the value of the lossOfCoverageDate property.
void setCOBRAEligibilityReasonReference(COBRAEligibilityReasonObjectType value)
Sets the value of the cobraEligibilityReasonReference property.
void setCoverageEndDate(XMLGregorianCalendar value)
Sets the value of the coverageEndDate property.
void setEligibleDate(XMLGregorianCalendar value)
Sets the value of the eligibleDate property.
void setLossOfCoverageDate(XMLGregorianCalendar value)
Sets the value of the lossOfCoverageDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected COBRAEligibilityReasonObjectType cobraEligibilityReasonReference

protected XMLGregorianCalendar coverageEndDate

protected XMLGregorianCalendar eligibleDate

protected XMLGregorianCalendar lossOfCoverageDate

Public Constructors

public COBRAEligibilityDataType ()

Public Methods

public COBRAEligibilityReasonObjectType getCOBRAEligibilityReasonReference ()

Gets the value of the cobraEligibilityReasonReference property.

Returns

public XMLGregorianCalendar getCoverageEndDate ()

Gets the value of the coverageEndDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getEligibleDate ()

Gets the value of the eligibleDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getLossOfCoverageDate ()

Gets the value of the lossOfCoverageDate property.

Returns
  • possible object is XMLGregorianCalendar

public void setCOBRAEligibilityReasonReference (COBRAEligibilityReasonObjectType value)

Sets the value of the cobraEligibilityReasonReference property.

Parameters
value Allowed object is COBRAEligibilityReasonObjectType

public void setCoverageEndDate (XMLGregorianCalendar value)

Sets the value of the coverageEndDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setEligibleDate (XMLGregorianCalendar value)

Sets the value of the eligibleDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setLossOfCoverageDate (XMLGregorianCalendar value)

Sets the value of the lossOfCoverageDate property.

Parameters
value Allowed object is XMLGregorianCalendar