Package io.atlasmap.xml.v2
Class XmlInspectionResponse
java.lang.Object
io.atlasmap.xml.v2.XmlInspectionResponse
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DfdlInspectionResponse
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the value of the errorMessage property.Gets the value of the executionTime property.Gets the value of the xmlDocument property.int
hashCode()
void
setErrorMessage
(String value) Sets the value of the errorMessage property.void
setExecutionTime
(Long value) Sets the value of the executionTime property.void
setXmlDocument
(XmlDocument value) Sets the value of the xmlDocument property.
-
Field Details
-
xmlDocument
-
errorMessage
-
executionTime
-
-
Constructor Details
-
XmlInspectionResponse
public XmlInspectionResponse()
-
-
Method Details
-
getXmlDocument
Gets the value of the xmlDocument property.- Returns:
- possible object is
XmlDocument
-
setXmlDocument
Sets the value of the xmlDocument property.- Parameters:
value
- allowed object isXmlDocument
-
getErrorMessage
Gets the value of the errorMessage property.- Returns:
- possible object is
String
-
setErrorMessage
Sets the value of the errorMessage property.- Parameters:
value
- allowed object isString
-
getExecutionTime
Gets the value of the executionTime property.- Returns:
- possible object is
Long
-
setExecutionTime
Sets the value of the executionTime property.- Parameters:
value
- allowed object isLong
-
equals
-
hashCode
public int hashCode()
-