public class

IntegrationEventType

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

Class Overview

Integration Event

Java class for Integration_EventType complex type.

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

 <complexType name="Integration_EventType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Integration_Event_Reference" type="{urn:com.workday/bsvc}Integration_ESB_Invocation__Abstract_ObjectType" minOccurs="0"/>
         <element name="Integration_Event_Data" type="{urn:com.workday/bsvc}Integration_Event_Data_WWSType" minOccurs="0"/>
         <element name="Background_Process_Instance_Data" type="{urn:com.workday/bsvc}Integration_Event_Reporting_Details_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected IntegrationEventReportingDetailsDataType backgroundProcessInstanceData
protected IntegrationEventDataWWSType integrationEventData
protected IntegrationESBInvocationAbstractObjectType integrationEventReference
Public Constructors
IntegrationEventType()
Public Methods
IntegrationEventReportingDetailsDataType getBackgroundProcessInstanceData()
Gets the value of the backgroundProcessInstanceData property.
IntegrationEventDataWWSType getIntegrationEventData()
Gets the value of the integrationEventData property.
IntegrationESBInvocationAbstractObjectType getIntegrationEventReference()
Gets the value of the integrationEventReference property.
void setBackgroundProcessInstanceData(IntegrationEventReportingDetailsDataType value)
Sets the value of the backgroundProcessInstanceData property.
void setIntegrationEventData(IntegrationEventDataWWSType value)
Sets the value of the integrationEventData property.
void setIntegrationEventReference(IntegrationESBInvocationAbstractObjectType value)
Sets the value of the integrationEventReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected IntegrationEventReportingDetailsDataType backgroundProcessInstanceData

protected IntegrationEventDataWWSType integrationEventData

protected IntegrationESBInvocationAbstractObjectType integrationEventReference

Public Constructors

public IntegrationEventType ()

Public Methods

public IntegrationEventReportingDetailsDataType getBackgroundProcessInstanceData ()

Gets the value of the backgroundProcessInstanceData property.

Returns

public IntegrationEventDataWWSType getIntegrationEventData ()

Gets the value of the integrationEventData property.

Returns

public IntegrationESBInvocationAbstractObjectType getIntegrationEventReference ()

Gets the value of the integrationEventReference property.

Returns

public void setBackgroundProcessInstanceData (IntegrationEventReportingDetailsDataType value)

Sets the value of the backgroundProcessInstanceData property.

Parameters
value Allowed object is IntegrationEventReportingDetailsDataType

public void setIntegrationEventData (IntegrationEventDataWWSType value)

Sets the value of the integrationEventData property.

Parameters
value Allowed object is IntegrationEventDataWWSType

public void setIntegrationEventReference (IntegrationESBInvocationAbstractObjectType value)

Sets the value of the integrationEventReference property.

Parameters
value Allowed object is IntegrationESBInvocationAbstractObjectType