| java.lang.Object | |
| ↳ | com.workday.benefits.DependentElectionDataType |
Contains the Data for the Dependent Election
Java class for Dependent_Election_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Dependent_Election_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Dependent_Reference" type="{urn:com.workday/bsvc}DependentObjectType"/>
<element name="Provider_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Original_Coverage_Begin_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| dependentReference | |||||||||||
| originalCoverageBeginDate | |||||||||||
| providerID | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the dependentReference property.
| |||||||||||
Gets the value of the originalCoverageBeginDate property.
| |||||||||||
Gets the value of the providerID property.
| |||||||||||
Sets the value of the dependentReference property.
| |||||||||||
Sets the value of the originalCoverageBeginDate property.
| |||||||||||
Sets the value of the providerID property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the dependentReference property.
DependentObjectType
Gets the value of the originalCoverageBeginDate property.
Gets the value of the providerID property.
Sets the value of the dependentReference property.
| value | Allowed object is
DependentObjectType
|
|---|
Sets the value of the originalCoverageBeginDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the providerID property.
| value | Allowed object is String |
|---|