Class GetMessageByIdRequest
- java.lang.Object
-
- eu.domibus.connector.ws.gateway.webservice.GetMessageByIdRequest
-
public class GetMessageByIdRequest extends Object
<p>Java class for GetMessageByIdRequest complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <complexType name="GetMessageByIdRequest"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="messageId" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType> </pre>
-
-
Constructor Summary
Constructors Constructor Description GetMessageByIdRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessageId()
Gets the value of the messageId property.void
setMessageId(String value)
Sets the value of the messageId property.
-
-
-
Field Detail
-
messageId
protected String messageId
-
-