| java.lang.Object | |
| ↳ | com.workday.staffing.EnrollmentPeriodDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| beginDate | |||||||||||
| benefitProgramName | |||||||||||
| endDate | |||||||||||
| planYear | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the beginDate property.
| |||||||||||
Gets the value of the benefitProgramName property.
| |||||||||||
Gets the value of the endDate property.
| |||||||||||
Gets the value of the planYear property.
| |||||||||||
Sets the value of the beginDate property.
| |||||||||||
Sets the value of the benefitProgramName property.
| |||||||||||
Sets the value of the endDate property.
| |||||||||||
Sets the value of the planYear property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the beginDate property.
Gets the value of the benefitProgramName property.
Gets the value of the endDate property.
Gets the value of the planYear property.
Sets the value of the beginDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the benefitProgramName property.
| value | Allowed object is String |
|---|
Sets the value of the endDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the planYear property.
| value | Allowed object is XMLGregorianCalendar |
|---|