Class FilterDatumTijdType
- java.lang.Object
-
- nl.kadaster.schemas.gds2.afgifte_proces.v20170401.FilterDatumTijdType
-
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="DatumTijdTotmet" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected XMLGregorianCalendardatumTijdTotmetprotected XMLGregorianCalendardatumTijdVanaf
-
Constructor Summary
Constructors Constructor Description FilterDatumTijdType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XMLGregorianCalendargetDatumTijdTotmet()Gets the value of the datumTijdTotmet property.XMLGregorianCalendargetDatumTijdVanaf()Gets the value of the datumTijdVanaf property.voidsetDatumTijdTotmet(XMLGregorianCalendar value)Sets the value of the datumTijdTotmet property.voidsetDatumTijdVanaf(XMLGregorianCalendar value)Sets the value of the datumTijdVanaf property.
-
-
-
Field Detail
-
datumTijdVanaf
protected XMLGregorianCalendar datumTijdVanaf
-
datumTijdTotmet
protected XMLGregorianCalendar datumTijdTotmet
-
-
Method Detail
-
getDatumTijdVanaf
public XMLGregorianCalendar getDatumTijdVanaf()
Gets the value of the datumTijdVanaf property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDatumTijdVanaf
public void setDatumTijdVanaf(XMLGregorianCalendar value)
Sets the value of the datumTijdVanaf property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getDatumTijdTotmet
public XMLGregorianCalendar getDatumTijdTotmet()
Gets the value of the datumTijdTotmet property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDatumTijdTotmet
public void setDatumTijdTotmet(XMLGregorianCalendar value)
Sets the value of the datumTijdTotmet property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
-