public class

OldEmergencyContactType

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

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected EmergencyContactDataType emergencyContactData
protected EmergencyContactObjectType emergencyContactReference
Public Constructors
OldEmergencyContactType()
Public Methods
EmergencyContactDataType getEmergencyContactData()
Gets the value of the emergencyContactData property.
EmergencyContactObjectType getEmergencyContactReference()
Gets the value of the emergencyContactReference property.
void setEmergencyContactData(EmergencyContactDataType value)
Sets the value of the emergencyContactData property.
void setEmergencyContactReference(EmergencyContactObjectType value)
Sets the value of the emergencyContactReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected EmergencyContactDataType emergencyContactData

protected EmergencyContactObjectType emergencyContactReference

Public Constructors

public OldEmergencyContactType ()

Public Methods

public EmergencyContactDataType getEmergencyContactData ()

Gets the value of the emergencyContactData property.

Returns

public EmergencyContactObjectType getEmergencyContactReference ()

Gets the value of the emergencyContactReference property.

Returns

public void setEmergencyContactData (EmergencyContactDataType value)

Sets the value of the emergencyContactData property.

Parameters
value Allowed object is EmergencyContactDataType

public void setEmergencyContactReference (EmergencyContactObjectType value)

Sets the value of the emergencyContactReference property.

Parameters
value Allowed object is EmergencyContactObjectType