public class

DependentElectionDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.benefits.DependentElectionDataType

Class Overview

Contains the Data for the Dependent Election

Java class for Dependent_Election_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Dependent_Election_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Dependent_Reference" type="{urn:com.workday/bsvc}DependentObjectType"/>
         <element name="Provider_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Original_Coverage_Begin_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected DependentObjectType dependentReference
protected XMLGregorianCalendar originalCoverageBeginDate
protected String providerID
Public Constructors
DependentElectionDataType()
Public Methods
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 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

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected DependentObjectType dependentReference

protected XMLGregorianCalendar originalCoverageBeginDate

protected String providerID

Public Constructors

public DependentElectionDataType ()

Public Methods

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 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