public class

LaunchIntegrationEventDataType

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

Class Overview

Launch Integration Event Data

Java class for Launch_Integration_Event_DataType complex type.

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

 <complexType name="Launch_Integration_Event_DataType">
   <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_System_Reference" type="{urn:com.workday/bsvc}Integration_SystemObjectType" minOccurs="0"/>
         <element name="Document_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Sent_On" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="System_User_Reference" type="{urn:com.workday/bsvc}System_UserObjectType" minOccurs="0"/>
         <element name="Resend_from_Integration_Event_Reference" type="{urn:com.workday/bsvc}Integration_EventObjectType" minOccurs="0"/>
         <element name="Integration_Runtime_Parameter_Data" type="{urn:com.workday/bsvc}Integration_Runtime_Parameter_DataType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Integration_Service_Generated_Sequence_Data" type="{urn:com.workday/bsvc}Integration_Service_Generated_Sequence_DataType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Parent_Event_Reference" type="{urn:com.workday/bsvc}EventObjectType" minOccurs="0"/>
         <element name="Integration_Owner_Reference" type="{urn:com.workday/bsvc}Integration_OwnerObjectType" minOccurs="0"/>
       </sequence>
       <attribute name="WIN_Integration" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String documentID
protected IntegrationESBInvocationAbstractObjectType integrationEventReference
protected IntegrationOwnerObjectType integrationOwnerReference
protected List<IntegrationRuntimeParameterDataType> integrationRuntimeParameterData
protected List<IntegrationServiceGeneratedSequenceDataType> integrationServiceGeneratedSequenceData
protected IntegrationSystemObjectType integrationSystemReference
protected EventObjectType parentEventReference
protected IntegrationEventObjectType resendFromIntegrationEventReference
protected XMLGregorianCalendar sentOn
protected SystemUserObjectType systemUserReference
protected Boolean winIntegration
Public Constructors
LaunchIntegrationEventDataType()
Public Methods
String getDocumentID()
Gets the value of the documentID property.
IntegrationESBInvocationAbstractObjectType getIntegrationEventReference()
Gets the value of the integrationEventReference property.
IntegrationOwnerObjectType getIntegrationOwnerReference()
Gets the value of the integrationOwnerReference property.
List<IntegrationRuntimeParameterDataType> getIntegrationRuntimeParameterData()
Gets the value of the integrationRuntimeParameterData property.
List<IntegrationServiceGeneratedSequenceDataType> getIntegrationServiceGeneratedSequenceData()
Gets the value of the integrationServiceGeneratedSequenceData property.
IntegrationSystemObjectType getIntegrationSystemReference()
Gets the value of the integrationSystemReference property.
EventObjectType getParentEventReference()
Gets the value of the parentEventReference property.
IntegrationEventObjectType getResendFromIntegrationEventReference()
Gets the value of the resendFromIntegrationEventReference property.
XMLGregorianCalendar getSentOn()
Gets the value of the sentOn property.
SystemUserObjectType getSystemUserReference()
Gets the value of the systemUserReference property.
Boolean getWINIntegration()
Gets the value of the winIntegration property.
void setDocumentID(String value)
Sets the value of the documentID property.
void setIntegrationEventReference(IntegrationESBInvocationAbstractObjectType value)
Sets the value of the integrationEventReference property.
void setIntegrationOwnerReference(IntegrationOwnerObjectType value)
Sets the value of the integrationOwnerReference property.
void setIntegrationRuntimeParameterData(List<IntegrationRuntimeParameterDataType> integrationRuntimeParameterData)
Sets the value of the integrationRuntimeParameterData property.
void setIntegrationServiceGeneratedSequenceData(List<IntegrationServiceGeneratedSequenceDataType> integrationServiceGeneratedSequenceData)
Sets the value of the integrationServiceGeneratedSequenceData property.
void setIntegrationSystemReference(IntegrationSystemObjectType value)
Sets the value of the integrationSystemReference property.
void setParentEventReference(EventObjectType value)
Sets the value of the parentEventReference property.
void setResendFromIntegrationEventReference(IntegrationEventObjectType value)
Sets the value of the resendFromIntegrationEventReference property.
void setSentOn(XMLGregorianCalendar value)
Sets the value of the sentOn property.
void setSystemUserReference(SystemUserObjectType value)
Sets the value of the systemUserReference property.
void setWINIntegration(Boolean value)
Sets the value of the winIntegration property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String documentID

protected IntegrationESBInvocationAbstractObjectType integrationEventReference

protected IntegrationOwnerObjectType integrationOwnerReference

protected List<IntegrationRuntimeParameterDataType> integrationRuntimeParameterData

protected List<IntegrationServiceGeneratedSequenceDataType> integrationServiceGeneratedSequenceData

protected IntegrationSystemObjectType integrationSystemReference

protected EventObjectType parentEventReference

protected IntegrationEventObjectType resendFromIntegrationEventReference

protected XMLGregorianCalendar sentOn

protected SystemUserObjectType systemUserReference

protected Boolean winIntegration

Public Constructors

public LaunchIntegrationEventDataType ()

Public Methods

public String getDocumentID ()

Gets the value of the documentID property.

Returns
  • possible object is String

public IntegrationESBInvocationAbstractObjectType getIntegrationEventReference ()

Gets the value of the integrationEventReference property.

Returns

public IntegrationOwnerObjectType getIntegrationOwnerReference ()

Gets the value of the integrationOwnerReference property.

Returns

public List<IntegrationRuntimeParameterDataType> getIntegrationRuntimeParameterData ()

Gets the value of the integrationRuntimeParameterData property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the integrationRuntimeParameterData property.

For example, to add a new item, do as follows:

    getIntegrationRuntimeParameterData().add(newItem);
 

Objects of the following type(s) are allowed in the list IntegrationRuntimeParameterDataType

public List<IntegrationServiceGeneratedSequenceDataType> getIntegrationServiceGeneratedSequenceData ()

Gets the value of the integrationServiceGeneratedSequenceData property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the integrationServiceGeneratedSequenceData property.

For example, to add a new item, do as follows:

    getIntegrationServiceGeneratedSequenceData().add(newItem);
 

Objects of the following type(s) are allowed in the list IntegrationServiceGeneratedSequenceDataType

public IntegrationSystemObjectType getIntegrationSystemReference ()

Gets the value of the integrationSystemReference property.

Returns

public EventObjectType getParentEventReference ()

Gets the value of the parentEventReference property.

Returns

public IntegrationEventObjectType getResendFromIntegrationEventReference ()

Gets the value of the resendFromIntegrationEventReference property.

Returns

public XMLGregorianCalendar getSentOn ()

Gets the value of the sentOn property.

Returns
  • possible object is XMLGregorianCalendar

public SystemUserObjectType getSystemUserReference ()

Gets the value of the systemUserReference property.

Returns

public Boolean getWINIntegration ()

Gets the value of the winIntegration property. This getter has been renamed from isWINIntegration() to getWINIntegration() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public void setDocumentID (String value)

Sets the value of the documentID property.

Parameters
value Allowed object is String

public void setIntegrationEventReference (IntegrationESBInvocationAbstractObjectType value)

Sets the value of the integrationEventReference property.

Parameters
value Allowed object is IntegrationESBInvocationAbstractObjectType

public void setIntegrationOwnerReference (IntegrationOwnerObjectType value)

Sets the value of the integrationOwnerReference property.

Parameters
value Allowed object is IntegrationOwnerObjectType

public void setIntegrationRuntimeParameterData (List<IntegrationRuntimeParameterDataType> integrationRuntimeParameterData)

Sets the value of the integrationRuntimeParameterData property.

Parameters
integrationRuntimeParameterData Allowed object is IntegrationRuntimeParameterDataType

public void setIntegrationServiceGeneratedSequenceData (List<IntegrationServiceGeneratedSequenceDataType> integrationServiceGeneratedSequenceData)

Sets the value of the integrationServiceGeneratedSequenceData property.

Parameters
integrationServiceGeneratedSequenceData Allowed object is IntegrationServiceGeneratedSequenceDataType

public void setIntegrationSystemReference (IntegrationSystemObjectType value)

Sets the value of the integrationSystemReference property.

Parameters
value Allowed object is IntegrationSystemObjectType

public void setParentEventReference (EventObjectType value)

Sets the value of the parentEventReference property.

Parameters
value Allowed object is EventObjectType

public void setResendFromIntegrationEventReference (IntegrationEventObjectType value)

Sets the value of the resendFromIntegrationEventReference property.

Parameters
value Allowed object is IntegrationEventObjectType

public void setSentOn (XMLGregorianCalendar value)

Sets the value of the sentOn property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setSystemUserReference (SystemUserObjectType value)

Sets the value of the systemUserReference property.

Parameters
value Allowed object is SystemUserObjectType

public void setWINIntegration (Boolean value)

Sets the value of the winIntegration property.

Parameters
value Allowed object is Boolean