
public class TijdvakRelatie extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected DatumMetIndicator |
begindatumRelatie |
protected DatumMetIndicator |
einddatumRelatie |
| Constructor and Description |
|---|
TijdvakRelatie() |
| Modifier and Type | Method and Description |
|---|---|
DatumMetIndicator |
getBegindatumRelatie()
Gets the value of the begindatumRelatie property.
|
DatumMetIndicator |
getEinddatumRelatie()
Gets the value of the einddatumRelatie property.
|
void |
setBegindatumRelatie(DatumMetIndicator value)
Sets the value of the begindatumRelatie property.
|
void |
setEinddatumRelatie(DatumMetIndicator value)
Sets the value of the einddatumRelatie property.
|
protected DatumMetIndicator begindatumRelatie
protected DatumMetIndicator einddatumRelatie
public DatumMetIndicator getBegindatumRelatie()
DatumMetIndicatorpublic void setBegindatumRelatie(DatumMetIndicator value)
value - allowed object is
DatumMetIndicatorpublic DatumMetIndicator getEinddatumRelatie()
DatumMetIndicatorpublic void setEinddatumRelatie(DatumMetIndicator value)
value - allowed object is
DatumMetIndicatorCopyright © 2014–2020 B3Partners B.V.. All rights reserved.