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