
public class ADRAntwoord extends ADRFund
Java class for ADR-antwoord complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ADR-antwoord">
<complexContent>
<extension base="{http://www.egem.nl/StUF/sector/bg/0204}ADR-fund">
<sequence>
<element name="ADR" type="{http://www.egem.nl/StUF/sector/bg/0204}ADR-fund" maxOccurs="unbounded" minOccurs="0"/>
<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-kennisgeving"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ADRAntwoord.ADRADROSU
Java class for anonymous complex type.
|
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| Modifier and Type | Field and Description |
|---|---|
protected List<ADRFund> |
adr |
protected List<ADRAntwoord.ADRADROSU> |
adradrosu |
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 and Description |
|---|
ADRAntwoord() |
| Modifier and Type | Method and Description |
|---|---|
List<ADRFund> |
getADR()
Gets the value of the adr property.
|
List<ADRAntwoord.ADRADROSU> |
getADRADROSU()
Gets the value of the adradrosu property.
|
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, setWoonplaatsnaamprotected List<ADRAntwoord.ADRADROSU> adradrosu
public List<ADRFund> getADR()
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 adr property.
For example, to add a new item, do as follows:
getADR().add(newItem);
Objects of the following type(s) are allowed in the list
ADRFund
public List<ADRAntwoord.ADRADROSU> getADRADROSU()
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
ADRAntwoord.ADRADROSU
Copyright © 2014–2019 B3Partners B.V.. All rights reserved.