|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.commons.protocol.v1.ResponseType
be.fgov.ehealth.ehbox.consultation.protocol.v3.GetFullMessageResponse
@Generated(value="com.sun.tools.xjc.Driver", date="2017-06-27T08:08:52+02:00", comments="JAXB RI v2.2.11") public class GetFullMessageResponse
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 Summary | |
---|---|
GetFullMessageResponse()
|
Method Summary | |
---|---|
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. |
Methods inherited from class be.fgov.ehealth.commons.protocol.v1.ResponseType |
---|
getId, getStatus, setId, setStatus |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GetFullMessageResponse()
Method Detail |
---|
public SenderType getSender()
SenderType
public void setSender(SenderType value)
value
- allowed object is
SenderType
public ConsultationMessageType getMessage()
ConsultationMessageType
public void setMessage(ConsultationMessageType value)
value
- allowed object is
ConsultationMessageType
public MessageInfoType getMessageInfo()
MessageInfoType
public void setMessageInfo(MessageInfoType value)
value
- allowed object is
MessageInfoType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |