public class

BeneficiaryDesignationDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.BeneficiaryDesignationDataType

Class Overview

Contains the beneficiary that the coverage allocation is for and the details about the allocation.

Java class for Beneficiary_Designation_DataType complex type.

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

 <complexType name="Beneficiary_Designation_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Beneficiary_Reference" type="{urn:com.workday/bsvc}BeneficiaryObjectType"/>
         <element name="Original_Coverage_Begin_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="Coverage_End_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Beneficiary_Allocation_Data" type="{urn:com.workday/bsvc}Beneficiary_Allocation_DataType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected BeneficiaryAllocationDataType beneficiaryAllocationData
protected BeneficiaryObjectType beneficiaryReference
protected XMLGregorianCalendar coverageEndDate
protected XMLGregorianCalendar originalCoverageBeginDate
Public Constructors
BeneficiaryDesignationDataType()
Public Methods
BeneficiaryAllocationDataType getBeneficiaryAllocationData()
Gets the value of the beneficiaryAllocationData property.
BeneficiaryObjectType getBeneficiaryReference()
Gets the value of the beneficiaryReference property.
XMLGregorianCalendar getCoverageEndDate()
Gets the value of the coverageEndDate property.
XMLGregorianCalendar getOriginalCoverageBeginDate()
Gets the value of the originalCoverageBeginDate property.
void setBeneficiaryAllocationData(BeneficiaryAllocationDataType value)
Sets the value of the beneficiaryAllocationData property.
void setBeneficiaryReference(BeneficiaryObjectType value)
Sets the value of the beneficiaryReference property.
void setCoverageEndDate(XMLGregorianCalendar value)
Sets the value of the coverageEndDate property.
void setOriginalCoverageBeginDate(XMLGregorianCalendar value)
Sets the value of the originalCoverageBeginDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected BeneficiaryAllocationDataType beneficiaryAllocationData

protected BeneficiaryObjectType beneficiaryReference

protected XMLGregorianCalendar coverageEndDate

protected XMLGregorianCalendar originalCoverageBeginDate

Public Constructors

public BeneficiaryDesignationDataType ()

Public Methods

public BeneficiaryAllocationDataType getBeneficiaryAllocationData ()

Gets the value of the beneficiaryAllocationData property.

Returns

public BeneficiaryObjectType getBeneficiaryReference ()

Gets the value of the beneficiaryReference property.

Returns

public XMLGregorianCalendar getCoverageEndDate ()

Gets the value of the coverageEndDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getOriginalCoverageBeginDate ()

Gets the value of the originalCoverageBeginDate property.

Returns
  • possible object is XMLGregorianCalendar

public void setBeneficiaryAllocationData (BeneficiaryAllocationDataType value)

Sets the value of the beneficiaryAllocationData property.

Parameters
value Allowed object is BeneficiaryAllocationDataType

public void setBeneficiaryReference (BeneficiaryObjectType value)

Sets the value of the beneficiaryReference property.

Parameters
value Allowed object is BeneficiaryObjectType

public void setCoverageEndDate (XMLGregorianCalendar value)

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