Class HHDAntwoord
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>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type.static classJava class for anonymous complex type.Nested classes/interfaces inherited from class HHDFund
HHDFund.GrootteHuishouden, HHDFund.Huishoudennummer, HHDFund.SoortHuishouden -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<HHDAntwoord.HDDWOZ> protected List<HHDAntwoord.HHDPRS> Fields inherited from class HHDFund
extraElementen, grootteHuishouden, huishoudennummer, noValue, sleutelGegevensbeheer, sleutelOntvangend, sleutelVerzendend, soortEntiteit, soortHuishouden, tijdvakGeldigheid, verwerkingssoort -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the hddwoz property.getHHD()Gets the value of the hhd property.Gets the value of the hhdprs property.Methods inherited from class HHDFund
getExtraElementen, getGrootteHuishouden, getHuishoudennummer, getNoValue, getSleutelGegevensbeheer, getSleutelOntvangend, getSleutelVerzendend, getSoortEntiteit, getSoortHuishouden, getTijdvakGeldigheid, getVerwerkingssoort, setExtraElementen, setGrootteHuishouden, setHuishoudennummer, setNoValue, setSleutelGegevensbeheer, setSleutelOntvangend, setSleutelVerzendend, setSoortEntiteit, setSoortHuishouden, setTijdvakGeldigheid, setVerwerkingssoort
-
Field Details
-
hhd
-
hhdprs
-
hddwoz
-
-
Constructor Details
-
HHDAntwoord
public HHDAntwoord()
-
-
Method Details
-
getHHD
Gets the value of the hhd property.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
setmethod 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 -
getHHDPRS
Gets the value of the hhdprs property.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
setmethod 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 -
getHDDWOZ
Gets the value of the hddwoz property.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
setmethod 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
-