public class

LaunchIntegrationEventRequestType

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

Class Overview

Launch Integration Event Request

Java class for Launch_Integration_Event_RequestType complex type.

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

 <complexType name="Launch_Integration_Event_RequestType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Integration_System_Reference" type="{urn:com.workday/bsvc}Integration_System__Audited_ObjectType"/>
         <element name="Invoke_Integration_As_Current_User" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Integration_Launch_Parameter_Data" type="{urn:com.workday/bsvc}Integration_Launch_Parameter_DataType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Listener_Document_Data" type="{urn:com.workday/bsvc}Integration_Repository_Document_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="Debug_Mode" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute ref="{urn:com.workday/bsvc}version"/>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean debugMode
protected List<IntegrationLaunchParameterDataType> integrationLaunchParameterData
protected IntegrationSystemAuditedObjectType integrationSystemReference
protected Boolean invokeIntegrationAsCurrentUser
protected List<IntegrationRepositoryDocumentDataType> listenerDocumentData
protected String version
Public Constructors
LaunchIntegrationEventRequestType()
Public Methods
Boolean getDebugMode()
Gets the value of the debugMode property.
List<IntegrationLaunchParameterDataType> getIntegrationLaunchParameterData()
Gets the value of the integrationLaunchParameterData property.
IntegrationSystemAuditedObjectType getIntegrationSystemReference()
Gets the value of the integrationSystemReference property.
Boolean getInvokeIntegrationAsCurrentUser()
Gets the value of the invokeIntegrationAsCurrentUser property.
List<IntegrationRepositoryDocumentDataType> getListenerDocumentData()
Gets the value of the listenerDocumentData property.
String getVersion()
Gets the value of the version property.
void setDebugMode(Boolean value)
Sets the value of the debugMode property.
void setIntegrationLaunchParameterData(List<IntegrationLaunchParameterDataType> integrationLaunchParameterData)
Sets the value of the integrationLaunchParameterData property.
void setIntegrationSystemReference(IntegrationSystemAuditedObjectType value)
Sets the value of the integrationSystemReference property.
void setInvokeIntegrationAsCurrentUser(Boolean value)
Sets the value of the invokeIntegrationAsCurrentUser property.
void setListenerDocumentData(List<IntegrationRepositoryDocumentDataType> listenerDocumentData)
Sets the value of the listenerDocumentData property.
void setVersion(String value)
Sets the value of the version property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean debugMode

protected List<IntegrationLaunchParameterDataType> integrationLaunchParameterData

protected IntegrationSystemAuditedObjectType integrationSystemReference

protected Boolean invokeIntegrationAsCurrentUser

protected List<IntegrationRepositoryDocumentDataType> listenerDocumentData

protected String version

Public Constructors

public LaunchIntegrationEventRequestType ()

Public Methods

public Boolean getDebugMode ()

Gets the value of the debugMode property. This getter has been renamed from isDebugMode() to getDebugMode() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public List<IntegrationLaunchParameterDataType> getIntegrationLaunchParameterData ()

Gets the value of the integrationLaunchParameterData 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 integrationLaunchParameterData property.

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

    getIntegrationLaunchParameterData().add(newItem);
 

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

public IntegrationSystemAuditedObjectType getIntegrationSystemReference ()

Gets the value of the integrationSystemReference property.

Returns

public Boolean getInvokeIntegrationAsCurrentUser ()

Gets the value of the invokeIntegrationAsCurrentUser property. This getter has been renamed from isInvokeIntegrationAsCurrentUser() to getInvokeIntegrationAsCurrentUser() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public List<IntegrationRepositoryDocumentDataType> getListenerDocumentData ()

Gets the value of the listenerDocumentData 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 listenerDocumentData property.

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

    getListenerDocumentData().add(newItem);
 

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

public String getVersion ()

Gets the value of the version property.

Returns
  • possible object is String

public void setDebugMode (Boolean value)

Sets the value of the debugMode property.

Parameters
value Allowed object is Boolean

public void setIntegrationLaunchParameterData (List<IntegrationLaunchParameterDataType> integrationLaunchParameterData)

Sets the value of the integrationLaunchParameterData property.

Parameters
integrationLaunchParameterData Allowed object is IntegrationLaunchParameterDataType

public void setIntegrationSystemReference (IntegrationSystemAuditedObjectType value)

Sets the value of the integrationSystemReference property.

Parameters
value Allowed object is IntegrationSystemAuditedObjectType

public void setInvokeIntegrationAsCurrentUser (Boolean value)

Sets the value of the invokeIntegrationAsCurrentUser property.

Parameters
value Allowed object is Boolean

public void setListenerDocumentData (List<IntegrationRepositoryDocumentDataType> listenerDocumentData)

Sets the value of the listenerDocumentData property.

Parameters
listenerDocumentData Allowed object is IntegrationRepositoryDocumentDataType

public void setVersion (String value)

Sets the value of the version property.

Parameters
value Allowed object is String