public class

NotificationDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.notification.NotificationDataType
Known Direct Subclasses

Class Overview

Java class for Notification_DataType complex type.

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

 <complexType name="Notification_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Event_Data" type="{urn:com.workday/bsvc}Event_DataType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected EventDataType eventData
Public Constructors
NotificationDataType()
Public Methods
EventDataType getEventData()
Gets the value of the eventData property.
void setEventData(EventDataType value)
Sets the value of the eventData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected EventDataType eventData

Public Constructors

public NotificationDataType ()

Public Methods

public EventDataType getEventData ()

Gets the value of the eventData property.

Returns

public void setEventData (EventDataType value)

Sets the value of the eventData property.

Parameters
value Allowed object is EventDataType