Class DomibusConnectorMessageDetailsType


  • public class DomibusConnectorMessageDetailsType
    extends Object
    <p>Java class for DomibusConnectorMessageDetailsType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="DomibusConnectorMessageDetailsType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="backendMessageId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="ebmsMessageId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="refToMessageId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="conversationId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="originalSender" type="{http://www.w3.org/2001/XMLSchema}string"/&gt; &lt;element name="finalRecipient" type="{http://www.w3.org/2001/XMLSchema}string"/&gt; &lt;element name="service" type="{transition.domain.connector.domibus.eu}DomibusConnectorServiceType"/&gt; &lt;element name="action" type="{transition.domain.connector.domibus.eu}DomibusConnectorActionType"/&gt; &lt;element name="fromParty" type="{transition.domain.connector.domibus.eu}DomibusConnectorPartyType"/&gt; &lt;element name="toParty" type="{transition.domain.connector.domibus.eu}DomibusConnectorPartyType"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    • Constructor Detail

      • DomibusConnectorMessageDetailsType

        public DomibusConnectorMessageDetailsType()
    • Method Detail

      • getBackendMessageId

        public String getBackendMessageId()
        Gets the value of the backendMessageId property.
        Returns:
        possible object is String
      • setBackendMessageId

        public void setBackendMessageId​(String value)
        Sets the value of the backendMessageId property.
        Parameters:
        value - allowed object is String
      • getEbmsMessageId

        public String getEbmsMessageId()
        Gets the value of the ebmsMessageId property.
        Returns:
        possible object is String
      • setEbmsMessageId

        public void setEbmsMessageId​(String value)
        Sets the value of the ebmsMessageId property.
        Parameters:
        value - allowed object is String
      • getRefToMessageId

        public String getRefToMessageId()
        Gets the value of the refToMessageId property.
        Returns:
        possible object is String
      • setRefToMessageId

        public void setRefToMessageId​(String value)
        Sets the value of the refToMessageId property.
        Parameters:
        value - allowed object is String
      • getConversationId

        public String getConversationId()
        Gets the value of the conversationId property.
        Returns:
        possible object is String
      • setConversationId

        public void setConversationId​(String value)
        Sets the value of the conversationId property.
        Parameters:
        value - allowed object is String
      • getOriginalSender

        public String getOriginalSender()
        Gets the value of the originalSender property.
        Returns:
        possible object is String
      • setOriginalSender

        public void setOriginalSender​(String value)
        Sets the value of the originalSender property.
        Parameters:
        value - allowed object is String
      • getFinalRecipient

        public String getFinalRecipient()
        Gets the value of the finalRecipient property.
        Returns:
        possible object is String
      • setFinalRecipient

        public void setFinalRecipient​(String value)
        Sets the value of the finalRecipient property.
        Parameters:
        value - allowed object is String