public class TGetStateChangesInput extends Object
Java class for tGetStateChangesInput complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tGetStateChangesInput">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dmFromTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="dmToTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
dmFromTime |
protected XMLGregorianCalendar |
dmToTime |
| Constructor and Description |
|---|
TGetStateChangesInput() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getDmFromTime()
Gets the value of the dmFromTime property.
|
XMLGregorianCalendar |
getDmToTime()
Gets the value of the dmToTime property.
|
void |
setDmFromTime(XMLGregorianCalendar value)
Sets the value of the dmFromTime property.
|
void |
setDmToTime(XMLGregorianCalendar value)
Sets the value of the dmToTime property.
|
protected XMLGregorianCalendar dmFromTime
protected XMLGregorianCalendar dmToTime
public XMLGregorianCalendar getDmFromTime()
XMLGregorianCalendarpublic void setDmFromTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getDmToTime()
XMLGregorianCalendarpublic void setDmToTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2017. All rights reserved.