public class

PlanEligiblityDatesDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.PlanEligiblityDatesDataType

Class Overview

Information about the Earliest and Earliest Contiguous Eligiblility Dates for Retirement Plans which are Part of a Plan Year

Java class for Plan_Eligiblity_Dates_DataType complex type.

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

 <complexType name="Plan_Eligiblity_Dates_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Benefit_Plan_Reference" type="{urn:com.workday/bsvc}Benefit_PlanObjectType" minOccurs="0"/>
         <element name="Earliest_Eligibility_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Earliest_Contiguous_Eligibility_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected BenefitPlanObjectType benefitPlanReference
protected XMLGregorianCalendar earliestContiguousEligibilityDate
protected XMLGregorianCalendar earliestEligibilityDate
Public Constructors
PlanEligiblityDatesDataType()
Public Methods
BenefitPlanObjectType getBenefitPlanReference()
Gets the value of the benefitPlanReference property.
XMLGregorianCalendar getEarliestContiguousEligibilityDate()
Gets the value of the earliestContiguousEligibilityDate property.
XMLGregorianCalendar getEarliestEligibilityDate()
Gets the value of the earliestEligibilityDate property.
void setBenefitPlanReference(BenefitPlanObjectType value)
Sets the value of the benefitPlanReference property.
void setEarliestContiguousEligibilityDate(XMLGregorianCalendar value)
Sets the value of the earliestContiguousEligibilityDate property.
void setEarliestEligibilityDate(XMLGregorianCalendar value)
Sets the value of the earliestEligibilityDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected BenefitPlanObjectType benefitPlanReference

protected XMLGregorianCalendar earliestContiguousEligibilityDate

protected XMLGregorianCalendar earliestEligibilityDate

Public Constructors

public PlanEligiblityDatesDataType ()

Public Methods

public BenefitPlanObjectType getBenefitPlanReference ()

Gets the value of the benefitPlanReference property.

Returns

public XMLGregorianCalendar getEarliestContiguousEligibilityDate ()

Gets the value of the earliestContiguousEligibilityDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getEarliestEligibilityDate ()

Gets the value of the earliestEligibilityDate property.

Returns
  • possible object is XMLGregorianCalendar

public void setBenefitPlanReference (BenefitPlanObjectType value)

Sets the value of the benefitPlanReference property.

Parameters
value Allowed object is BenefitPlanObjectType

public void setEarliestContiguousEligibilityDate (XMLGregorianCalendar value)

Sets the value of the earliestContiguousEligibilityDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setEarliestEligibilityDate (XMLGregorianCalendar value)

Sets the value of the earliestEligibilityDate property.

Parameters
value Allowed object is XMLGregorianCalendar