Package nl.egem.stuf.stuf0204
Class TijdvakGeldigheid
java.lang.Object
nl.egem.stuf.stuf0204.TijdvakGeldigheid
Java class for TijdvakGeldigheid complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TijdvakGeldigheid"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="begindatumTijdvakGeldigheid" type="{http://www.egem.nl/StUF/StUF0204}DatumMetIndicator"/> <element name="einddatumTijdvakGeldigheid" type="{http://www.egem.nl/StUF/StUF0204}DatumMetIndicator"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the begindatumTijdvakGeldigheid property.Gets the value of the einddatumTijdvakGeldigheid property.void
Sets the value of the begindatumTijdvakGeldigheid property.void
Sets the value of the einddatumTijdvakGeldigheid property.
-
Field Details
-
begindatumTijdvakGeldigheid
-
einddatumTijdvakGeldigheid
-
-
Constructor Details
-
TijdvakGeldigheid
public TijdvakGeldigheid()
-
-
Method Details
-
getBegindatumTijdvakGeldigheid
Gets the value of the begindatumTijdvakGeldigheid property.- Returns:
- possible object is
DatumMetIndicator
-
setBegindatumTijdvakGeldigheid
Sets the value of the begindatumTijdvakGeldigheid property.- Parameters:
value
- allowed object isDatumMetIndicator
-
getEinddatumTijdvakGeldigheid
Gets the value of the einddatumTijdvakGeldigheid property.- Returns:
- possible object is
DatumMetIndicator
-
setEinddatumTijdvakGeldigheid
Sets the value of the einddatumTijdvakGeldigheid property.- Parameters:
value
- allowed object isDatumMetIndicator
-