@Generated(value="com.sun.tools.xjc.Driver", date="2024-04-08T03:23:56+02:00", comments="JAXB RI v2.3.7") public class GetMessageListResponseType extends ResponseType implements Serializable
Java class for GetMessageListResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetMessageListResponseType"> <complexContent> <extension base="{urn:be:fgov:ehealth:commons:protocol:v1}ResponseType"> <sequence minOccurs="0"> <element name="Source"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="INBOX"/> <enumeration value="SENTBOX"/> <enumeration value="BININBOX"/> <enumeration value="BINSENTBOX"/> </restriction> </simpleType> </element> <element name="Message" maxOccurs="unbounded" minOccurs="0"> <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> </element> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
GetMessageListResponseType() |
Modifier and Type | Method and Description |
---|---|
List<Message> |
getMessages()
Gets the value of the messages property.
|
String |
getSource()
Gets the value of the source property.
|
void |
setSource(String value)
Sets the value of the source property.
|
getId, getStatus, setId, setStatus
public String getSource()
String
public void setSource(String value)
value
- allowed object is
String
public List<Message> getMessages()
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 messages property.
For example, to add a new item, do as follows:
getMessages().add(newItem);
Objects of the following type(s) are allowed in the list
Message
Connector Packaging PERSPHYSICIAN 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.