
public class R03Tabel extends Object
Java class for R03-tabel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="R03-tabel">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="gemeentecode" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.egem.nl/StUF/sector/bg/0204>Gemeentecode">
<attGroup ref="{http://www.egem.nl/StUF/StUF0204}element"/>
<attribute name="kerngegeven" type="{http://www.w3.org/2001/XMLSchema}boolean" fixed="true" />
</extension>
</simpleContent>
</complexType>
</element>
<element name="woonplaatscode" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.egem.nl/StUF/sector/bg/0204>Woonplaatscode">
<attGroup ref="{http://www.egem.nl/StUF/StUF0204}element"/>
<attribute name="kerngegeven" type="{http://www.w3.org/2001/XMLSchema}boolean" fixed="true" />
</extension>
</simpleContent>
</complexType>
</element>
<element name="woonplaatsnaam" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.egem.nl/StUF/sector/bg/0204>Woonplaatsnaam">
<attGroup ref="{http://www.egem.nl/StUF/StUF0204}element"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="gemeentenaam" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.egem.nl/StUF/sector/bg/0204>Gemeentenaam">
<attGroup ref="{http://www.egem.nl/StUF/StUF0204}element"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="ingangsdatum" type="{http://www.egem.nl/StUF/StUF0204}DatumMetIndicatorKerngegeven" minOccurs="0"/>
<element name="einddatum" type="{http://www.egem.nl/StUF/StUF0204}DatumMetIndicatorKerngegeven" minOccurs="0"/>
<element name="extraElementen" type="{http://www.egem.nl/StUF/StUF0204}ExtraElementen" minOccurs="0"/>
</sequence>
<attGroup ref="{http://www.egem.nl/StUF/StUF0204}tabel"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
R03Tabel.Gemeentecode
Java class for anonymous complex type.
|
static class |
R03Tabel.Gemeentenaam
Java class for anonymous complex type.
|
static class |
R03Tabel.Woonplaatscode
Java class for anonymous complex type.
|
static class |
R03Tabel.Woonplaatsnaam
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected JAXBElement<DatumMetIndicatorKerngegeven> |
einddatum |
protected ExtraElementen |
extraElementen |
protected JAXBElement<R03Tabel.Gemeentecode> |
gemeentecode |
protected JAXBElement<R03Tabel.Gemeentenaam> |
gemeentenaam |
protected JAXBElement<DatumMetIndicatorKerngegeven> |
ingangsdatum |
protected NoValue |
noValue |
protected String |
soortEntiteit |
protected Verwerkingssoort |
verwerkingssoort |
protected JAXBElement<R03Tabel.Woonplaatscode> |
woonplaatscode |
protected JAXBElement<R03Tabel.Woonplaatsnaam> |
woonplaatsnaam |
| Constructor and Description |
|---|
R03Tabel() |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<DatumMetIndicatorKerngegeven> |
getEinddatum()
Gets the value of the einddatum property.
|
ExtraElementen |
getExtraElementen()
Gets the value of the extraElementen property.
|
JAXBElement<R03Tabel.Gemeentecode> |
getGemeentecode()
Gets the value of the gemeentecode property.
|
JAXBElement<R03Tabel.Gemeentenaam> |
getGemeentenaam()
Gets the value of the gemeentenaam property.
|
JAXBElement<DatumMetIndicatorKerngegeven> |
getIngangsdatum()
Gets the value of the ingangsdatum property.
|
NoValue |
getNoValue()
Gets the value of the noValue property.
|
String |
getSoortEntiteit()
Gets the value of the soortEntiteit property.
|
Verwerkingssoort |
getVerwerkingssoort()
Gets the value of the verwerkingssoort property.
|
JAXBElement<R03Tabel.Woonplaatscode> |
getWoonplaatscode()
Gets the value of the woonplaatscode property.
|
JAXBElement<R03Tabel.Woonplaatsnaam> |
getWoonplaatsnaam()
Gets the value of the woonplaatsnaam property.
|
void |
setEinddatum(JAXBElement<DatumMetIndicatorKerngegeven> value)
Sets the value of the einddatum property.
|
void |
setExtraElementen(ExtraElementen value)
Sets the value of the extraElementen property.
|
void |
setGemeentecode(JAXBElement<R03Tabel.Gemeentecode> value)
Sets the value of the gemeentecode property.
|
void |
setGemeentenaam(JAXBElement<R03Tabel.Gemeentenaam> value)
Sets the value of the gemeentenaam property.
|
void |
setIngangsdatum(JAXBElement<DatumMetIndicatorKerngegeven> value)
Sets the value of the ingangsdatum property.
|
void |
setNoValue(NoValue value)
Sets the value of the noValue property.
|
void |
setSoortEntiteit(String value)
Sets the value of the soortEntiteit property.
|
void |
setVerwerkingssoort(Verwerkingssoort value)
Sets the value of the verwerkingssoort property.
|
void |
setWoonplaatscode(JAXBElement<R03Tabel.Woonplaatscode> value)
Sets the value of the woonplaatscode property.
|
void |
setWoonplaatsnaam(JAXBElement<R03Tabel.Woonplaatsnaam> value)
Sets the value of the woonplaatsnaam property.
|
protected JAXBElement<R03Tabel.Gemeentecode> gemeentecode
protected JAXBElement<R03Tabel.Woonplaatscode> woonplaatscode
protected JAXBElement<R03Tabel.Woonplaatsnaam> woonplaatsnaam
protected JAXBElement<R03Tabel.Gemeentenaam> gemeentenaam
protected JAXBElement<DatumMetIndicatorKerngegeven> ingangsdatum
protected JAXBElement<DatumMetIndicatorKerngegeven> einddatum
protected ExtraElementen extraElementen
protected String soortEntiteit
protected Verwerkingssoort verwerkingssoort
protected NoValue noValue
public JAXBElement<R03Tabel.Gemeentecode> getGemeentecode()
JAXBElement<R03Tabel.Gemeentecode>public void setGemeentecode(JAXBElement<R03Tabel.Gemeentecode> value)
value - allowed object is
JAXBElement<R03Tabel.Gemeentecode>public JAXBElement<R03Tabel.Woonplaatscode> getWoonplaatscode()
JAXBElement<R03Tabel.Woonplaatscode>public void setWoonplaatscode(JAXBElement<R03Tabel.Woonplaatscode> value)
value - allowed object is
JAXBElement<R03Tabel.Woonplaatscode>public JAXBElement<R03Tabel.Woonplaatsnaam> getWoonplaatsnaam()
JAXBElement<R03Tabel.Woonplaatsnaam>public void setWoonplaatsnaam(JAXBElement<R03Tabel.Woonplaatsnaam> value)
value - allowed object is
JAXBElement<R03Tabel.Woonplaatsnaam>public JAXBElement<R03Tabel.Gemeentenaam> getGemeentenaam()
JAXBElement<R03Tabel.Gemeentenaam>public void setGemeentenaam(JAXBElement<R03Tabel.Gemeentenaam> value)
value - allowed object is
JAXBElement<R03Tabel.Gemeentenaam>public JAXBElement<DatumMetIndicatorKerngegeven> getIngangsdatum()
JAXBElement<DatumMetIndicatorKerngegeven>public void setIngangsdatum(JAXBElement<DatumMetIndicatorKerngegeven> value)
value - allowed object is
JAXBElement<DatumMetIndicatorKerngegeven>public JAXBElement<DatumMetIndicatorKerngegeven> getEinddatum()
JAXBElement<DatumMetIndicatorKerngegeven>public void setEinddatum(JAXBElement<DatumMetIndicatorKerngegeven> value)
value - allowed object is
JAXBElement<DatumMetIndicatorKerngegeven>public ExtraElementen getExtraElementen()
ExtraElementenpublic void setExtraElementen(ExtraElementen value)
value - allowed object is
ExtraElementenpublic String getSoortEntiteit()
Stringpublic void setSoortEntiteit(String value)
value - allowed object is
Stringpublic Verwerkingssoort getVerwerkingssoort()
Verwerkingssoortpublic void setVerwerkingssoort(Verwerkingssoort value)
value - allowed object is
Verwerkingssoortpublic NoValue getNoValue()
NoValueCopyright © 2014–2020 B3Partners B.V.. All rights reserved.