| java.lang.Object | |
| ↳ | com.workday.integrations.LaunchIntegrationEventDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| documentID | |||||||||||
| integrationEventReference | |||||||||||
| integrationOwnerReference | |||||||||||
| integrationRuntimeParameterData | |||||||||||
| integrationServiceGeneratedSequenceData | |||||||||||
| integrationSystemReference | |||||||||||
| parentEventReference | |||||||||||
| resendFromIntegrationEventReference | |||||||||||
| sentOn | |||||||||||
| systemUserReference | |||||||||||
| winIntegration | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the documentID property.
| |||||||||||
Gets the value of the integrationEventReference property.
| |||||||||||
Gets the value of the integrationOwnerReference property.
| |||||||||||
Gets the value of the integrationRuntimeParameterData property.
| |||||||||||
Gets the value of the integrationServiceGeneratedSequenceData property.
| |||||||||||
Gets the value of the integrationSystemReference property.
| |||||||||||
Gets the value of the parentEventReference property.
| |||||||||||
Gets the value of the resendFromIntegrationEventReference property.
| |||||||||||
Gets the value of the sentOn property.
| |||||||||||
Gets the value of the systemUserReference property.
| |||||||||||
Gets the value of the winIntegration property.
| |||||||||||
Sets the value of the documentID property.
| |||||||||||
Sets the value of the integrationEventReference property.
| |||||||||||
Sets the value of the integrationOwnerReference property.
| |||||||||||
Sets the value of the integrationRuntimeParameterData property.
| |||||||||||
Sets the value of the integrationServiceGeneratedSequenceData property.
| |||||||||||
Sets the value of the integrationSystemReference property.
| |||||||||||
Sets the value of the parentEventReference property.
| |||||||||||
Sets the value of the resendFromIntegrationEventReference property.
| |||||||||||
Sets the value of the sentOn property.
| |||||||||||
Sets the value of the systemUserReference property.
| |||||||||||
Sets the value of the winIntegration property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the documentID property.
Gets the value of the integrationEventReference property.
IntegrationESBInvocationAbstractObjectType
Gets the value of the integrationOwnerReference property.
IntegrationOwnerObjectType
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
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
Gets the value of the integrationSystemReference property.
IntegrationSystemObjectType
Gets the value of the parentEventReference property.
EventObjectType
Gets the value of the resendFromIntegrationEventReference property.
IntegrationEventObjectType
Gets the value of the sentOn property.
Gets the value of the systemUserReference property.
SystemUserObjectType
Gets the value of the winIntegration property. This getter has been renamed from isWINIntegration() to getWINIntegration() by cxf-xjc-boolean plugin.
Sets the value of the documentID property.
| value | Allowed object is String |
|---|
Sets the value of the integrationEventReference property.
| value | Allowed object is
IntegrationESBInvocationAbstractObjectType
|
|---|
Sets the value of the integrationOwnerReference property.
| value | Allowed object is
IntegrationOwnerObjectType
|
|---|
Sets the value of the integrationRuntimeParameterData property.
| integrationRuntimeParameterData | Allowed object is
IntegrationRuntimeParameterDataType
|
|---|
Sets the value of the integrationServiceGeneratedSequenceData property.
| integrationServiceGeneratedSequenceData | Allowed object is
IntegrationServiceGeneratedSequenceDataType
|
|---|
Sets the value of the integrationSystemReference property.
| value | Allowed object is
IntegrationSystemObjectType
|
|---|
Sets the value of the parentEventReference property.
| value | Allowed object is
EventObjectType
|
|---|
Sets the value of the resendFromIntegrationEventReference property.
| value | Allowed object is
IntegrationEventObjectType
|
|---|
Sets the value of the sentOn property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the systemUserReference property.
| value | Allowed object is
SystemUserObjectType
|
|---|
Sets the value of the winIntegration property.
| value | Allowed object is Boolean |
|---|