|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.ehbox.consultation.protocol.v3.Message
@Generated(value="com.sun.tools.xjc.Driver",
date="2019-04-01T01:41:14+02:00",
comments="JAXB RI v2.2.11")
public class Message
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MessageId" type="{urn:be:fgov:ehealth:ehbox:core:v3}MessageIdType"/>
<element name="Destination" type="{urn:be:fgov:ehealth:ehbox:core:v3}EhboxIdentifierType"/>
<element name="Sender" type="{urn:be:fgov:ehealth:ehbox:core:v3}SenderType"/>
<element name="MessageInfo" type="{urn:be:fgov:ehealth:ehbox:core:v3}MessageInfoType"/>
<element name="ContentInfo" type="{urn:be:fgov:ehealth:ehbox:core:v3}ContentInfoType" minOccurs="0"/>
<element name="ContentSpecification" type="{urn:be:fgov:ehealth:ehbox:core:v3}ContentSpecificationType"/>
<element name="CustomMeta" type="{urn:be:fgov:ehealth:ehbox:core:v3}CustomMetaType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
Message()
|
|
| Method Summary | |
|---|---|
ContentInfoType |
getContentInfo()
Gets the value of the contentInfo property. |
ContentSpecificationType |
getContentSpecification()
Gets the value of the contentSpecification property. |
List<CustomMetaType> |
getCustomMetas()
Gets the value of the customMetas property. |
EhboxIdentifierType |
getDestination()
Gets the value of the destination property. |
String |
getMessageId()
Gets the value of the messageId property. |
MessageInfoType |
getMessageInfo()
Gets the value of the messageInfo property. |
SenderType |
getSender()
Gets the value of the sender property. |
void |
setContentInfo(ContentInfoType value)
Sets the value of the contentInfo property. |
void |
setContentSpecification(ContentSpecificationType value)
Sets the value of the contentSpecification property. |
void |
setDestination(EhboxIdentifierType value)
Sets the value of the destination property. |
void |
setMessageId(String value)
Sets the value of the messageId 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 java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Message()
| Method Detail |
|---|
public String getMessageId()
Stringpublic void setMessageId(String value)
value - allowed object is
Stringpublic EhboxIdentifierType getDestination()
EhboxIdentifierTypepublic void setDestination(EhboxIdentifierType value)
value - allowed object is
EhboxIdentifierTypepublic SenderType getSender()
SenderTypepublic void setSender(SenderType value)
value - allowed object is
SenderTypepublic MessageInfoType getMessageInfo()
MessageInfoTypepublic void setMessageInfo(MessageInfoType value)
value - allowed object is
MessageInfoTypepublic ContentInfoType getContentInfo()
ContentInfoTypepublic void setContentInfo(ContentInfoType value)
value - allowed object is
ContentInfoTypepublic ContentSpecificationType getContentSpecification()
ContentSpecificationTypepublic void setContentSpecification(ContentSpecificationType value)
value - allowed object is
ContentSpecificationTypepublic List<CustomMetaType> getCustomMetas()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the customMetas property.
For example, to add a new item, do as follows:
getCustomMetas().add(newItem);
Objects of the following type(s) are allowed in the list
CustomMetaType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||