| java.lang.Object | |
| ↳ | com.workday.hr.OldEmergencyContactType |
Encapsulating element containing all Emergency Contact data.
Java class for Old_Emergency_ContactType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Old_Emergency_ContactType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Emergency_Contact_Reference" type="{urn:com.workday/bsvc}Emergency_ContactObjectType"/>
<element name="Emergency_Contact_Data" type="{urn:com.workday/bsvc}Emergency_Contact_DataType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| emergencyContactData | |||||||||||
| emergencyContactReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the emergencyContactData property.
| |||||||||||
Gets the value of the emergencyContactReference property.
| |||||||||||
Sets the value of the emergencyContactData property.
| |||||||||||
Sets the value of the emergencyContactReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the emergencyContactData property.
EmergencyContactDataType
Gets the value of the emergencyContactReference property.
EmergencyContactObjectType
Sets the value of the emergencyContactData property.
| value | Allowed object is
EmergencyContactDataType
|
|---|
Sets the value of the emergencyContactReference property.
| value | Allowed object is
EmergencyContactObjectType
|
|---|

