public class

EnrollmentPeriodDataType

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

Class Overview

Contains the benefit plan year information.

Java class for Enrollment_Period_DataType complex type.

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

 <complexType name="Enrollment_Period_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Benefit_Program_Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Plan_Year" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Begin_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="End_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected XMLGregorianCalendar beginDate
protected String benefitProgramName
protected XMLGregorianCalendar endDate
protected XMLGregorianCalendar planYear
Public Constructors
EnrollmentPeriodDataType()
Public Methods
XMLGregorianCalendar getBeginDate()
Gets the value of the beginDate property.
String getBenefitProgramName()
Gets the value of the benefitProgramName property.
XMLGregorianCalendar getEndDate()
Gets the value of the endDate property.
XMLGregorianCalendar getPlanYear()
Gets the value of the planYear property.
void setBeginDate(XMLGregorianCalendar value)
Sets the value of the beginDate property.
void setBenefitProgramName(String value)
Sets the value of the benefitProgramName property.
void setEndDate(XMLGregorianCalendar value)
Sets the value of the endDate property.
void setPlanYear(XMLGregorianCalendar value)
Sets the value of the planYear property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected XMLGregorianCalendar beginDate

protected String benefitProgramName

protected XMLGregorianCalendar endDate

protected XMLGregorianCalendar planYear

Public Constructors

public EnrollmentPeriodDataType ()

Public Methods

public XMLGregorianCalendar getBeginDate ()

Gets the value of the beginDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getBenefitProgramName ()

Gets the value of the benefitProgramName property.

Returns
  • possible object is String

public XMLGregorianCalendar getEndDate ()

Gets the value of the endDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getPlanYear ()

Gets the value of the planYear property.

Returns
  • possible object is XMLGregorianCalendar

public void setBeginDate (XMLGregorianCalendar value)

Sets the value of the beginDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setBenefitProgramName (String value)

Sets the value of the benefitProgramName property.

Parameters
value Allowed object is String

public void setEndDate (XMLGregorianCalendar value)

Sets the value of the endDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setPlanYear (XMLGregorianCalendar value)

Sets the value of the planYear property.

Parameters
value Allowed object is XMLGregorianCalendar