| java.lang.Object | |
| ↳ | com.workday.integrations.IntegrationEventType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the backgroundProcessInstanceData property.
| |||||||||||
Gets the value of the integrationEventData property.
| |||||||||||
Gets the value of the integrationEventReference property.
| |||||||||||
Sets the value of the backgroundProcessInstanceData property.
| |||||||||||
Sets the value of the integrationEventData property.
| |||||||||||
Sets the value of the integrationEventReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the backgroundProcessInstanceData property.
IntegrationEventReportingDetailsDataType
Gets the value of the integrationEventData property.
IntegrationEventDataWWSType
Gets the value of the integrationEventReference property.
IntegrationESBInvocationAbstractObjectType
Sets the value of the backgroundProcessInstanceData property.
| value | Allowed object is
IntegrationEventReportingDetailsDataType
|
|---|
Sets the value of the integrationEventData property.
| value | Allowed object is
IntegrationEventDataWWSType
|
|---|
Sets the value of the integrationEventReference property.
| value | Allowed object is
IntegrationESBInvocationAbstractObjectType
|
|---|