| java.lang.Object | |
| ↳ | com.workday.hr.PlanEligiblityDatesDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| benefitPlanReference | |||||||||||
| earliestContiguousEligibilityDate | |||||||||||
| earliestEligibilityDate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the benefitPlanReference property.
| |||||||||||
Gets the value of the earliestContiguousEligibilityDate property.
| |||||||||||
Gets the value of the earliestEligibilityDate property.
| |||||||||||
Sets the value of the benefitPlanReference property.
| |||||||||||
Sets the value of the earliestContiguousEligibilityDate property.
| |||||||||||
Sets the value of the earliestEligibilityDate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the benefitPlanReference property.
BenefitPlanObjectType
Gets the value of the earliestContiguousEligibilityDate property.
Gets the value of the earliestEligibilityDate property.
Sets the value of the benefitPlanReference property.
| value | Allowed object is
BenefitPlanObjectType
|
|---|
Sets the value of the earliestContiguousEligibilityDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the earliestEligibilityDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|

