| java.lang.Object | |
| ↳ | com.workday.payrollinterface.BenefitPlanYearDefinitionYearEndDataType |
Encapsulating element representing a benefit plan year and its associated data.
Java class for Benefit_Plan_Year_Definition_Year_End_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Benefit_Plan_Year_Definition_Year_End_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Year_Definition_Reference" type="{urn:com.workday/bsvc}Benefit_Plan_Year_DefinitionObjectType" minOccurs="0"/>
<element name="Program_End_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| programEndDate | |||||||||||
| yearDefinitionReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the programEndDate property.
| |||||||||||
Gets the value of the yearDefinitionReference property.
| |||||||||||
Sets the value of the programEndDate property.
| |||||||||||
Sets the value of the yearDefinitionReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the programEndDate property.
Gets the value of the yearDefinitionReference property.
BenefitPlanYearDefinitionObjectType
Sets the value of the programEndDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the yearDefinitionReference property.
| value | Allowed object is
BenefitPlanYearDefinitionObjectType
|
|---|