public class

IntegrationEventDataWWSType

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

Class Overview

Encapsulating element containing all Integration Event data.

Java class for Integration_Event_Data_WWSType complex type.

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

 <complexType name="Integration_Event_Data_WWSType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Integration_System_Reference" type="{urn:com.workday/bsvc}Integration_SystemObjectType" minOccurs="0"/>
         <element name="Process_Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Initiated_DateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="Integration_Response_Message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Completed_DateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="Integration_Event_Member_Reference" type="{urn:com.workday/bsvc}IntegratableObjectType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Initiated_By_System_Account_Reference" type="{urn:com.workday/bsvc}System_UserObjectType" minOccurs="0"/>
         <element name="Percent_Complete" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="7"/>
               <minInclusive value="0"/>
               <fractionDigits value="4"/>
             </restriction>
           </simpleType>
         </element>
         <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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected XMLGregorianCalendar completedDateTime
protected SystemUserObjectType initiatedBySystemAccountReference
protected XMLGregorianCalendar initiatedDateTime
protected List<IntegratableObjectType> integrationEventMemberReference
protected String integrationResponseMessage
protected List<IntegrationRuntimeParameterDataType> integrationRuntimeParameterData
protected List<IntegrationServiceGeneratedSequenceDataType> integrationServiceGeneratedSequenceData
protected IntegrationSystemObjectType integrationSystemReference
protected BigDecimal percentComplete
protected String processDescription
Public Constructors
IntegrationEventDataWWSType()
Public Methods
XMLGregorianCalendar getCompletedDateTime()
Gets the value of the completedDateTime property.
SystemUserObjectType getInitiatedBySystemAccountReference()
Gets the value of the initiatedBySystemAccountReference property.
XMLGregorianCalendar getInitiatedDateTime()
Gets the value of the initiatedDateTime property.
List<IntegratableObjectType> getIntegrationEventMemberReference()
Gets the value of the integrationEventMemberReference property.
String getIntegrationResponseMessage()
Gets the value of the integrationResponseMessage 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.
BigDecimal getPercentComplete()
Gets the value of the percentComplete property.
String getProcessDescription()
Gets the value of the processDescription property.
void setCompletedDateTime(XMLGregorianCalendar value)
Sets the value of the completedDateTime property.
void setInitiatedBySystemAccountReference(SystemUserObjectType value)
Sets the value of the initiatedBySystemAccountReference property.
void setInitiatedDateTime(XMLGregorianCalendar value)
Sets the value of the initiatedDateTime property.
void setIntegrationEventMemberReference(List<IntegratableObjectType> integrationEventMemberReference)
Sets the value of the integrationEventMemberReference property.
void setIntegrationResponseMessage(String value)
Sets the value of the integrationResponseMessage 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 setPercentComplete(BigDecimal value)
Sets the value of the percentComplete property.
void setProcessDescription(String value)
Sets the value of the processDescription property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected XMLGregorianCalendar completedDateTime

protected SystemUserObjectType initiatedBySystemAccountReference

protected XMLGregorianCalendar initiatedDateTime

protected List<IntegratableObjectType> integrationEventMemberReference

protected String integrationResponseMessage

protected List<IntegrationRuntimeParameterDataType> integrationRuntimeParameterData

protected List<IntegrationServiceGeneratedSequenceDataType> integrationServiceGeneratedSequenceData

protected IntegrationSystemObjectType integrationSystemReference

protected BigDecimal percentComplete

protected String processDescription

Public Constructors

public IntegrationEventDataWWSType ()

Public Methods

public XMLGregorianCalendar getCompletedDateTime ()

Gets the value of the completedDateTime property.

Returns
  • possible object is XMLGregorianCalendar

public SystemUserObjectType getInitiatedBySystemAccountReference ()

Gets the value of the initiatedBySystemAccountReference property.

Returns

public XMLGregorianCalendar getInitiatedDateTime ()

Gets the value of the initiatedDateTime property.

Returns
  • possible object is XMLGregorianCalendar

public List<IntegratableObjectType> getIntegrationEventMemberReference ()

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

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

    getIntegrationEventMemberReference().add(newItem);
 

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

public String getIntegrationResponseMessage ()

Gets the value of the integrationResponseMessage property.

Returns
  • possible object is String

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 BigDecimal getPercentComplete ()

Gets the value of the percentComplete property.

Returns
  • possible object is BigDecimal

public String getProcessDescription ()

Gets the value of the processDescription property.

Returns
  • possible object is String

public void setCompletedDateTime (XMLGregorianCalendar value)

Sets the value of the completedDateTime property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setInitiatedBySystemAccountReference (SystemUserObjectType value)

Sets the value of the initiatedBySystemAccountReference property.

Parameters
value Allowed object is SystemUserObjectType

public void setInitiatedDateTime (XMLGregorianCalendar value)

Sets the value of the initiatedDateTime property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setIntegrationEventMemberReference (List<IntegratableObjectType> integrationEventMemberReference)

Sets the value of the integrationEventMemberReference property.

Parameters
integrationEventMemberReference Allowed object is IntegratableObjectType

public void setIntegrationResponseMessage (String value)

Sets the value of the integrationResponseMessage property.

Parameters
value Allowed object is String

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 setPercentComplete (BigDecimal value)

Sets the value of the percentComplete property.

Parameters
value Allowed object is BigDecimal

public void setProcessDescription (String value)

Sets the value of the processDescription property.

Parameters
value Allowed object is String