Class DomibusConnectorMessageResponseType


  • public class DomibusConnectorMessageResponseType
    extends Object
    <p>Java class for DomibusConnectorMessageResponseType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="DomibusConnectorMessageResponseType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="responseForMessageId" type="{http://www.w3.org/2001/XMLSchema}string"/&gt; &lt;element name="result" type="{http://www.w3.org/2001/XMLSchema}boolean"/&gt; &lt;element name="resultMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="assignedMessageId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="messageErrors" type="{transition.domain.connector.domibus.eu}DomibusConnectorMessageErrorType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    • Constructor Detail

      • DomibusConnectorMessageResponseType

        public DomibusConnectorMessageResponseType()
    • Method Detail

      • getResponseForMessageId

        public String getResponseForMessageId()
        Gets the value of the responseForMessageId property.
        Returns:
        possible object is String
      • setResponseForMessageId

        public void setResponseForMessageId​(String value)
        Sets the value of the responseForMessageId property.
        Parameters:
        value - allowed object is String
      • isResult

        public boolean isResult()
        Gets the value of the result property.
      • setResult

        public void setResult​(boolean value)
        Sets the value of the result property.
      • getResultMessage

        public String getResultMessage()
        Gets the value of the resultMessage property.
        Returns:
        possible object is String
      • setResultMessage

        public void setResultMessage​(String value)
        Sets the value of the resultMessage property.
        Parameters:
        value - allowed object is String
      • getAssignedMessageId

        public String getAssignedMessageId()
        Gets the value of the assignedMessageId property.
        Returns:
        possible object is String
      • setAssignedMessageId

        public void setAssignedMessageId​(String value)
        Sets the value of the assignedMessageId property.
        Parameters:
        value - allowed object is String
      • getMessageErrors

        public List<DomibusConnectorMessageErrorType> getMessageErrors()
        Gets the value of the messageErrors property. <p> 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 <CODE>set</CODE> method for the messageErrors property. <p> For example, to add a new item, do as follows: <pre> getMessageErrors().add(newItem); </pre> <p> Objects of the following type(s) are allowed in the list DomibusConnectorMessageErrorType