public class TMessageCreateInput extends Object
Java class for tMessageCreateInput complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tMessageCreateInput">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dmEnvelope">
<complexType>
<complexContent>
<extension base="{http://isds.czechpoint.cz/v20}tMessageEnvelopeSub">
</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 |
TMessageCreateInput.DmEnvelope
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected TMessageCreateInput.DmEnvelope |
dmEnvelope |
protected TFilesArray |
dmFiles |
| Constructor and Description |
|---|
TMessageCreateInput() |
| Modifier and Type | Method and Description |
|---|---|
TMessageCreateInput.DmEnvelope |
getDmEnvelope()
Gets the value of the dmEnvelope property.
|
TFilesArray |
getDmFiles()
Gets the value of the dmFiles property.
|
void |
setDmEnvelope(TMessageCreateInput.DmEnvelope value)
Sets the value of the dmEnvelope property.
|
void |
setDmFiles(TFilesArray value)
Sets the value of the dmFiles property.
|
protected TMessageCreateInput.DmEnvelope dmEnvelope
protected TFilesArray dmFiles
public TMessageCreateInput.DmEnvelope getDmEnvelope()
TMessageCreateInput.DmEnvelopepublic void setDmEnvelope(TMessageCreateInput.DmEnvelope value)
value - allowed object is
TMessageCreateInput.DmEnvelopepublic TFilesArray getDmFiles()
TFilesArraypublic void setDmFiles(TFilesArray value)
value - allowed object is
TFilesArrayCopyright © 2016. All rights reserved.