Class HHDKennisgeving
java.lang.Object
nl.egem.stuf.sector.bg._0204.HHDFund
nl.egem.stuf.sector.bg._0204.HHDKennisgeving
huishouden binnen kennisgeving
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>
-
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 JAXBElement<HHDKennisgeving.HDDWOZ> protected List<HHDKennisgeving.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.Gets the value of the hhdprs property.voidSets the value of the hddwoz 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
-
hhdprs
-
hddwoz
-
-
Constructor Details
-
HHDKennisgeving
public HHDKennisgeving()
-
-
Method Details
-
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
HHDKennisgeving.HHDPRS -
getHDDWOZ
Gets the value of the hddwoz property.- Returns:
- possible object is
JAXBElement<HHDKennisgeving.HDDWOZ>
-
setHDDWOZ
Sets the value of the hddwoz property.- Parameters:
value- allowed object isJAXBElement<HHDKennisgeving.HDDWOZ>
-