| java.lang.Object | |
| ↳ | com.workday.integrations.LaunchIntegrationEventRequestType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| debugMode | |||||||||||
| integrationLaunchParameterData | |||||||||||
| integrationSystemReference | |||||||||||
| invokeIntegrationAsCurrentUser | |||||||||||
| listenerDocumentData | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the debugMode property.
| |||||||||||
Gets the value of the integrationLaunchParameterData property.
| |||||||||||
Gets the value of the integrationSystemReference property.
| |||||||||||
Gets the value of the invokeIntegrationAsCurrentUser property.
| |||||||||||
Gets the value of the listenerDocumentData property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Sets the value of the debugMode property.
| |||||||||||
Sets the value of the integrationLaunchParameterData property.
| |||||||||||
Sets the value of the integrationSystemReference property.
| |||||||||||
Sets the value of the invokeIntegrationAsCurrentUser property.
| |||||||||||
Sets the value of the listenerDocumentData property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the debugMode property. This getter has been renamed from isDebugMode() to getDebugMode() by cxf-xjc-boolean plugin.
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
Gets the value of the integrationSystemReference property.
IntegrationSystemAuditedObjectType
Gets the value of the invokeIntegrationAsCurrentUser property. This getter has been renamed from isInvokeIntegrationAsCurrentUser() to getInvokeIntegrationAsCurrentUser() by cxf-xjc-boolean plugin.
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
Gets the value of the version property.
Sets the value of the debugMode property.
| value | Allowed object is Boolean |
|---|
Sets the value of the integrationLaunchParameterData property.
| integrationLaunchParameterData | Allowed object is
IntegrationLaunchParameterDataType
|
|---|
Sets the value of the integrationSystemReference property.
| value | Allowed object is
IntegrationSystemAuditedObjectType
|
|---|
Sets the value of the invokeIntegrationAsCurrentUser property.
| value | Allowed object is Boolean |
|---|
Sets the value of the listenerDocumentData property.
| listenerDocumentData | Allowed object is
IntegrationRepositoryDocumentDataType
|
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|