| java.lang.Object | |
| ↳ | workday.com.bsvc.WorkerBenefitElectionDataType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| benefitPlanSummaryData | |||||||||||
| coverageBeginDate | |||||||||||
| coverageEndDate | |||||||||||
| electionCoverageBeginDate | |||||||||||
| electionStatus | |||||||||||
| enrollmentSignatureDate | |||||||||||
| isCorrectedOrRescinded | |||||||||||
| originalCoverageBeginDate | |||||||||||
| originalCoverageBeginDateForBenefitCoverageType | |||||||||||
| passiveEnrollment | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the benefitPlanSummaryData property.
| |||||||||||
Gets the value of the coverageBeginDate property.
| |||||||||||
Gets the value of the coverageEndDate property.
| |||||||||||
Gets the value of the electionCoverageBeginDate property.
| |||||||||||
Gets the value of the electionStatus property.
| |||||||||||
Gets the value of the enrollmentSignatureDate property.
| |||||||||||
Gets the value of the originalCoverageBeginDate property.
| |||||||||||
Gets the value of the originalCoverageBeginDateForBenefitCoverageType property.
| |||||||||||
Gets the value of the isCorrectedOrRescinded property.
| |||||||||||
Gets the value of the passiveEnrollment property.
| |||||||||||
Sets the value of the benefitPlanSummaryData property.
| |||||||||||
Sets the value of the coverageBeginDate property.
| |||||||||||
Sets the value of the coverageEndDate property.
| |||||||||||
Sets the value of the electionCoverageBeginDate property.
| |||||||||||
Sets the value of the electionStatus property.
| |||||||||||
Sets the value of the enrollmentSignatureDate property.
| |||||||||||
Sets the value of the isCorrectedOrRescinded property.
| |||||||||||
Sets the value of the originalCoverageBeginDate property.
| |||||||||||
Sets the value of the originalCoverageBeginDateForBenefitCoverageType property.
| |||||||||||
Sets the value of the passiveEnrollment property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the benefitPlanSummaryData property.
BenefitPlanSummaryDataType
Gets the value of the coverageBeginDate property.
Gets the value of the coverageEndDate property.
Gets the value of the electionCoverageBeginDate property.
Gets the value of the electionStatus property.
Gets the value of the enrollmentSignatureDate property.
Gets the value of the originalCoverageBeginDate property.
Gets the value of the originalCoverageBeginDateForBenefitCoverageType property.
Gets the value of the isCorrectedOrRescinded property.
Gets the value of the passiveEnrollment property.
Sets the value of the benefitPlanSummaryData property.
| value | Allowed object is
BenefitPlanSummaryDataType
|
|---|
Sets the value of the coverageBeginDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the coverageEndDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the electionCoverageBeginDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the electionStatus property.
| value | Allowed object is String |
|---|
Sets the value of the enrollmentSignatureDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the isCorrectedOrRescinded property.
| value | Allowed object is Boolean |
|---|
Sets the value of the originalCoverageBeginDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the originalCoverageBeginDateForBenefitCoverageType property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the passiveEnrollment property.
| value | Allowed object is Boolean |
|---|