public class

WorkerBenefitElectionDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.WorkerBenefitElectionDataType

Class Overview

The election information for the coverage.

Java class for Worker_Benefit_Election_DataType complex type.

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

 <complexType name="Worker_Benefit_Election_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Coverage_Begin_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Coverage_End_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Election_Coverage_Begin_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Original_Coverage_Begin_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Original_Coverage_Begin_Date_for_Benefit_Coverage_Type" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Election_Status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Enrollment_Signature_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Passive_Enrollment" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Benefit_Plan_Summary_Data" type="{urn:com.workday/bsvc}Benefit_Plan_Summary_DataType" minOccurs="0"/>
       </sequence>
       <attribute name="Is_Corrected_or_Rescinded" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected BenefitPlanSummaryDataType benefitPlanSummaryData
protected XMLGregorianCalendar coverageBeginDate
protected XMLGregorianCalendar coverageEndDate
protected XMLGregorianCalendar electionCoverageBeginDate
protected String electionStatus
protected XMLGregorianCalendar enrollmentSignatureDate
protected Boolean isCorrectedOrRescinded
protected XMLGregorianCalendar originalCoverageBeginDate
protected XMLGregorianCalendar originalCoverageBeginDateForBenefitCoverageType
protected Boolean passiveEnrollment
Public Constructors
WorkerBenefitElectionDataType()
Public Methods
BenefitPlanSummaryDataType getBenefitPlanSummaryData()
Gets the value of the benefitPlanSummaryData property.
XMLGregorianCalendar getCoverageBeginDate()
Gets the value of the coverageBeginDate property.
XMLGregorianCalendar getCoverageEndDate()
Gets the value of the coverageEndDate property.
XMLGregorianCalendar getElectionCoverageBeginDate()
Gets the value of the electionCoverageBeginDate property.
String getElectionStatus()
Gets the value of the electionStatus property.
XMLGregorianCalendar getEnrollmentSignatureDate()
Gets the value of the enrollmentSignatureDate property.
XMLGregorianCalendar getOriginalCoverageBeginDate()
Gets the value of the originalCoverageBeginDate property.
XMLGregorianCalendar getOriginalCoverageBeginDateForBenefitCoverageType()
Gets the value of the originalCoverageBeginDateForBenefitCoverageType property.
Boolean isIsCorrectedOrRescinded()
Gets the value of the isCorrectedOrRescinded property.
Boolean isPassiveEnrollment()
Gets the value of the passiveEnrollment property.
void setBenefitPlanSummaryData(BenefitPlanSummaryDataType value)
Sets the value of the benefitPlanSummaryData property.
void setCoverageBeginDate(XMLGregorianCalendar value)
Sets the value of the coverageBeginDate property.
void setCoverageEndDate(XMLGregorianCalendar value)
Sets the value of the coverageEndDate property.
void setElectionCoverageBeginDate(XMLGregorianCalendar value)
Sets the value of the electionCoverageBeginDate property.
void setElectionStatus(String value)
Sets the value of the electionStatus property.
void setEnrollmentSignatureDate(XMLGregorianCalendar value)
Sets the value of the enrollmentSignatureDate property.
void setIsCorrectedOrRescinded(Boolean value)
Sets the value of the isCorrectedOrRescinded property.
void setOriginalCoverageBeginDate(XMLGregorianCalendar value)
Sets the value of the originalCoverageBeginDate property.
void setOriginalCoverageBeginDateForBenefitCoverageType(XMLGregorianCalendar value)
Sets the value of the originalCoverageBeginDateForBenefitCoverageType property.
void setPassiveEnrollment(Boolean value)
Sets the value of the passiveEnrollment property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected BenefitPlanSummaryDataType benefitPlanSummaryData

protected XMLGregorianCalendar coverageBeginDate

protected XMLGregorianCalendar coverageEndDate

protected XMLGregorianCalendar electionCoverageBeginDate

protected String electionStatus

protected XMLGregorianCalendar enrollmentSignatureDate

protected Boolean isCorrectedOrRescinded

protected XMLGregorianCalendar originalCoverageBeginDate

protected XMLGregorianCalendar originalCoverageBeginDateForBenefitCoverageType

protected Boolean passiveEnrollment

Public Constructors

public WorkerBenefitElectionDataType ()

Public Methods

public BenefitPlanSummaryDataType getBenefitPlanSummaryData ()

Gets the value of the benefitPlanSummaryData property.

Returns

public XMLGregorianCalendar getCoverageBeginDate ()

Gets the value of the coverageBeginDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getCoverageEndDate ()

Gets the value of the coverageEndDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getElectionCoverageBeginDate ()

Gets the value of the electionCoverageBeginDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getElectionStatus ()

Gets the value of the electionStatus property.

Returns
  • possible object is String

public XMLGregorianCalendar getEnrollmentSignatureDate ()

Gets the value of the enrollmentSignatureDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getOriginalCoverageBeginDate ()

Gets the value of the originalCoverageBeginDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getOriginalCoverageBeginDateForBenefitCoverageType ()

Gets the value of the originalCoverageBeginDateForBenefitCoverageType property.

Returns
  • possible object is XMLGregorianCalendar

public Boolean isIsCorrectedOrRescinded ()

Gets the value of the isCorrectedOrRescinded property.

Returns
  • possible object is Boolean

public Boolean isPassiveEnrollment ()

Gets the value of the passiveEnrollment property.

Returns
  • possible object is Boolean

public void setBenefitPlanSummaryData (BenefitPlanSummaryDataType value)

Sets the value of the benefitPlanSummaryData property.

Parameters
value Allowed object is BenefitPlanSummaryDataType

public void setCoverageBeginDate (XMLGregorianCalendar value)

Sets the value of the coverageBeginDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setCoverageEndDate (XMLGregorianCalendar value)

Sets the value of the coverageEndDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setElectionCoverageBeginDate (XMLGregorianCalendar value)

Sets the value of the electionCoverageBeginDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setElectionStatus (String value)

Sets the value of the electionStatus property.

Parameters
value Allowed object is String

public void setEnrollmentSignatureDate (XMLGregorianCalendar value)

Sets the value of the enrollmentSignatureDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setIsCorrectedOrRescinded (Boolean value)

Sets the value of the isCorrectedOrRescinded property.

Parameters
value Allowed object is Boolean

public void setOriginalCoverageBeginDate (XMLGregorianCalendar value)

Sets the value of the originalCoverageBeginDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setOriginalCoverageBeginDateForBenefitCoverageType (XMLGregorianCalendar value)

Sets the value of the originalCoverageBeginDateForBenefitCoverageType property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setPassiveEnrollment (Boolean value)

Sets the value of the passiveEnrollment property.

Parameters
value Allowed object is Boolean