| java.lang.Object | |
| ↳ | com.workday.staffing.COBRAEligibilityDataType |
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"/>
<element name="Benefit_Plan_Reference" type="{urn:com.workday/bsvc}Benefit_PlanObjectType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| benefitPlanReference | |||||||||||
| cobraEligibilityReasonReference | |||||||||||
| coverageEndDate | |||||||||||
| eligibleDate | |||||||||||
| lossOfCoverageDate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the benefitPlanReference property.
| |||||||||||
Gets the value of the cobraEligibilityReasonReference property.
| |||||||||||
Gets the value of the coverageEndDate 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 cobraEligibilityReasonReference property.
| |||||||||||
Sets the value of the coverageEndDate 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 cobraEligibilityReasonReference property.
COBRAEligibilityReasonObjectType
Gets the value of the coverageEndDate property.
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 cobraEligibilityReasonReference property.
| value | Allowed object is
COBRAEligibilityReasonObjectType
|
|---|
Sets the value of the coverageEndDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the eligibleDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the lossOfCoverageDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|