|
||||||||||
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.v2.GetFullMessageResponse
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:v2}SenderType"/> <element name="Mandatee" type="{urn:be:fgov:ehealth:ehbox:core:v2}SenderType" minOccurs="0"/> <element name="Message" type="{urn:be:fgov:ehealth:ehbox:core:v2}MessageType"/> <element name="MessageInfo" type="{urn:be:fgov:ehealth:ehbox:core:v2}MessageInfoType"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
GetFullMessageResponse()
|
Method Summary | |
---|---|
SenderType |
getMandatee()
Gets the value of the mandatee property. |
MessageType |
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 |
setMandatee(SenderType value)
Sets the value of the mandatee property. |
void |
setMessage(MessageType 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 SenderType getMandatee()
SenderType
public void setMandatee(SenderType value)
value
- allowed object is
SenderType
public MessageType getMessage()
MessageType
public void setMessage(MessageType value)
value
- allowed object is
MessageType
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 |