Class GetMessageByIdRequest
- java.lang.Object
-
- eu.domibus.connector.ws.backend.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="messageTransportId" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType> </pre>
-
-
Field Summary
Fields Modifier and Type Field Description protected String
messageTransportId
-
Constructor Summary
Constructors Constructor Description GetMessageByIdRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessageTransportId()
Gets the value of the messageTransportId property.void
setMessageTransportId(String value)
Sets the value of the messageTransportId property.
-