public class FilterDatumTijdType extends Object
Java class for FilterDatumTijdType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FilterDatumTijdType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DatumTijdVanaf" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="DatumTijdTot" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
datumTijdTot |
protected XMLGregorianCalendar |
datumTijdVanaf |
| Constructor and Description |
|---|
FilterDatumTijdType() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getDatumTijdTot()
Gets the value of the datumTijdTot property.
|
XMLGregorianCalendar |
getDatumTijdVanaf()
Gets the value of the datumTijdVanaf property.
|
void |
setDatumTijdTot(XMLGregorianCalendar value)
Sets the value of the datumTijdTot property.
|
void |
setDatumTijdVanaf(XMLGregorianCalendar value)
Sets the value of the datumTijdVanaf property.
|
protected XMLGregorianCalendar datumTijdVanaf
protected XMLGregorianCalendar datumTijdTot
public XMLGregorianCalendar getDatumTijdVanaf()
XMLGregorianCalendarpublic void setDatumTijdVanaf(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getDatumTijdTot()
XMLGregorianCalendarpublic void setDatumTijdTot(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2018 B3Partners B.V.. All rights reserved.