Class DomibusConnectorMessageErrorType


  • public class DomibusConnectorMessageErrorType
    extends Object
    <p>Java class for DomibusConnectorMessageErrorType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="DomibusConnectorMessageErrorType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="errorMessage" type="{http://www.w3.org/2001/XMLSchema}string"/&gt; &lt;element name="errorDetails" type="{http://www.w3.org/2001/XMLSchema}string"/&gt; &lt;element name="errorSource" type="{http://www.w3.org/2001/XMLSchema}string"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    • Field Detail

      • errorMessage

        protected String errorMessage
      • errorDetails

        protected String errorDetails
      • errorSource

        protected String errorSource
    • Constructor Detail

      • DomibusConnectorMessageErrorType

        public DomibusConnectorMessageErrorType()
    • Method Detail

      • getErrorMessage

        public String getErrorMessage()
        Gets the value of the errorMessage property.
        Returns:
        possible object is String
      • setErrorMessage

        public void setErrorMessage​(String value)
        Sets the value of the errorMessage property.
        Parameters:
        value - allowed object is String
      • getErrorDetails

        public String getErrorDetails()
        Gets the value of the errorDetails property.
        Returns:
        possible object is String
      • setErrorDetails

        public void setErrorDetails​(String value)
        Sets the value of the errorDetails property.
        Parameters:
        value - allowed object is String
      • getErrorSource

        public String getErrorSource()
        Gets the value of the errorSource property.
        Returns:
        possible object is String
      • setErrorSource

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