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