public class

EmergencyContactPriorityReferenceType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.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

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

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