| java.lang.Object | |
| ↳ | com.workday.staffing.CreateBenefitLifeEventDataType |
Container for the data in the Create Benefit Life Event sub business process.
Java class for Create_Benefit_Life_Event_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Create_Benefit_Life_Event_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Life_Event_Type_Reference" type="{urn:com.workday/bsvc}Benefit_Life_Event_TypeObjectType"/>
<element name="Life_Event_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Submit_Elections_By" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| lifeEventDate | |||||||||||
| lifeEventTypeReference | |||||||||||
| submitElectionsBy | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the lifeEventDate property.
| |||||||||||
Gets the value of the lifeEventTypeReference property.
| |||||||||||
Gets the value of the submitElectionsBy property.
| |||||||||||
Sets the value of the lifeEventDate property.
| |||||||||||
Sets the value of the lifeEventTypeReference property.
| |||||||||||
Sets the value of the submitElectionsBy property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the lifeEventDate property.
Gets the value of the lifeEventTypeReference property.
BenefitLifeEventTypeObjectType
Gets the value of the submitElectionsBy property.
Sets the value of the lifeEventDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the lifeEventTypeReference property.
| value | Allowed object is
BenefitLifeEventTypeObjectType
|
|---|
Sets the value of the submitElectionsBy property.
| value | Allowed object is XMLGregorianCalendar |
|---|

