| java.lang.Object | |
| ↳ | workday.com.bsvc.DependentCoverageDataType |
Contains the dependents covered for the election.
Java class for Dependent_Coverage_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Dependent_Coverage_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Dependent_Reference" type="{urn:com.workday/bsvc}DependentObjectType" minOccurs="0"/>
<element name="Original_Coverage_Begin_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="Provider_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="COBRA_Eligibility_Data" type="{urn:com.workday/bsvc}COBRA_Eligibility_DataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| cobraEligibilityData | |||||||||||
| coverageEndDate | |||||||||||
| dependentReference | |||||||||||
| originalCoverageBeginDate | |||||||||||
| providerID | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the cobraEligibilityData property.
| |||||||||||
Gets the value of the coverageEndDate property.
| |||||||||||
Gets the value of the dependentReference property.
| |||||||||||
Gets the value of the originalCoverageBeginDate property.
| |||||||||||
Gets the value of the providerID property.
| |||||||||||
Sets the value of the cobraEligibilityData property.
| |||||||||||
Sets the value of the coverageEndDate property.
| |||||||||||
Sets the value of the dependentReference property.
| |||||||||||
Sets the value of the originalCoverageBeginDate property.
| |||||||||||
Sets the value of the providerID property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the cobraEligibilityData property.
COBRAEligibilityDataType
Gets the value of the coverageEndDate property.
Gets the value of the dependentReference property.
DependentObjectType
Gets the value of the originalCoverageBeginDate property.
Gets the value of the providerID property.
Sets the value of the cobraEligibilityData property.
| value | Allowed object is
COBRAEligibilityDataType
|
|---|
Sets the value of the coverageEndDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the dependentReference property.
| value | Allowed object is
DependentObjectType
|
|---|
Sets the value of the originalCoverageBeginDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the providerID property.
| value | Allowed object is String |
|---|

