Class DomibusConnectorMessageErrorType
- java.lang.Object
-
- eu.domibus.connector.domain.transition.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> <complexType name="DomibusConnectorMessageErrorType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="errorMessage" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="errorDetails" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="errorSource" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType> </pre>
-
-
Field Summary
Fields Modifier and Type Field Description protected String
errorDetails
protected String
errorMessage
protected String
errorSource
-
Constructor Summary
Constructors Constructor Description DomibusConnectorMessageErrorType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getErrorDetails()
Gets the value of the errorDetails property.String
getErrorMessage()
Gets the value of the errorMessage property.String
getErrorSource()
Gets the value of the errorSource property.void
setErrorDetails(String value)
Sets the value of the errorDetails property.void
setErrorMessage(String value)
Sets the value of the errorMessage property.void
setErrorSource(String value)
Sets the value of the errorSource property.
-
-
-
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 isString
-
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 isString
-
getErrorSource
public String getErrorSource()
Gets the value of the errorSource property.- Returns:
- possible object is
String
-
-