public class TMultipleMessageRecipients extends Object
Java class for tMultipleMessageRecipients complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tMultipleMessageRecipients">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dmRecipient" type="{http://isds.czechpoint.cz/v20}tRecipients" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<TRecipients> |
dmRecipient |
| Constructor and Description |
|---|
TMultipleMessageRecipients() |
| Modifier and Type | Method and Description |
|---|---|
List<TRecipients> |
getDmRecipient()
Gets the value of the dmRecipient property.
|
protected List<TRecipients> dmRecipient
public List<TRecipients> getDmRecipient()
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 dmRecipient property.
For example, to add a new item, do as follows:
getDmRecipient().add(newItem);
Objects of the following type(s) are allowed in the list
TRecipients
Copyright © 2017. All rights reserved.