public class TStateChangesRecord extends Object
Java class for tStateChangesRecord complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tStateChangesRecord">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dmID" type="{http://isds.czechpoint.cz/v20}tIdDm"/>
<element name="dmEventTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="dmMessageStatus" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
dmEventTime |
protected String |
dmID |
protected int |
dmMessageStatus |
| Constructor and Description |
|---|
TStateChangesRecord() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getDmEventTime()
Gets the value of the dmEventTime property.
|
String |
getDmID()
Gets the value of the dmID property.
|
int |
getDmMessageStatus()
Gets the value of the dmMessageStatus property.
|
void |
setDmEventTime(XMLGregorianCalendar value)
Sets the value of the dmEventTime property.
|
void |
setDmID(String value)
Sets the value of the dmID property.
|
void |
setDmMessageStatus(int value)
Sets the value of the dmMessageStatus property.
|
protected String dmID
protected XMLGregorianCalendar dmEventTime
protected int dmMessageStatus
public String getDmID()
Stringpublic void setDmID(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getDmEventTime()
XMLGregorianCalendarpublic void setDmEventTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic int getDmMessageStatus()
public void setDmMessageStatus(int value)
Copyright © 2016. All rights reserved.