public class TMultipleMessageCreateInput extends Object
Java class for tMultipleMessageCreateInput complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tMultipleMessageCreateInput">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dmRecipients" type="{http://isds.czechpoint.cz/v20}tMultipleMessageRecipients"/>
<element name="dmEnvelope">
<complexType>
<complexContent>
<extension base="{http://isds.czechpoint.cz/v20}tMultipleMessageEnvelopeSub">
<attribute name="dmType" type="{http://isds.czechpoint.cz/v20}tDmType" />
</extension>
</complexContent>
</complexType>
</element>
<element name="dmFiles" type="{http://isds.czechpoint.cz/v20}tFilesArray"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
TMultipleMessageCreateInput.DmEnvelope
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected TMultipleMessageCreateInput.DmEnvelope |
dmEnvelope |
protected TFilesArray |
dmFiles |
protected TMultipleMessageRecipients |
dmRecipients |
| Constructor and Description |
|---|
TMultipleMessageCreateInput() |
| Modifier and Type | Method and Description |
|---|---|
TMultipleMessageCreateInput.DmEnvelope |
getDmEnvelope()
Gets the value of the dmEnvelope property.
|
TFilesArray |
getDmFiles()
Gets the value of the dmFiles property.
|
TMultipleMessageRecipients |
getDmRecipients()
Gets the value of the dmRecipients property.
|
void |
setDmEnvelope(TMultipleMessageCreateInput.DmEnvelope value)
Sets the value of the dmEnvelope property.
|
void |
setDmFiles(TFilesArray value)
Sets the value of the dmFiles property.
|
void |
setDmRecipients(TMultipleMessageRecipients value)
Sets the value of the dmRecipients property.
|
protected TMultipleMessageRecipients dmRecipients
protected TMultipleMessageCreateInput.DmEnvelope dmEnvelope
protected TFilesArray dmFiles
public TMultipleMessageRecipients getDmRecipients()
TMultipleMessageRecipientspublic void setDmRecipients(TMultipleMessageRecipients value)
value - allowed object is
TMultipleMessageRecipientspublic TMultipleMessageCreateInput.DmEnvelope getDmEnvelope()
TMultipleMessageCreateInput.DmEnvelopepublic void setDmEnvelope(TMultipleMessageCreateInput.DmEnvelope value)
value - allowed object is
TMultipleMessageCreateInput.DmEnvelopepublic TFilesArray getDmFiles()
TFilesArraypublic void setDmFiles(TFilesArray value)
value - allowed object is
TFilesArrayCopyright © 2017. All rights reserved.