Class DomibsConnectorAcknowledgementType
- java.lang.Object
-
- eu.domibus.connector.domain.transition.DomibsConnectorAcknowledgementType
-
public class DomibsConnectorAcknowledgementType extends Object
<p>Java class for DomibsConnectorAcknowledgementType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <complexType name="DomibsConnectorAcknowledgementType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="messageId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="result" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="resultMessage" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType> </pre>
-
-
Field Summary
Fields Modifier and Type Field Description protected String
messageId
protected boolean
result
protected String
resultMessage
-
Constructor Summary
Constructors Constructor Description DomibsConnectorAcknowledgementType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessageId()
Gets the value of the messageId property.String
getResultMessage()
Gets the value of the resultMessage property.boolean
isResult()
Gets the value of the result property.void
setMessageId(String value)
Sets the value of the messageId property.void
setResult(boolean value)
Sets the value of the result property.void
setResultMessage(String value)
Sets the value of the resultMessage property.
-
-
-
Method Detail
-
getMessageId
public String getMessageId()
Gets the value of the messageId property.- Returns:
- possible object is
String
-
setMessageId
public void setMessageId(String value)
Sets the value of the messageId property.- Parameters:
value
- allowed object isString
-
isResult
public boolean isResult()
Gets the value of the result property.
-
setResult
public void setResult(boolean value)
Sets the value of the result property.
-
getResultMessage
public String getResultMessage()
Gets the value of the resultMessage property.- Returns:
- possible object is
String
-
-