@Generated(value="com.sun.tools.xjc.Driver", date="2024-04-08T03:23:56+02:00", comments="JAXB RI v2.3.7") public class Message extends Object implements Serializable
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 and Description |
---|
Message() |
Modifier and Type | Method and Description |
---|---|
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.
|
public String getMessageId()
String
public void setMessageId(String value)
value
- allowed object is
String
public EhboxIdentifierType getDestination()
EhboxIdentifierType
public void setDestination(EhboxIdentifierType value)
value
- allowed object is
EhboxIdentifierType
public SenderType getSender()
SenderType
public void setSender(SenderType value)
value
- allowed object is
SenderType
public MessageInfoType getMessageInfo()
MessageInfoType
public void setMessageInfo(MessageInfoType value)
value
- allowed object is
MessageInfoType
public ContentInfoType getContentInfo()
ContentInfoType
public void setContentInfo(ContentInfoType value)
value
- allowed object is
ContentInfoType
public ContentSpecificationType getContentSpecification()
ContentSpecificationType
public void setContentSpecification(ContentSpecificationType value)
value
- allowed object is
ContentSpecificationType
public 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
Connector Packaging PERSPHYSICIAN 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.