
public class HHDKennisgeving extends HHDFund
Java class for HHD-kennisgeving complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HHD-kennisgeving">
<complexContent>
<extension base="{http://www.egem.nl/StUF/sector/bg/0204}HHD-fund">
<sequence>
<element name="HHDPRS" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<extension base="{http://www.egem.nl/StUF/sector/bg/0204}HHDPRS-rel">
<sequence>
<element name="PRS" type="{http://www.egem.nl/StUF/sector/bg/0204}PRS-kerngegevens"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
<element name="HDDWOZ" minOccurs="0">
<complexType>
<complexContent>
<extension base="{http://www.egem.nl/StUF/sector/bg/0204}Relatie">
<sequence>
<element name="WOZ" type="{http://www.egem.nl/StUF/sector/bg/0204}WOZ-kerngegevens"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
HHDKennisgeving.HDDWOZ
Java class for anonymous complex type.
|
static class |
HHDKennisgeving.HHDPRS
Java class for anonymous complex type.
|
HHDFund.GrootteHuishouden, HHDFund.Huishoudennummer, HHDFund.SoortHuishouden| Modifier and Type | Field and Description |
|---|---|
protected JAXBElement<HHDKennisgeving.HDDWOZ> |
hddwoz |
protected List<HHDKennisgeving.HHDPRS> |
hhdprs |
extraElementen, grootteHuishouden, huishoudennummer, noValue, sleutelGegevensbeheer, sleutelOntvangend, sleutelVerzendend, soortEntiteit, soortHuishouden, tijdvakGeldigheid, verwerkingssoort| Constructor and Description |
|---|
HHDKennisgeving() |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<HHDKennisgeving.HDDWOZ> |
getHDDWOZ()
Gets the value of the hddwoz property.
|
List<HHDKennisgeving.HHDPRS> |
getHHDPRS()
Gets the value of the hhdprs property.
|
void |
setHDDWOZ(JAXBElement<HHDKennisgeving.HDDWOZ> value)
Sets the value of the hddwoz property.
|
getExtraElementen, getGrootteHuishouden, getHuishoudennummer, getNoValue, getSleutelGegevensbeheer, getSleutelOntvangend, getSleutelVerzendend, getSoortEntiteit, getSoortHuishouden, getTijdvakGeldigheid, getVerwerkingssoort, setExtraElementen, setGrootteHuishouden, setHuishoudennummer, setNoValue, setSleutelGegevensbeheer, setSleutelOntvangend, setSleutelVerzendend, setSoortEntiteit, setSoortHuishouden, setTijdvakGeldigheid, setVerwerkingssoortprotected List<HHDKennisgeving.HHDPRS> hhdprs
protected JAXBElement<HHDKennisgeving.HDDWOZ> hddwoz
public List<HHDKennisgeving.HHDPRS> getHHDPRS()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the hhdprs property.
For example, to add a new item, do as follows:
getHHDPRS().add(newItem);
Objects of the following type(s) are allowed in the list
HHDKennisgeving.HHDPRS
public JAXBElement<HHDKennisgeving.HDDWOZ> getHDDWOZ()
JAXBElement<HHDKennisgeving.HDDWOZ>public void setHDDWOZ(JAXBElement<HHDKennisgeving.HDDWOZ> value)
value - allowed object is
JAXBElement<HHDKennisgeving.HDDWOZ>Copyright © 2014–2019 B3Partners B.V.. All rights reserved.