| java.lang.Object | |
| ↳ | com.workday.hr.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" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| 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.
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 cobraEligibilityData property.
For example, to add a new item, do as follows:
getCOBRAEligibilityData().add(newItem);
Objects of the following type(s) are allowed in the list
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.
| cobraEligibilityData | 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 |
|---|