public class

DependentCoverageDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.DependentCoverageDataType

Class Overview

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>
 

Summary

Fields
protected COBRAEligibilityDataType cobraEligibilityData
protected XMLGregorianCalendar coverageEndDate
protected DependentObjectType dependentReference
protected XMLGregorianCalendar originalCoverageBeginDate
protected String providerID
Public Constructors
DependentCoverageDataType()
Public Methods
COBRAEligibilityDataType getCOBRAEligibilityData()
Gets the value of the cobraEligibilityData property.
XMLGregorianCalendar getCoverageEndDate()
Gets the value of the coverageEndDate property.
DependentObjectType getDependentReference()
Gets the value of the dependentReference property.
XMLGregorianCalendar getOriginalCoverageBeginDate()
Gets the value of the originalCoverageBeginDate property.
String getProviderID()
Gets the value of the providerID property.
void setCOBRAEligibilityData(COBRAEligibilityDataType value)
Sets the value of the cobraEligibilityData property.
void setCoverageEndDate(XMLGregorianCalendar value)
Sets the value of the coverageEndDate property.
void setDependentReference(DependentObjectType value)
Sets the value of the dependentReference property.
void setOriginalCoverageBeginDate(XMLGregorianCalendar value)
Sets the value of the originalCoverageBeginDate property.
void setProviderID(String value)
Sets the value of the providerID property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected COBRAEligibilityDataType cobraEligibilityData

protected XMLGregorianCalendar coverageEndDate

protected DependentObjectType dependentReference

protected XMLGregorianCalendar originalCoverageBeginDate

protected String providerID

Public Constructors

public DependentCoverageDataType ()

Public Methods

public COBRAEligibilityDataType getCOBRAEligibilityData ()

Gets the value of the cobraEligibilityData property.

Returns

public XMLGregorianCalendar getCoverageEndDate ()

Gets the value of the coverageEndDate property.

Returns
  • possible object is XMLGregorianCalendar

public DependentObjectType getDependentReference ()

Gets the value of the dependentReference property.

Returns

public XMLGregorianCalendar getOriginalCoverageBeginDate ()

Gets the value of the originalCoverageBeginDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getProviderID ()

Gets the value of the providerID property.

Returns
  • possible object is String

public void setCOBRAEligibilityData (COBRAEligibilityDataType value)

Sets the value of the cobraEligibilityData property.

Parameters
value Allowed object is COBRAEligibilityDataType

public void setCoverageEndDate (XMLGregorianCalendar value)

Sets the value of the coverageEndDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setDependentReference (DependentObjectType value)

Sets the value of the dependentReference property.

Parameters
value Allowed object is DependentObjectType

public void setOriginalCoverageBeginDate (XMLGregorianCalendar value)

Sets the value of the originalCoverageBeginDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setProviderID (String value)

Sets the value of the providerID property.

Parameters
value Allowed object is String