public class

COBRAParticipantEligibilityStatusDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.benefits.COBRAParticipantEligibilityStatusDataType

Class Overview

The information (data) for a single COBRA Eligiblity Status

Java class for COBRA_Participant_Eligibility_Status_DataType complex type.

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

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

Summary

Constants
long serialVersionUID
Fields
protected BenefitPlanObjectType benefitPlanReference
protected COBRAParticipantObjectType cobraParticipantReference
protected XMLGregorianCalendar coverageEndDate
protected COBRAEligibilityReasonObjectType eligibilityReasonReference
protected XMLGregorianCalendar eligibleDate
protected XMLGregorianCalendar lossOfCoverageDate
Public Constructors
COBRAParticipantEligibilityStatusDataType()
Public Methods
BenefitPlanObjectType getBenefitPlanReference()
Gets the value of the benefitPlanReference property.
COBRAParticipantObjectType getCOBRAParticipantReference()
Gets the value of the cobraParticipantReference property.
XMLGregorianCalendar getCoverageEndDate()
Gets the value of the coverageEndDate property.
COBRAEligibilityReasonObjectType getEligibilityReasonReference()
Gets the value of the eligibilityReasonReference property.
XMLGregorianCalendar getEligibleDate()
Gets the value of the eligibleDate property.
XMLGregorianCalendar getLossOfCoverageDate()
Gets the value of the lossOfCoverageDate property.
void setBenefitPlanReference(BenefitPlanObjectType value)
Sets the value of the benefitPlanReference property.
void setCOBRAParticipantReference(COBRAParticipantObjectType value)
Sets the value of the cobraParticipantReference property.
void setCoverageEndDate(XMLGregorianCalendar value)
Sets the value of the coverageEndDate property.
void setEligibilityReasonReference(COBRAEligibilityReasonObjectType value)
Sets the value of the eligibilityReasonReference 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

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected BenefitPlanObjectType benefitPlanReference

protected COBRAParticipantObjectType cobraParticipantReference

protected XMLGregorianCalendar coverageEndDate

protected COBRAEligibilityReasonObjectType eligibilityReasonReference

protected XMLGregorianCalendar eligibleDate

protected XMLGregorianCalendar lossOfCoverageDate

Public Constructors

public COBRAParticipantEligibilityStatusDataType ()

Public Methods

public BenefitPlanObjectType getBenefitPlanReference ()

Gets the value of the benefitPlanReference property.

Returns

public COBRAParticipantObjectType getCOBRAParticipantReference ()

Gets the value of the cobraParticipantReference property.

Returns

public XMLGregorianCalendar getCoverageEndDate ()

Gets the value of the coverageEndDate property.

Returns
  • possible object is XMLGregorianCalendar

public COBRAEligibilityReasonObjectType getEligibilityReasonReference ()

Gets the value of the eligibilityReasonReference property.

Returns

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 setBenefitPlanReference (BenefitPlanObjectType value)

Sets the value of the benefitPlanReference property.

Parameters
value Allowed object is BenefitPlanObjectType

public void setCOBRAParticipantReference (COBRAParticipantObjectType value)

Sets the value of the cobraParticipantReference property.

Parameters
value Allowed object is COBRAParticipantObjectType

public void setCoverageEndDate (XMLGregorianCalendar value)

Sets the value of the coverageEndDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setEligibilityReasonReference (COBRAEligibilityReasonObjectType value)

Sets the value of the eligibilityReasonReference property.

Parameters
value Allowed object is COBRAEligibilityReasonObjectType

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