public class

EventWWSType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.integrations.EventWWSType

Class Overview

This element is wrapper for Event data.

Java class for Event_WWSType complex type.

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

 <complexType name="Event_WWSType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Event_Reference" type="{urn:com.workday/bsvc}Action_EventObjectType" minOccurs="0"/>
         <element name="Event_Detail_Data" type="{urn:com.workday/bsvc}Event_Detail_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected EventDetailDataType eventDetailData
protected ActionEventObjectType eventReference
Public Constructors
EventWWSType()
Public Methods
EventDetailDataType getEventDetailData()
Gets the value of the eventDetailData property.
ActionEventObjectType getEventReference()
Gets the value of the eventReference property.
void setEventDetailData(EventDetailDataType value)
Sets the value of the eventDetailData property.
void setEventReference(ActionEventObjectType value)
Sets the value of the eventReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected EventDetailDataType eventDetailData

protected ActionEventObjectType eventReference

Public Constructors

public EventWWSType ()

Public Methods

public EventDetailDataType getEventDetailData ()

Gets the value of the eventDetailData property.

Returns

public ActionEventObjectType getEventReference ()

Gets the value of the eventReference property.

Returns

public void setEventDetailData (EventDetailDataType value)

Sets the value of the eventDetailData property.

Parameters
value Allowed object is EventDetailDataType

public void setEventReference (ActionEventObjectType value)

Sets the value of the eventReference property.

Parameters
value Allowed object is ActionEventObjectType