public class

EmergencyContactPriorityReferenceType

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

Class Overview

Reference element representing a unique instance of Emergency Contact Priority.

Java class for Emergency_Contact_Priority_ReferenceType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Emergency_Contact_Priority_ReferenceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Emergency_Contact_Priority" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String emergencyContactPriority
Public Constructors
EmergencyContactPriorityReferenceType()
Public Methods
String getEmergencyContactPriority()
Gets the value of the emergencyContactPriority property.
void setEmergencyContactPriority(String value)
Sets the value of the emergencyContactPriority property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String emergencyContactPriority

Public Constructors

public EmergencyContactPriorityReferenceType ()

Public Methods

public String getEmergencyContactPriority ()

Gets the value of the emergencyContactPriority property.

Returns
  • possible object is String

public void setEmergencyContactPriority (String value)

Sets the value of the emergencyContactPriority property.

Parameters
value Allowed object is String