| java.lang.Object | |
| ↳ | com.workday.integrations.IntegrationMessageDetailDataType |
Element for Messages related to Background Process Instances
Java class for Integration_Message_Detail_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Integration_Message_Detail_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Severity_Level_Reference" type="{urn:com.workday/bsvc}Background_Process_Message_Severity_LevelObjectType" minOccurs="0"/>
<element name="Message_Summary" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Message_Detail" type="{urn:com.workday/bsvc}RichText" minOccurs="0"/>
<element name="Message_Target_Reference" type="{urn:com.workday/bsvc}InstanceObjectType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| messageDetail | |||||||||||
| messageSummary | |||||||||||
| messageTargetReference | |||||||||||
| severityLevelReference | |||||||||||
| timestamp | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
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 severityLevelReference property.
| |||||||||||
Gets the value of the timestamp 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 severityLevelReference property.
| |||||||||||
Sets the value of the timestamp property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
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 severityLevelReference property.
BackgroundProcessMessageSeverityLevelObjectType
Gets the value of the timestamp property.
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 severityLevelReference property.
| value | Allowed object is
BackgroundProcessMessageSeverityLevelObjectType
|
|---|
Sets the value of the timestamp property.
| value | Allowed object is XMLGregorianCalendar |
|---|