public class

BenefitPlanYearDefinitionYearEndDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payrollinterface.BenefitPlanYearDefinitionYearEndDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected XMLGregorianCalendar programEndDate
protected BenefitPlanYearDefinitionObjectType yearDefinitionReference
Public Constructors
BenefitPlanYearDefinitionYearEndDataType()
Public Methods
XMLGregorianCalendar getProgramEndDate()
Gets the value of the programEndDate property.
BenefitPlanYearDefinitionObjectType getYearDefinitionReference()
Gets the value of the yearDefinitionReference property.
void setProgramEndDate(XMLGregorianCalendar value)
Sets the value of the programEndDate property.
void setYearDefinitionReference(BenefitPlanYearDefinitionObjectType value)
Sets the value of the yearDefinitionReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected XMLGregorianCalendar programEndDate

protected BenefitPlanYearDefinitionObjectType yearDefinitionReference

Public Constructors

public BenefitPlanYearDefinitionYearEndDataType ()

Public Methods

public XMLGregorianCalendar getProgramEndDate ()

Gets the value of the programEndDate property.

Returns
  • possible object is XMLGregorianCalendar

public BenefitPlanYearDefinitionObjectType getYearDefinitionReference ()

Gets the value of the yearDefinitionReference property.

Returns

public void setProgramEndDate (XMLGregorianCalendar value)

Sets the value of the programEndDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setYearDefinitionReference (BenefitPlanYearDefinitionObjectType value)

Sets the value of the yearDefinitionReference property.

Parameters
value Allowed object is BenefitPlanYearDefinitionObjectType