Class VBOKennisgeving
Java class for VBO-kennisgeving complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VBO-kennisgeving"> <complexContent> <extension base="{http://www.egem.nl/StUF/sector/bg/0204}VBO-fund"> <sequence> <element name="VBOADR" type="{http://www.egem.nl/StUF/sector/bg/0204}ADR-relKerngegevens" minOccurs="0"/> <element name="VBOBSG" 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> <element name="VBOKDO" 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="VBOSUBGBR" minOccurs="0"> <complexType> <complexContent> <extension base="{http://www.egem.nl/StUF/sector/bg/0204}Relatie"> <choice> <element name="NNP" type="{http://www.egem.nl/StUF/sector/bg/0204}NNP-kerngegevens"/> <element name="PRS" type="{http://www.egem.nl/StUF/sector/bg/0204}PRS-kerngegevens"/> </choice> </extension> </complexContent> </complexType> </element> <element name="VBOVBOOSU" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <extension base="{http://www.egem.nl/StUF/sector/bg/0204}VBOVBOOSU-rel"> <sequence> <element name="VBO" type="{http://www.egem.nl/StUF/sector/bg/0204}VBO-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.static 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.VBOFund
VBOFund.AantalParkeerplaatsen, VBOFund.AantalRuimten, VBOFund.AantalWoonlagen, VBOFund.AantalWoonvertrekken, VBOFund.AanUitBouw, VBOFund.BebouwdeTerreinOppervlakte, VBOFund.BereikbaarheidHoofdWoonvertrek, VBOFund.BinnenwerkseKernOppervlakte, VBOFund.Bouwjaar, VBOFund.BouwjaarKlasse, VBOFund.BouwkundigeBestemmingActueel, VBOFund.BouwkundigeBestemmingOorspronkelijk, VBOFund.BouwTechnischeKwaliteitsaanduiding, VBOFund.BrutoInhoud, VBOFund.BrutoVloerOppervlak, VBOFund.CentroidXCoordinaat, VBOFund.CentroidYCoordinaat, VBOFund.CentroidZCoordinaat, VBOFund.CodeRedenToevoegingBeeindiging, VBOFund.FrontBreedte, VBOFund.GemiddeldeBreedte, VBOFund.GemiddeldeHoogte, VBOFund.GemiddeldeLengte, VBOFund.HoogsteBouwlaag, VBOFund.LaagsteBouwlaag, VBOFund.Lifttype, VBOFund.MonumentAanduiding, VBOFund.OnbebouwdeTerreinOppervlakte, VBOFund.OnderhoudsToestand, VBOFund.Renovatiejaar, VBOFund.SoortWoonObject, VBOFund.VerblijfsObjectNummer, VBOFund.VerblijfsObjectType, VBOFund.WoonOppervlakte
-
Field Summary
Modifier and TypeFieldDescriptionprotected javax.xml.bind.JAXBElement<ADRRelKerngegevens>
protected List<VBOKennisgeving.VBOBSG>
protected List<VBOKennisgeving.VBOKDO>
protected javax.xml.bind.JAXBElement<VBOKennisgeving.VBOSUBGBR>
protected List<VBOKennisgeving.VBOVBOOSU>
Fields inherited from class nl.egem.stuf.sector.bg._0204.VBOFund
aantalParkeerplaatsen, aantalRuimten, aantalWoonlagen, aantalWoonvertrekken, aanUitBouw, bebouwdeTerreinOppervlakte, bereikbaarheidHoofdWoonvertrek, binnenwerkseKernOppervlakte, bouwjaar, bouwjaarKlasse, bouwkundigeBestemmingActueel, bouwkundigeBestemmingOorspronkelijk, bouwTechnischeKwaliteitsaanduiding, brutoInhoud, brutoVloerOppervlak, centroidXCoordinaat, centroidYCoordinaat, centroidZCoordinaat, codeRedenToevoegingBeeindiging, datumAanvangBouw, datumBouwGereed, datumSloop, extraElementen, frontBreedte, gemiddeldeBreedte, gemiddeldeHoogte, gemiddeldeLengte, hoogsteBouwlaag, laagsteBouwlaag, lifttype, monumentAanduiding, noValue, onbebouwdeTerreinOppervlakte, onderhoudsToestand, renovatiejaar, sleutelGegevensbeheer, sleutelOntvangend, sleutelVerzendend, soortEntiteit, soortWoonObject, tijdvakGeldigheid, verblijfsObjectNummer, verblijfsObjectType, verwerkingssoort, woonOppervlakte
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<ADRRelKerngegevens>
Gets the value of the vboadr property.Gets the value of the vbobsg property.Gets the value of the vbokdo property.javax.xml.bind.JAXBElement<VBOKennisgeving.VBOSUBGBR>
Gets the value of the vbosubgbr property.Gets the value of the vbovboosu property.void
setVBOADR
(javax.xml.bind.JAXBElement<ADRRelKerngegevens> value) Sets the value of the vboadr property.void
setVBOSUBGBR
(javax.xml.bind.JAXBElement<VBOKennisgeving.VBOSUBGBR> value) Sets the value of the vbosubgbr property.Methods inherited from class nl.egem.stuf.sector.bg._0204.VBOFund
getAantalParkeerplaatsen, getAantalRuimten, getAantalWoonlagen, getAantalWoonvertrekken, getAanUitBouw, getBebouwdeTerreinOppervlakte, getBereikbaarheidHoofdWoonvertrek, getBinnenwerkseKernOppervlakte, getBouwjaar, getBouwjaarKlasse, getBouwkundigeBestemmingActueel, getBouwkundigeBestemmingOorspronkelijk, getBouwTechnischeKwaliteitsaanduiding, getBrutoInhoud, getBrutoVloerOppervlak, getCentroidXCoordinaat, getCentroidYCoordinaat, getCentroidZCoordinaat, getCodeRedenToevoegingBeeindiging, getDatumAanvangBouw, getDatumBouwGereed, getDatumSloop, getExtraElementen, getFrontBreedte, getGemiddeldeBreedte, getGemiddeldeHoogte, getGemiddeldeLengte, getHoogsteBouwlaag, getLaagsteBouwlaag, getLifttype, getMonumentAanduiding, getNoValue, getOnbebouwdeTerreinOppervlakte, getOnderhoudsToestand, getRenovatiejaar, getSleutelGegevensbeheer, getSleutelOntvangend, getSleutelVerzendend, getSoortEntiteit, getSoortWoonObject, getTijdvakGeldigheid, getVerblijfsObjectNummer, getVerblijfsObjectType, getVerwerkingssoort, getWoonOppervlakte, setAantalParkeerplaatsen, setAantalRuimten, setAantalWoonlagen, setAantalWoonvertrekken, setAanUitBouw, setBebouwdeTerreinOppervlakte, setBereikbaarheidHoofdWoonvertrek, setBinnenwerkseKernOppervlakte, setBouwjaar, setBouwjaarKlasse, setBouwTechnischeKwaliteitsaanduiding, setBrutoInhoud, setBrutoVloerOppervlak, setCentroidXCoordinaat, setCentroidYCoordinaat, setCentroidZCoordinaat, setCodeRedenToevoegingBeeindiging, setDatumAanvangBouw, setDatumBouwGereed, setDatumSloop, setExtraElementen, setFrontBreedte, setGemiddeldeBreedte, setGemiddeldeHoogte, setGemiddeldeLengte, setHoogsteBouwlaag, setLaagsteBouwlaag, setMonumentAanduiding, setNoValue, setOnbebouwdeTerreinOppervlakte, setOnderhoudsToestand, setRenovatiejaar, setSleutelGegevensbeheer, setSleutelOntvangend, setSleutelVerzendend, setSoortEntiteit, setSoortWoonObject, setTijdvakGeldigheid, setVerblijfsObjectNummer, setVerblijfsObjectType, setVerwerkingssoort, setWoonOppervlakte
-
Field Details
-
vboadr
-
vbobsg
-
vbokdo
-
vbosubgbr
-
vbovboosu
-
-
Constructor Details
-
VBOKennisgeving
public VBOKennisgeving()
-
-
Method Details
-
getVBOADR
Gets the value of the vboadr property.- Returns:
- possible object is
JAXBElement
<
ADRRelKerngegevens
>
-
setVBOADR
Sets the value of the vboadr property.- Parameters:
value
- allowed object isJAXBElement
<
ADRRelKerngegevens
>
-
getVBOBSG
Gets the value of the vbobsg 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 vbobsg property.For example, to add a new item, do as follows:
getVBOBSG().add(newItem);
Objects of the following type(s) are allowed in the list
VBOKennisgeving.VBOBSG
-
getVBOKDO
Gets the value of the vbokdo 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 vbokdo property.For example, to add a new item, do as follows:
getVBOKDO().add(newItem);
Objects of the following type(s) are allowed in the list
VBOKennisgeving.VBOKDO
-
getVBOSUBGBR
Gets the value of the vbosubgbr property.- Returns:
- possible object is
JAXBElement
<
VBOKennisgeving.VBOSUBGBR
>
-
setVBOSUBGBR
Sets the value of the vbosubgbr property.- Parameters:
value
- allowed object isJAXBElement
<
VBOKennisgeving.VBOSUBGBR
>
-
getVBOVBOOSU
Gets the value of the vbovboosu 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 vbovboosu property.For example, to add a new item, do as follows:
getVBOVBOOSU().add(newItem);
Objects of the following type(s) are allowed in the list
VBOKennisgeving.VBOVBOOSU
-