public class TEvent extends Object
Java class for tEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tEvent">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://isds.czechpoint.cz/v20}dmEvent"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
dmEventDescr |
protected XMLGregorianCalendar |
dmEventTime |
| Constructor and Description |
|---|
TEvent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDmEventDescr()
Gets the value of the dmEventDescr property.
|
XMLGregorianCalendar |
getDmEventTime()
Gets the value of the dmEventTime property.
|
void |
setDmEventDescr(String value)
Sets the value of the dmEventDescr property.
|
void |
setDmEventTime(XMLGregorianCalendar value)
Sets the value of the dmEventTime property.
|
protected XMLGregorianCalendar dmEventTime
protected String dmEventDescr
public XMLGregorianCalendar getDmEventTime()
XMLGregorianCalendarpublic void setDmEventTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getDmEventDescr()
StringCopyright © 2016. All rights reserved.