| java.lang.Object | |
| ↳ | workday.com.bsvc.BeneficiaryDesignationDataType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| beneficiaryAllocationData | |||||||||||
| beneficiaryReference | |||||||||||
| coverageEndDate | |||||||||||
| originalCoverageBeginDate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the beneficiaryAllocationData property.
| |||||||||||
Gets the value of the beneficiaryReference property.
| |||||||||||
Gets the value of the coverageEndDate property.
| |||||||||||
Gets the value of the originalCoverageBeginDate property.
| |||||||||||
Sets the value of the beneficiaryAllocationData property.
| |||||||||||
Sets the value of the beneficiaryReference property.
| |||||||||||
Sets the value of the coverageEndDate property.
| |||||||||||
Sets the value of the originalCoverageBeginDate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the beneficiaryAllocationData property.
BeneficiaryAllocationDataType
Gets the value of the beneficiaryReference property.
BeneficiaryObjectType
Gets the value of the coverageEndDate property.
Gets the value of the originalCoverageBeginDate property.
Sets the value of the beneficiaryAllocationData property.
| value | Allowed object is
BeneficiaryAllocationDataType
|
|---|
Sets the value of the beneficiaryReference property.
| value | Allowed object is
BeneficiaryObjectType
|
|---|
Sets the value of the coverageEndDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the originalCoverageBeginDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|

