@Generated(value="com.sun.tools.xjc.Driver", date="2023-04-04T03:05:54+02:00", comments="JAXB RI v2.3.7") public class MoveMessageResponse extends ResponseType implements Serializable
Java class for MoveMessageResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MoveMessageResponseType">
<complexContent>
<extension base="{urn:be:fgov:ehealth:commons:protocol:v1}ResponseType">
<sequence minOccurs="0">
<element name="MessageId" type="{urn:be:fgov:ehealth:ehbox:core:v3}MessageIdType" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
MoveMessageResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getMessageIds()
Gets the value of the messageIds property.
|
getId, getStatus, setId, setStatuspublic List<String> getMessageIds()
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 messageIds property.
For example, to add a new item, do as follows:
getMessageIds().add(newItem);
Objects of the following type(s) are allowed in the list
String
Connector Packaging generic 4.3.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.