public class

WorkerBenefitElectionDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.staffing.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="Deduction_Begin_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Deduction_End_Date" 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"/>
         <element name="Original_Plan_Enrollment_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Original_Benefit_Provider_Enrollment_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
       </sequence>
       <attribute name="Is_Corrected_or_Rescinded" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected BenefitPlanSummaryDataType benefitPlanSummaryData
protected XMLGregorianCalendar coverageBeginDate
protected XMLGregorianCalendar coverageEndDate
protected XMLGregorianCalendar deductionBeginDate
protected XMLGregorianCalendar deductionEndDate
protected XMLGregorianCalendar electionCoverageBeginDate
protected String electionStatus
protected XMLGregorianCalendar enrollmentSignatureDate
protected Boolean isCorrectedOrRescinded
protected XMLGregorianCalendar originalBenefitProviderEnrollmentDate
protected XMLGregorianCalendar originalCoverageBeginDate
protected XMLGregorianCalendar originalCoverageBeginDateForBenefitCoverageType
protected XMLGregorianCalendar originalPlanEnrollmentDate
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 getDeductionBeginDate()
Gets the value of the deductionBeginDate property.
XMLGregorianCalendar getDeductionEndDate()
Gets the value of the deductionEndDate 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.
Boolean getIsCorrectedOrRescinded()
Gets the value of the isCorrectedOrRescinded property.
XMLGregorianCalendar getOriginalBenefitProviderEnrollmentDate()
Gets the value of the originalBenefitProviderEnrollmentDate property.
XMLGregorianCalendar getOriginalCoverageBeginDate()
Gets the value of the originalCoverageBeginDate property.
XMLGregorianCalendar getOriginalCoverageBeginDateForBenefitCoverageType()
Gets the value of the originalCoverageBeginDateForBenefitCoverageType property.
XMLGregorianCalendar getOriginalPlanEnrollmentDate()
Gets the value of the originalPlanEnrollmentDate property.
Boolean getPassiveEnrollment()
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 setDeductionBeginDate(XMLGregorianCalendar value)
Sets the value of the deductionBeginDate property.
void setDeductionEndDate(XMLGregorianCalendar value)
Sets the value of the deductionEndDate 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 setOriginalBenefitProviderEnrollmentDate(XMLGregorianCalendar value)
Sets the value of the originalBenefitProviderEnrollmentDate property.
void setOriginalCoverageBeginDate(XMLGregorianCalendar value)
Sets the value of the originalCoverageBeginDate property.
void setOriginalCoverageBeginDateForBenefitCoverageType(XMLGregorianCalendar value)
Sets the value of the originalCoverageBeginDateForBenefitCoverageType property.
void setOriginalPlanEnrollmentDate(XMLGregorianCalendar value)
Sets the value of the originalPlanEnrollmentDate property.
void setPassiveEnrollment(Boolean value)
Sets the value of the passiveEnrollment property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected BenefitPlanSummaryDataType benefitPlanSummaryData

protected XMLGregorianCalendar coverageBeginDate

protected XMLGregorianCalendar coverageEndDate

protected XMLGregorianCalendar deductionBeginDate

protected XMLGregorianCalendar deductionEndDate

protected XMLGregorianCalendar electionCoverageBeginDate

protected String electionStatus

protected XMLGregorianCalendar enrollmentSignatureDate

protected Boolean isCorrectedOrRescinded

protected XMLGregorianCalendar originalBenefitProviderEnrollmentDate

protected XMLGregorianCalendar originalCoverageBeginDate

protected XMLGregorianCalendar originalCoverageBeginDateForBenefitCoverageType

protected XMLGregorianCalendar originalPlanEnrollmentDate

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 getDeductionBeginDate ()

Gets the value of the deductionBeginDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getDeductionEndDate ()

Gets the value of the deductionEndDate 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 Boolean getIsCorrectedOrRescinded ()

Gets the value of the isCorrectedOrRescinded property. This getter has been renamed from isIsCorrectedOrRescinded() to getIsCorrectedOrRescinded() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public XMLGregorianCalendar getOriginalBenefitProviderEnrollmentDate ()

Gets the value of the originalBenefitProviderEnrollmentDate 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 XMLGregorianCalendar getOriginalPlanEnrollmentDate ()

Gets the value of the originalPlanEnrollmentDate property.

Returns
  • possible object is XMLGregorianCalendar

public Boolean getPassiveEnrollment ()

Gets the value of the passiveEnrollment property. This getter has been renamed from isPassiveEnrollment() to getPassiveEnrollment() by cxf-xjc-boolean plugin.

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 setDeductionBeginDate (XMLGregorianCalendar value)

Sets the value of the deductionBeginDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setDeductionEndDate (XMLGregorianCalendar value)

Sets the value of the deductionEndDate 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 setOriginalBenefitProviderEnrollmentDate (XMLGregorianCalendar value)

Sets the value of the originalBenefitProviderEnrollmentDate property.

Parameters
value Allowed object is XMLGregorianCalendar

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 setOriginalPlanEnrollmentDate (XMLGregorianCalendar value)

Sets the value of the originalPlanEnrollmentDate 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