public class SendMessageResponse extends ResponseType
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{urn:be:fgov:ehealth:commons:protocol:v1}ResponseType">
<sequence minOccurs="0">
<element name="Recipient" maxOccurs="unbounded">
<complexType>
<complexContent>
<extension base="{urn:be:fgov:ehealth:ehbox:core:v3}EhboxIdentifierType">
<sequence minOccurs="0">
<element name="AbsentFrom" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="AbsentTo" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="Substitute" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<extension base="{urn:be:fgov:ehealth:ehbox:core:v3}EhboxIdentifierType">
</extension>
</complexContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="SentPublicationId" type="{urn:be:fgov:ehealth:ehbox:core:v3}PublicationIdType" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
SendMessageResponse.Recipient
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<SendMessageResponse.Recipient> |
recipient |
protected String |
sentPublicationId |
id, status| Constructor and Description |
|---|
SendMessageResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<SendMessageResponse.Recipient> |
getRecipient()
Gets the value of the recipient property.
|
String |
getSentPublicationId()
Gets the value of the sentPublicationId property.
|
void |
setSentPublicationId(String value)
Sets the value of the sentPublicationId property.
|
getId, getStatus, setId, setStatusprotected List<SendMessageResponse.Recipient> recipient
protected String sentPublicationId
public List<SendMessageResponse.Recipient> getRecipient()
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 recipient property.
For example, to add a new item, do as follows:
getRecipient().add(newItem);
Objects of the following type(s) are allowed in the list
SendMessageResponse.Recipient
public String getSentPublicationId()
StringCopyright © 2012-2014 e-Contract.be. All Rights Reserved.