| java.lang.Object | |
| ↳ | workday.com.bsvc.ReviewCOBRAEligibilityDataType |
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 Review_COBRA_Eligibility_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Review_COBRA_Eligibility_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="COBRA_Eligible" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Reason_Reference" type="{urn:com.workday/bsvc}COBRA_Eligibility_ReasonObjectType" minOccurs="0"/>
<element name="COBRA_Eligible_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Qualifying_Event_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="Participant_Reference" type="{urn:com.workday/bsvc}COBRA_ParticipantObjectType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| cobraEligible | |||||||||||
| cobraEligibleDate | |||||||||||
| coverageEndDate | |||||||||||
| participantReference | |||||||||||
| qualifyingEventDate | |||||||||||
| reasonReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the cobraEligibleDate property.
| |||||||||||
Gets the value of the coverageEndDate property.
| |||||||||||
Gets the value of the participantReference property.
| |||||||||||
Gets the value of the qualifyingEventDate property.
| |||||||||||
Gets the value of the reasonReference property.
| |||||||||||
Gets the value of the cobraEligible property.
| |||||||||||
Sets the value of the cobraEligible property.
| |||||||||||
Sets the value of the cobraEligibleDate property.
| |||||||||||
Sets the value of the coverageEndDate property.
| |||||||||||
Sets the value of the qualifyingEventDate property.
| |||||||||||
Sets the value of the reasonReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the cobraEligibleDate property.
Gets the value of the coverageEndDate property.
Gets the value of the participantReference 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 participantReference property.
For example, to add a new item, do as follows:
getParticipantReference().add(newItem);
Objects of the following type(s) are allowed in the list
COBRAParticipantObjectType
Gets the value of the qualifyingEventDate property.
Gets the value of the reasonReference property.
COBRAEligibilityReasonObjectType
Gets the value of the cobraEligible property.
Sets the value of the cobraEligible property.
| value | Allowed object is Boolean |
|---|
Sets the value of the cobraEligibleDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the coverageEndDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the qualifyingEventDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the reasonReference property.
| value | Allowed object is
COBRAEligibilityReasonObjectType
|
|---|

