| java.lang.Object | |
| ↳ | com.workday.integrations.IntegrationEventReportingDetailsDataType |
Element for derived information regarding a Background Process Instance
Java class for Integration_Event_Reporting_Details_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Integration_Event_Reporting_Details_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Background_Process_Instance_Status_Reference" type="{urn:com.workday/bsvc}Background_Process_Runtime_StatusObjectType" minOccurs="0"/>
<element name="Parent_Event_Reference" type="{urn:com.workday/bsvc}EventObjectType" minOccurs="0"/>
<element name="Background_Process_Message_Data" type="{urn:com.workday/bsvc}Integration_Message_Detail_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Output_Document_Data" type="{urn:com.workday/bsvc}Integration_Repository_DocumentType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Consolidated_Report_Reference" type="{urn:com.workday/bsvc}Repository_DocumentObjectType" minOccurs="0"/>
<element name="Log_File_Reference" type="{urn:com.workday/bsvc}Repository_DocumentObjectType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| backgroundProcessInstanceStatusReference | |||||||||||
| backgroundProcessMessageData | |||||||||||
| consolidatedReportReference | |||||||||||
| logFileReference | |||||||||||
| outputDocumentData | |||||||||||
| parentEventReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the backgroundProcessInstanceStatusReference property.
| |||||||||||
Gets the value of the backgroundProcessMessageData property.
| |||||||||||
Gets the value of the consolidatedReportReference property.
| |||||||||||
Gets the value of the logFileReference property.
| |||||||||||
Gets the value of the outputDocumentData property.
| |||||||||||
Gets the value of the parentEventReference property.
| |||||||||||
Sets the value of the backgroundProcessInstanceStatusReference property.
| |||||||||||
Sets the value of the backgroundProcessMessageData property.
| |||||||||||
Sets the value of the consolidatedReportReference property.
| |||||||||||
Sets the value of the logFileReference property.
| |||||||||||
Sets the value of the outputDocumentData property.
| |||||||||||
Sets the value of the parentEventReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the backgroundProcessInstanceStatusReference property.
BackgroundProcessRuntimeStatusObjectType
Gets the value of the backgroundProcessMessageData 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 backgroundProcessMessageData property.
For example, to add a new item, do as follows:
getBackgroundProcessMessageData().add(newItem);
Objects of the following type(s) are allowed in the list
IntegrationMessageDetailDataType
Gets the value of the consolidatedReportReference property.
RepositoryDocumentObjectType
Gets the value of the logFileReference 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 logFileReference property.
For example, to add a new item, do as follows:
getLogFileReference().add(newItem);
Objects of the following type(s) are allowed in the list
RepositoryDocumentObjectType
Gets the value of the outputDocumentData 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 outputDocumentData property.
For example, to add a new item, do as follows:
getOutputDocumentData().add(newItem);
Objects of the following type(s) are allowed in the list
IntegrationRepositoryDocumentType
Gets the value of the parentEventReference property.
EventObjectType
Sets the value of the backgroundProcessInstanceStatusReference property.
| value | Allowed object is
BackgroundProcessRuntimeStatusObjectType
|
|---|
Sets the value of the backgroundProcessMessageData property.
| backgroundProcessMessageData | Allowed object is
IntegrationMessageDetailDataType
|
|---|
Sets the value of the consolidatedReportReference property.
| value | Allowed object is
RepositoryDocumentObjectType
|
|---|
Sets the value of the logFileReference property.
| logFileReference | Allowed object is
RepositoryDocumentObjectType
|
|---|
Sets the value of the outputDocumentData property.
| outputDocumentData | Allowed object is
IntegrationRepositoryDocumentType
|
|---|
Sets the value of the parentEventReference property.
| value | Allowed object is
EventObjectType
|
|---|