Class OBWKennisgeving
Java class for OBW-kennisgeving complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OBW-kennisgeving"> <complexContent> <extension base="{http://www.egem.nl/StUF/sector/bg/0204}OBW-fund"> <sequence> <element name="OBWADR" type="{http://www.egem.nl/StUF/sector/bg/0204}ADR-relKerngegevens" maxOccurs="unbounded" minOccurs="0"/> <element name="OBWKDO" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <extension base="{http://www.egem.nl/StUF/sector/bg/0204}Relatie"> <sequence> <element name="KDO" type="{http://www.egem.nl/StUF/sector/bg/0204}KDO-kerngegevens"/> </sequence> </extension> </complexContent> </complexType> </element> <element name="OBWBSG" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <extension base="{http://www.egem.nl/StUF/sector/bg/0204}Relatie"> <sequence> <element name="BSG" type="{http://www.egem.nl/StUF/sector/bg/0204}BSG-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.OBWFund
OBWFund.OmschrijvingOverigBouwwerk, OBWFund.OverigBouwwerkNummer, OBWFund.TypeOverigBouwwerk
-
Field Summary
Modifier and TypeFieldDescriptionprotected List<ADRRelKerngegevens>
protected List<OBWKennisgeving.OBWBSG>
protected List<OBWKennisgeving.OBWKDO>
Fields inherited from class nl.egem.stuf.sector.bg._0204.OBWFund
extraElementen, noValue, omschrijvingOverigBouwwerk, overigBouwwerkNummer, sleutelGegevensbeheer, sleutelOntvangend, sleutelVerzendend, soortEntiteit, tijdvakGeldigheid, typeOverigBouwwerk, verwerkingssoort
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the obwadr property.Gets the value of the obwbsg property.Gets the value of the obwkdo property.Methods inherited from class nl.egem.stuf.sector.bg._0204.OBWFund
getExtraElementen, getNoValue, getOmschrijvingOverigBouwwerk, getOverigBouwwerkNummer, getSleutelGegevensbeheer, getSleutelOntvangend, getSleutelVerzendend, getSoortEntiteit, getTijdvakGeldigheid, getTypeOverigBouwwerk, getVerwerkingssoort, setExtraElementen, setNoValue, setOmschrijvingOverigBouwwerk, setOverigBouwwerkNummer, setSleutelGegevensbeheer, setSleutelOntvangend, setSleutelVerzendend, setSoortEntiteit, setTijdvakGeldigheid, setTypeOverigBouwwerk, setVerwerkingssoort
-
Field Details
-
obwadr
-
obwkdo
-
obwbsg
-
-
Constructor Details
-
OBWKennisgeving
public OBWKennisgeving()
-
-
Method Details
-
getOBWADR
Gets the value of the obwadr 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 obwadr property.For example, to add a new item, do as follows:
getOBWADR().add(newItem);
Objects of the following type(s) are allowed in the list
ADRRelKerngegevens
-
getOBWKDO
Gets the value of the obwkdo 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 obwkdo property.For example, to add a new item, do as follows:
getOBWKDO().add(newItem);
Objects of the following type(s) are allowed in the list
OBWKennisgeving.OBWKDO
-
getOBWBSG
Gets the value of the obwbsg 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 obwbsg property.For example, to add a new item, do as follows:
getOBWBSG().add(newItem);
Objects of the following type(s) are allowed in the list
OBWKennisgeving.OBWBSG
-