| java.lang.Object | |
| ↳ | com.workday.benefits.COBRAParticipantEligibilityStatusDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| benefitPlanReference | |||||||||||
| cobraParticipantReference | |||||||||||
| coverageEndDate | |||||||||||
| eligibilityReasonReference | |||||||||||
| eligibleDate | |||||||||||
| lossOfCoverageDate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the benefitPlanReference property.
| |||||||||||
Gets the value of the cobraParticipantReference property.
| |||||||||||
Gets the value of the coverageEndDate property.
| |||||||||||
Gets the value of the eligibilityReasonReference property.
| |||||||||||
Gets the value of the eligibleDate property.
| |||||||||||
Gets the value of the lossOfCoverageDate property.
| |||||||||||
Sets the value of the benefitPlanReference property.
| |||||||||||
Sets the value of the cobraParticipantReference property.
| |||||||||||
Sets the value of the coverageEndDate property.
| |||||||||||
Sets the value of the eligibilityReasonReference property.
| |||||||||||
Sets the value of the eligibleDate property.
| |||||||||||
Sets the value of the lossOfCoverageDate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the benefitPlanReference property.
BenefitPlanObjectType
Gets the value of the cobraParticipantReference property.
COBRAParticipantObjectType
Gets the value of the coverageEndDate property.
Gets the value of the eligibilityReasonReference property.
COBRAEligibilityReasonObjectType
Gets the value of the eligibleDate property.
Gets the value of the lossOfCoverageDate property.
Sets the value of the benefitPlanReference property.
| value | Allowed object is
BenefitPlanObjectType
|
|---|
Sets the value of the cobraParticipantReference property.
| value | Allowed object is
COBRAParticipantObjectType
|
|---|
Sets the value of the coverageEndDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the eligibilityReasonReference property.
| value | Allowed object is
COBRAEligibilityReasonObjectType
|
|---|
Sets the value of the eligibleDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the lossOfCoverageDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|