Class DomibsConnectorAcknowledgementType


  • public class DomibsConnectorAcknowledgementType
    extends Object
    <p>Java class for DomibsConnectorAcknowledgementType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="DomibsConnectorAcknowledgementType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="messageId" 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"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    • Field Detail

      • messageId

        protected String messageId
      • result

        protected boolean result
      • resultMessage

        protected String resultMessage
    • Constructor Detail

      • DomibsConnectorAcknowledgementType

        public DomibsConnectorAcknowledgementType()
    • Method Detail

      • getMessageId

        public String getMessageId()
        Gets the value of the messageId property.
        Returns:
        possible object is String
      • setMessageId

        public void setMessageId​(String value)
        Sets the value of the messageId 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