Class FilterDatumTijdType
java.lang.Object
nl.kadaster.schemas.gds2.afgifte_proces.v20170401.FilterDatumTijdType
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the datumTijdTotmet property.Gets the value of the datumTijdVanaf property.voidSets the value of the datumTijdTotmet property.voidSets the value of the datumTijdVanaf property.
-
Field Details
-
datumTijdVanaf
-
datumTijdTotmet
-
-
Constructor Details
-
FilterDatumTijdType
public FilterDatumTijdType()
-
-
Method Details
-
getDatumTijdVanaf
Gets the value of the datumTijdVanaf property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDatumTijdVanaf
Sets the value of the datumTijdVanaf property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getDatumTijdTotmet
Gets the value of the datumTijdTotmet property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDatumTijdTotmet
Sets the value of the datumTijdTotmet property.- Parameters:
value- allowed object isXMLGregorianCalendar
-