public class TMessageCreateOutput extends Object
Java class for tMessageCreateOutput complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tMessageCreateOutput">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dmID" type="{http://isds.czechpoint.cz/v20}tIdDm" minOccurs="0"/>
<element name="dmStatus" type="{http://isds.czechpoint.cz/v20}tStatus"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
dmID |
protected TStatus |
dmStatus |
| Constructor and Description |
|---|
TMessageCreateOutput() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDmID()
Gets the value of the dmID property.
|
TStatus |
getDmStatus()
Gets the value of the dmStatus property.
|
void |
setDmID(String value)
Sets the value of the dmID property.
|
void |
setDmStatus(TStatus value)
Sets the value of the dmStatus property.
|
public String getDmID()
Stringpublic void setDmID(String value)
value - allowed object is
Stringpublic TStatus getDmStatus()
TStatusCopyright © 2017. All rights reserved.