public class

BenefitElectionCoveredPersonDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payrollinterface.BenefitElectionCoveredPersonDataType

Class Overview

This section holds information on the person(s) who are covered by this election. This information is used for Group Term Life imputed income calculations.

Java class for Benefit_Election_Covered_Person_DataType complex type.

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

 <complexType name="Benefit_Election_Covered_Person_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Birth_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected XMLGregorianCalendar birthDate
Public Constructors
BenefitElectionCoveredPersonDataType()
Public Methods
XMLGregorianCalendar getBirthDate()
Gets the value of the birthDate property.
void setBirthDate(XMLGregorianCalendar value)
Sets the value of the birthDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected XMLGregorianCalendar birthDate

Public Constructors

public BenefitElectionCoveredPersonDataType ()

Public Methods

public XMLGregorianCalendar getBirthDate ()

Gets the value of the birthDate property.

Returns
  • possible object is XMLGregorianCalendar

public void setBirthDate (XMLGregorianCalendar value)

Sets the value of the birthDate property.

Parameters
value Allowed object is XMLGregorianCalendar