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