Package nl.egem.stuf.sector.bg._0204
Class ADRKennisgeving
java.lang.Object
nl.egem.stuf.sector.bg._0204.ADRFund
nl.egem.stuf.sector.bg._0204.ADRKennisgeving
adres binnen kennisgeving
Java class for ADR-kennisgeving complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ADR-kennisgeving"> <complexContent> <extension base="{http://www.egem.nl/StUF/sector/bg/0204}ADR-fund"> <sequence> <element name="ADRADROSU" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <extension base="{http://www.egem.nl/StUF/sector/bg/0204}ADRADROSU-rel"> <sequence> <element name="ADR" type="{http://www.egem.nl/StUF/sector/bg/0204}ADR-kerngegevens"/> </sequence> </extension> </complexContent> </complexType> </element> </sequence> </extension> </complexContent> </complexType>
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Java class for anonymous complex type.Nested classes/interfaces inherited from class nl.egem.stuf.sector.bg._0204.ADRFund
ADRFund.AanduidingBijHuisnummer, ADRFund.AdresBuitenland1, ADRFund.AdresBuitenland2, ADRFund.AdresBuitenland3, ADRFund.Antwoordnummer, ADRFund.Buurtcode, ADRFund.CentroidXCoordinaat, ADRFund.CentroidYCoordinaat, ADRFund.CentroidZCoordinaat, ADRFund.Gemeentecode, ADRFund.Huisletter, ADRFund.Huisnummer, ADRFund.Huisnummertoevoeging, ADRFund.Landcode, ADRFund.Locatieadresnummer, ADRFund.Locatieomschrijving, ADRFund.Postbusnummer, ADRFund.Postcode, ADRFund.Straatcode, ADRFund.Straatnaam, ADRFund.Wijkcode, ADRFund.Woonplaatsnaam
-
Field Summary
Fields inherited from class nl.egem.stuf.sector.bg._0204.ADRFund
aanduidingBijHuisnummer, adresBuitenland1, adresBuitenland2, adresBuitenland3, antwoordnummer, buurtcode, centroidXCoordinaat, centroidYCoordinaat, centroidZCoordinaat, einddatum, extraElementen, gemeentecode, huisletter, huisnummer, huisnummertoevoeging, ingangsdatum, landcode, locatieadresnummer, locatieomschrijving, noValue, postbusnummer, postcode, sleutelGegevensbeheer, sleutelOntvangend, sleutelVerzendend, soortEntiteit, straatcode, straatnaam, tijdvakGeldigheid, verwerkingssoort, wijkcode, woonplaatsnaam
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the adradrosu property.Methods inherited from class nl.egem.stuf.sector.bg._0204.ADRFund
getAanduidingBijHuisnummer, getAdresBuitenland1, getAdresBuitenland2, getAdresBuitenland3, getAntwoordnummer, getBuurtcode, getCentroidXCoordinaat, getCentroidYCoordinaat, getCentroidZCoordinaat, getEinddatum, getExtraElementen, getGemeentecode, getHuisletter, getHuisnummer, getHuisnummertoevoeging, getIngangsdatum, getLandcode, getLocatieadresnummer, getLocatieomschrijving, getNoValue, getPostbusnummer, getPostcode, getSleutelGegevensbeheer, getSleutelOntvangend, getSleutelVerzendend, getSoortEntiteit, getStraatcode, getStraatnaam, getTijdvakGeldigheid, getVerwerkingssoort, getWijkcode, getWoonplaatsnaam, setAanduidingBijHuisnummer, setAdresBuitenland1, setAdresBuitenland2, setAdresBuitenland3, setAntwoordnummer, setBuurtcode, setCentroidXCoordinaat, setCentroidYCoordinaat, setCentroidZCoordinaat, setEinddatum, setExtraElementen, setGemeentecode, setHuisletter, setHuisnummer, setHuisnummertoevoeging, setIngangsdatum, setLandcode, setLocatieadresnummer, setLocatieomschrijving, setNoValue, setPostbusnummer, setPostcode, setSleutelGegevensbeheer, setSleutelOntvangend, setSleutelVerzendend, setSoortEntiteit, setStraatcode, setStraatnaam, setTijdvakGeldigheid, setVerwerkingssoort, setWijkcode, setWoonplaatsnaam
-
Field Details
-
adradrosu
-
-
Constructor Details
-
ADRKennisgeving
public ADRKennisgeving()
-
-
Method Details
-
getADRADROSU
Gets the value of the adradrosu 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 adradrosu property.For example, to add a new item, do as follows:
getADRADROSU().add(newItem);
Objects of the following type(s) are allowed in the list
ADRKennisgeving.ADRADROSU
-