Package nl.egem.stuf.sector.bg._0204
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
Modifier and TypeClassDescriptionstatic class
Java class for anonymous complex type.static class
Java class for anonymous complex type.Nested classes/interfaces inherited from class nl.egem.stuf.sector.bg._0204.HHDFund
HHDFund.GrootteHuishouden, HHDFund.Huishoudennummer, HHDFund.SoortHuishouden
-
Field Summary
Modifier and TypeFieldDescriptionprotected javax.xml.bind.JAXBElement<HHDKennisgeving.HDDWOZ>
protected List<HHDKennisgeving.HHDPRS>
Fields inherited from class nl.egem.stuf.sector.bg._0204.HHDFund
extraElementen, grootteHuishouden, huishoudennummer, noValue, sleutelGegevensbeheer, sleutelOntvangend, sleutelVerzendend, soortEntiteit, soortHuishouden, tijdvakGeldigheid, verwerkingssoort
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<HHDKennisgeving.HDDWOZ>
Gets the value of the hddwoz property.Gets the value of the hhdprs property.void
setHDDWOZ
(javax.xml.bind.JAXBElement<HHDKennisgeving.HDDWOZ> value) Sets the value of the hddwoz property.Methods inherited from class nl.egem.stuf.sector.bg._0204.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
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
-
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
>
-