Package nl.egem.stuf.stuf0204
Class TijdvakRelatie
java.lang.Object
nl.egem.stuf.stuf0204.TijdvakRelatie
Java class for TijdvakRelatie complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TijdvakRelatie"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="begindatumRelatie" type="{http://www.egem.nl/StUF/StUF0204}DatumMetIndicator"/> <element name="einddatumRelatie" 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 begindatumRelatie property.Gets the value of the einddatumRelatie property.void
Sets the value of the begindatumRelatie property.void
Sets the value of the einddatumRelatie property.
-
Field Details
-
begindatumRelatie
-
einddatumRelatie
-
-
Constructor Details
-
TijdvakRelatie
public TijdvakRelatie()
-
-
Method Details
-
getBegindatumRelatie
Gets the value of the begindatumRelatie property.- Returns:
- possible object is
DatumMetIndicator
-
setBegindatumRelatie
Sets the value of the begindatumRelatie property.- Parameters:
value
- allowed object isDatumMetIndicator
-
getEinddatumRelatie
Gets the value of the einddatumRelatie property.- Returns:
- possible object is
DatumMetIndicator
-
setEinddatumRelatie
Sets the value of the einddatumRelatie property.- Parameters:
value
- allowed object isDatumMetIndicator
-