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