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