Class XmlInspectionResponse

java.lang.Object
io.atlasmap.xml.v2.XmlInspectionResponse
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DfdlInspectionResponse

public class XmlInspectionResponse extends Object implements Serializable
See Also:
  • Field Details

    • xmlDocument

      protected XmlDocument xmlDocument
    • errorMessage

      protected String errorMessage
    • executionTime

      protected Long executionTime
  • Constructor Details

    • XmlInspectionResponse

      public XmlInspectionResponse()
  • Method Details

    • getXmlDocument

      public XmlDocument getXmlDocument()
      Gets the value of the xmlDocument property.
      Returns:
      possible object is XmlDocument
    • setXmlDocument

      public void setXmlDocument(XmlDocument value)
      Sets the value of the xmlDocument property.
      Parameters:
      value - allowed object is XmlDocument
    • 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
    • getExecutionTime

      public Long getExecutionTime()
      Gets the value of the executionTime property.
      Returns:
      possible object is Long
    • setExecutionTime

      public void setExecutionTime(Long value)
      Sets the value of the executionTime property.
      Parameters:
      value - allowed object is Long
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object