public class

CreateBenefitLifeEventDataType

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

Class Overview

Container for the data in the Create Benefit Life Event sub business process.

Java class for Create_Benefit_Life_Event_DataType complex type.

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

 <complexType name="Create_Benefit_Life_Event_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Life_Event_Type_Reference" type="{urn:com.workday/bsvc}Benefit_Life_Event_TypeObjectType"/>
         <element name="Life_Event_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Submit_Elections_By" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected XMLGregorianCalendar lifeEventDate
protected BenefitLifeEventTypeObjectType lifeEventTypeReference
protected XMLGregorianCalendar submitElectionsBy
Public Constructors
CreateBenefitLifeEventDataType()
Public Methods
XMLGregorianCalendar getLifeEventDate()
Gets the value of the lifeEventDate property.
BenefitLifeEventTypeObjectType getLifeEventTypeReference()
Gets the value of the lifeEventTypeReference property.
XMLGregorianCalendar getSubmitElectionsBy()
Gets the value of the submitElectionsBy property.
void setLifeEventDate(XMLGregorianCalendar value)
Sets the value of the lifeEventDate property.
void setLifeEventTypeReference(BenefitLifeEventTypeObjectType value)
Sets the value of the lifeEventTypeReference property.
void setSubmitElectionsBy(XMLGregorianCalendar value)
Sets the value of the submitElectionsBy property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected XMLGregorianCalendar lifeEventDate

protected BenefitLifeEventTypeObjectType lifeEventTypeReference

protected XMLGregorianCalendar submitElectionsBy

Public Constructors

public CreateBenefitLifeEventDataType ()

Public Methods

public XMLGregorianCalendar getLifeEventDate ()

Gets the value of the lifeEventDate property.

Returns
  • possible object is XMLGregorianCalendar

public BenefitLifeEventTypeObjectType getLifeEventTypeReference ()

Gets the value of the lifeEventTypeReference property.

Returns

public XMLGregorianCalendar getSubmitElectionsBy ()

Gets the value of the submitElectionsBy property.

Returns
  • possible object is XMLGregorianCalendar

public void setLifeEventDate (XMLGregorianCalendar value)

Sets the value of the lifeEventDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setLifeEventTypeReference (BenefitLifeEventTypeObjectType value)

Sets the value of the lifeEventTypeReference property.

Parameters
value Allowed object is BenefitLifeEventTypeObjectType

public void setSubmitElectionsBy (XMLGregorianCalendar value)

Sets the value of the submitElectionsBy property.

Parameters
value Allowed object is XMLGregorianCalendar