| java.lang.Object | |
| ↳ | com.workday.integrations.IntegrationMessageDataType |
Encapsulating element containing all Integration Message data.
Java class for Integration_Message_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Integration_Message_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="Integration_Event_Reference" type="{urn:com.workday/bsvc}Integration_ESB_Invocation__Abstract_ObjectType"/>
<element name="Integration_System_Reference" type="{urn:com.workday/bsvc}Integration_System__Audited_ObjectType"/>
</choice>
<element name="Message_Summary" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Message_Detail" type="{urn:com.workday/bsvc}RichText" minOccurs="0"/>
<element name="Severity_Level_Reference" type="{urn:com.workday/bsvc}Background_Process_Message_Severity_LevelObjectType"/>
<element name="Message_Target_Reference" type="{urn:com.workday/bsvc}InstanceObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Integration_Attachment_Data" type="{urn:com.workday/bsvc}Integration_Attachment_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Repository_Document_Data" type="{urn:com.workday/bsvc}Integration_Repository_Document_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| integrationAttachmentData | |||||||||||
| integrationEventReference | |||||||||||
| integrationSystemReference | |||||||||||
| messageDetail | |||||||||||
| messageSummary | |||||||||||
| messageTargetReference | |||||||||||
| repositoryDocumentData | |||||||||||
| severityLevelReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the integrationAttachmentData property.
| |||||||||||
Gets the value of the integrationEventReference property.
| |||||||||||
Gets the value of the integrationSystemReference property.
| |||||||||||
Gets the value of the messageDetail property.
| |||||||||||
Gets the value of the messageSummary property.
| |||||||||||
Gets the value of the messageTargetReference property.
| |||||||||||
Gets the value of the repositoryDocumentData property.
| |||||||||||
Gets the value of the severityLevelReference property.
| |||||||||||
Sets the value of the integrationAttachmentData property.
| |||||||||||
Sets the value of the integrationEventReference property.
| |||||||||||
Sets the value of the integrationSystemReference property.
| |||||||||||
Sets the value of the messageDetail property.
| |||||||||||
Sets the value of the messageSummary property.
| |||||||||||
Sets the value of the messageTargetReference property.
| |||||||||||
Sets the value of the repositoryDocumentData property.
| |||||||||||
Sets the value of the severityLevelReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the integrationAttachmentData 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 integrationAttachmentData property.
For example, to add a new item, do as follows:
getIntegrationAttachmentData().add(newItem);
Objects of the following type(s) are allowed in the list
IntegrationAttachmentDataType
Gets the value of the integrationEventReference property.
IntegrationESBInvocationAbstractObjectType
Gets the value of the integrationSystemReference property.
IntegrationSystemAuditedObjectType
Gets the value of the messageDetail property.
Gets the value of the messageSummary property.
Gets the value of the messageTargetReference 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 messageTargetReference property.
For example, to add a new item, do as follows:
getMessageTargetReference().add(newItem);
Objects of the following type(s) are allowed in the list
InstanceObjectType
Gets the value of the repositoryDocumentData 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 repositoryDocumentData property.
For example, to add a new item, do as follows:
getRepositoryDocumentData().add(newItem);
Objects of the following type(s) are allowed in the list
IntegrationRepositoryDocumentDataType
Gets the value of the severityLevelReference property.
BackgroundProcessMessageSeverityLevelObjectType
Sets the value of the integrationAttachmentData property.
| integrationAttachmentData | Allowed object is
IntegrationAttachmentDataType
|
|---|
Sets the value of the integrationEventReference property.
| value | Allowed object is
IntegrationESBInvocationAbstractObjectType
|
|---|
Sets the value of the integrationSystemReference property.
| value | Allowed object is
IntegrationSystemAuditedObjectType
|
|---|
Sets the value of the messageDetail property.
| value | Allowed object is String |
|---|
Sets the value of the messageSummary property.
| value | Allowed object is String |
|---|
Sets the value of the messageTargetReference property.
| messageTargetReference | Allowed object is
InstanceObjectType
|
|---|
Sets the value of the repositoryDocumentData property.
| repositoryDocumentData | Allowed object is
IntegrationRepositoryDocumentDataType
|
|---|
Sets the value of the severityLevelReference property.
| value | Allowed object is
BackgroundProcessMessageSeverityLevelObjectType
|
|---|