
public class BRTTabel extends Object
Java class for BRT-tabel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BRT-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="wijkcode" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.egem.nl/StUF/sector/bg/0204>Wijkcode">
<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="buurtcode" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.egem.nl/StUF/sector/bg/0204>Buurtcode">
<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="buurtnaam" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.egem.nl/StUF/sector/bg/0204>Buurtnaam">
<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="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 |
BRTTabel.Buurtcode
Java class for anonymous complex type.
|
static class |
BRTTabel.Buurtnaam
Java class for anonymous complex type.
|
static class |
BRTTabel.Gemeentecode
Java class for anonymous complex type.
|
static class |
BRTTabel.Wijkcode
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected JAXBElement<BRTTabel.Buurtcode> |
buurtcode |
protected JAXBElement<BRTTabel.Buurtnaam> |
buurtnaam |
protected JAXBElement<DatumMetIndicatorKerngegeven> |
einddatum |
protected ExtraElementen |
extraElementen |
protected JAXBElement<BRTTabel.Gemeentecode> |
gemeentecode |
protected JAXBElement<DatumMetIndicatorKerngegeven> |
ingangsdatum |
protected NoValue |
noValue |
protected String |
soortEntiteit |
protected Verwerkingssoort |
verwerkingssoort |
protected JAXBElement<BRTTabel.Wijkcode> |
wijkcode |
| Constructor and Description |
|---|
BRTTabel() |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<BRTTabel.Buurtcode> |
getBuurtcode()
Gets the value of the buurtcode property.
|
JAXBElement<BRTTabel.Buurtnaam> |
getBuurtnaam()
Gets the value of the buurtnaam property.
|
JAXBElement<DatumMetIndicatorKerngegeven> |
getEinddatum()
Gets the value of the einddatum property.
|
ExtraElementen |
getExtraElementen()
Gets the value of the extraElementen property.
|
JAXBElement<BRTTabel.Gemeentecode> |
getGemeentecode()
Gets the value of the gemeentecode 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<BRTTabel.Wijkcode> |
getWijkcode()
Gets the value of the wijkcode property.
|
void |
setBuurtcode(JAXBElement<BRTTabel.Buurtcode> value)
Sets the value of the buurtcode property.
|
void |
setBuurtnaam(JAXBElement<BRTTabel.Buurtnaam> value)
Sets the value of the buurtnaam 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<BRTTabel.Gemeentecode> value)
Sets the value of the gemeentecode 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 |
setWijkcode(JAXBElement<BRTTabel.Wijkcode> value)
Sets the value of the wijkcode property.
|
protected JAXBElement<BRTTabel.Gemeentecode> gemeentecode
protected JAXBElement<BRTTabel.Wijkcode> wijkcode
protected JAXBElement<BRTTabel.Buurtcode> buurtcode
protected JAXBElement<BRTTabel.Buurtnaam> buurtnaam
protected JAXBElement<DatumMetIndicatorKerngegeven> ingangsdatum
protected JAXBElement<DatumMetIndicatorKerngegeven> einddatum
protected ExtraElementen extraElementen
protected String soortEntiteit
protected Verwerkingssoort verwerkingssoort
protected NoValue noValue
public JAXBElement<BRTTabel.Gemeentecode> getGemeentecode()
JAXBElement<BRTTabel.Gemeentecode>public void setGemeentecode(JAXBElement<BRTTabel.Gemeentecode> value)
value - allowed object is
JAXBElement<BRTTabel.Gemeentecode>public JAXBElement<BRTTabel.Wijkcode> getWijkcode()
JAXBElement<BRTTabel.Wijkcode>public void setWijkcode(JAXBElement<BRTTabel.Wijkcode> value)
value - allowed object is
JAXBElement<BRTTabel.Wijkcode>public JAXBElement<BRTTabel.Buurtcode> getBuurtcode()
JAXBElement<BRTTabel.Buurtcode>public void setBuurtcode(JAXBElement<BRTTabel.Buurtcode> value)
value - allowed object is
JAXBElement<BRTTabel.Buurtcode>public JAXBElement<BRTTabel.Buurtnaam> getBuurtnaam()
JAXBElement<BRTTabel.Buurtnaam>public void setBuurtnaam(JAXBElement<BRTTabel.Buurtnaam> value)
value - allowed object is
JAXBElement<BRTTabel.Buurtnaam>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–2019 B3Partners B.V.. All rights reserved.