public class XmlInspectionResponse extends Object implements Serializable
Java class for XmlInspectionResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XmlInspectionResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="XmlDocument" type="{http://atlasmap.io/xml/v2}XmlDocument" minOccurs="0"/>
</sequence>
<attribute name="errorMessage" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="executionTime" type="{http://www.w3.org/2001/XMLSchema}long" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
errorMessage |
protected Long |
executionTime |
protected XmlDocument |
xmlDocument |
| Constructor and Description |
|---|
XmlInspectionResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
String |
getErrorMessage()
Gets the value of the errorMessage property.
|
Long |
getExecutionTime()
Gets the value of the executionTime property.
|
XmlDocument |
getXmlDocument()
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.
|
protected XmlDocument xmlDocument
protected String errorMessage
protected Long executionTime
public XmlDocument getXmlDocument()
XmlDocumentpublic void setXmlDocument(XmlDocument value)
value - allowed object is
XmlDocumentpublic String getErrorMessage()
Stringpublic void setErrorMessage(String value)
value - allowed object is
Stringpublic Long getExecutionTime()
Longpublic void setExecutionTime(Long value)
value - allowed object is
LongCopyright © 2019 JBoss by Red Hat. All rights reserved.