
public class HHDAntwoord extends HHDFund
Java class for HHD-antwoord complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HHD-antwoord">
<complexContent>
<extension base="{http://www.egem.nl/StUF/sector/bg/0204}HHD-fund">
<sequence>
<element name="HHD" type="{http://www.egem.nl/StUF/sector/bg/0204}HHD-fund" maxOccurs="unbounded" minOccurs="0"/>
<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-kennisgeving"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
<element name="HDDWOZ" maxOccurs="unbounded" 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-kennisgeving"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
HHDAntwoord.HDDWOZ
Java class for anonymous complex type.
|
static class |
HHDAntwoord.HHDPRS
Java class for anonymous complex type.
|
HHDFund.GrootteHuishouden, HHDFund.Huishoudennummer, HHDFund.SoortHuishouden| Modifier and Type | Field and Description |
|---|---|
protected List<HHDAntwoord.HDDWOZ> |
hddwoz |
protected List<HHDFund> |
hhd |
protected List<HHDAntwoord.HHDPRS> |
hhdprs |
extraElementen, grootteHuishouden, huishoudennummer, noValue, sleutelGegevensbeheer, sleutelOntvangend, sleutelVerzendend, soortEntiteit, soortHuishouden, tijdvakGeldigheid, verwerkingssoort| Constructor and Description |
|---|
HHDAntwoord() |
| Modifier and Type | Method and Description |
|---|---|
List<HHDAntwoord.HDDWOZ> |
getHDDWOZ()
Gets the value of the hddwoz property.
|
List<HHDFund> |
getHHD()
Gets the value of the hhd property.
|
List<HHDAntwoord.HHDPRS> |
getHHDPRS()
Gets the value of the hhdprs property.
|
getExtraElementen, getGrootteHuishouden, getHuishoudennummer, getNoValue, getSleutelGegevensbeheer, getSleutelOntvangend, getSleutelVerzendend, getSoortEntiteit, getSoortHuishouden, getTijdvakGeldigheid, getVerwerkingssoort, setExtraElementen, setGrootteHuishouden, setHuishoudennummer, setNoValue, setSleutelGegevensbeheer, setSleutelOntvangend, setSleutelVerzendend, setSoortEntiteit, setSoortHuishouden, setTijdvakGeldigheid, setVerwerkingssoortprotected List<HHDAntwoord.HHDPRS> hhdprs
protected List<HHDAntwoord.HDDWOZ> hddwoz
public List<HHDFund> getHHD()
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 hhd property.
For example, to add a new item, do as follows:
getHHD().add(newItem);
Objects of the following type(s) are allowed in the list
HHDFund
public List<HHDAntwoord.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
HHDAntwoord.HHDPRS
public List<HHDAntwoord.HDDWOZ> getHDDWOZ()
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 hddwoz property.
For example, to add a new item, do as follows:
getHDDWOZ().add(newItem);
Objects of the following type(s) are allowed in the list
HHDAntwoord.HDDWOZ
Copyright © 2014–2017 B3Partners B.V.. All rights reserved.