@Generated(value="com.sun.tools.xjc.Driver", date="2022-09-22T05:30:12+02:00", comments="JAXB RI v2.2.11") public class GetFullMessageResponse extends ResponseType implements Serializable
Java class for GetFullMessageResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetFullMessageResponseType">
<complexContent>
<extension base="{urn:be:fgov:ehealth:commons:protocol:v1}ResponseType">
<sequence minOccurs="0">
<element name="Sender" type="{urn:be:fgov:ehealth:ehbox:core:v3}SenderType"/>
<element name="Message" type="{urn:be:fgov:ehealth:ehbox:consultation:protocol:v3}ConsultationMessageType"/>
<element name="MessageInfo" type="{urn:be:fgov:ehealth:ehbox:core:v3}MessageInfoType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
GetFullMessageResponse() |
| Modifier and Type | Method and Description |
|---|---|
ConsultationMessageType |
getMessage()
Gets the value of the message property.
|
MessageInfoType |
getMessageInfo()
Gets the value of the messageInfo property.
|
SenderType |
getSender()
Gets the value of the sender property.
|
void |
setMessage(ConsultationMessageType value)
Sets the value of the message property.
|
void |
setMessageInfo(MessageInfoType value)
Sets the value of the messageInfo property.
|
void |
setSender(SenderType value)
Sets the value of the sender property.
|
getId, getStatus, setId, setStatuspublic SenderType getSender()
SenderTypepublic void setSender(SenderType value)
value - allowed object is
SenderTypepublic ConsultationMessageType getMessage()
ConsultationMessageTypepublic void setMessage(ConsultationMessageType value)
value - allowed object is
ConsultationMessageTypepublic MessageInfoType getMessageInfo()
MessageInfoTypepublic void setMessageInfo(MessageInfoType value)
value - allowed object is
MessageInfoType
Connector Packaging generic 4.2.0 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.