Class WOZKennisgeving
Java class for WOZ-kennisgeving complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WOZ-kennisgeving"> <complexContent> <extension base="{http://www.egem.nl/StUF/sector/bg/0204}WOZ-fund"> <sequence> <element name="WOZADRHFD" type="{http://www.egem.nl/StUF/sector/bg/0204}ADR-relFund" minOccurs="0"/> <element name="WOZADRNVN" type="{http://www.egem.nl/StUF/sector/bg/0204}ADR-relKerngegevens" maxOccurs="unbounded" minOccurs="0"/> <element name="WOZKDO" 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="WOZOBW" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <extension base="{http://www.egem.nl/StUF/sector/bg/0204}Relatie"> <sequence> <element name="OBW" type="{http://www.egem.nl/StUF/sector/bg/0204}OBW-kerngegevens"/> </sequence> </extension> </complexContent> </complexType> </element> <element name="WOZSUBEIG" 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="WOZSUBGBR" 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="WOZVBO" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <extension base="{http://www.egem.nl/StUF/sector/bg/0204}Relatie"> <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.static class
Java class for anonymous complex type.Nested classes/interfaces inherited from class nl.egem.stuf.sector.bg._0204.WOZFund
WOZFund.ActiviteitFeitelijk, WOZFund.Huurprijs, WOZFund.PeildatumWaarde, WOZFund.VastgesteldeWaarde, WOZFund.VastgesteldeWaardeEuro, WOZFund.WozObjectNummer
-
Field Summary
Modifier and TypeFieldDescriptionprotected javax.xml.bind.JAXBElement<ADRRelFund>
protected List<ADRRelKerngegevens>
protected List<WOZKennisgeving.WOZKDO>
protected List<WOZKennisgeving.WOZOBW>
protected javax.xml.bind.JAXBElement<WOZKennisgeving.WOZSUBEIG>
protected javax.xml.bind.JAXBElement<WOZKennisgeving.WOZSUBGBR>
protected List<WOZKennisgeving.WOZVBO>
Fields inherited from class nl.egem.stuf.sector.bg._0204.WOZFund
activiteitFeitelijk, extraElementen, huurprijs, huurprijsEuro, noValue, peildatumHuurprijs, peildatumWaarde, sleutelGegevensbeheer, sleutelOntvangend, sleutelVerzendend, soortEntiteit, tijdvakGeldigheid, vastgesteldeWaarde, vastgesteldeWaardeEuro, verwerkingssoort, wozObjectNummer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<ADRRelFund>
Gets the value of the wozadrhfd property.Gets the value of the wozadrnvn property.Gets the value of the wozkdo property.Gets the value of the wozobw property.javax.xml.bind.JAXBElement<WOZKennisgeving.WOZSUBEIG>
Gets the value of the wozsubeig property.javax.xml.bind.JAXBElement<WOZKennisgeving.WOZSUBGBR>
Gets the value of the wozsubgbr property.Gets the value of the wozvbo property.void
setWOZADRHFD
(javax.xml.bind.JAXBElement<ADRRelFund> value) Sets the value of the wozadrhfd property.void
setWOZSUBEIG
(javax.xml.bind.JAXBElement<WOZKennisgeving.WOZSUBEIG> value) Sets the value of the wozsubeig property.void
setWOZSUBGBR
(javax.xml.bind.JAXBElement<WOZKennisgeving.WOZSUBGBR> value) Sets the value of the wozsubgbr property.Methods inherited from class nl.egem.stuf.sector.bg._0204.WOZFund
getActiviteitFeitelijk, getExtraElementen, getHuurprijs, getHuurprijsEuro, getNoValue, getPeildatumHuurprijs, getPeildatumWaarde, getSleutelGegevensbeheer, getSleutelOntvangend, getSleutelVerzendend, getSoortEntiteit, getTijdvakGeldigheid, getVastgesteldeWaarde, getVastgesteldeWaardeEuro, getVerwerkingssoort, getWozObjectNummer, setExtraElementen, setHuurprijs, setHuurprijsEuro, setNoValue, setPeildatumHuurprijs, setPeildatumWaarde, setSleutelGegevensbeheer, setSleutelOntvangend, setSleutelVerzendend, setSoortEntiteit, setTijdvakGeldigheid, setVastgesteldeWaarde, setVastgesteldeWaardeEuro, setVerwerkingssoort, setWozObjectNummer
-
Field Details
-
wozadrhfd
-
wozadrnvn
-
wozkdo
-
wozobw
-
wozsubeig
-
wozsubgbr
-
wozvbo
-
-
Constructor Details
-
WOZKennisgeving
public WOZKennisgeving()
-
-
Method Details
-
getWOZADRHFD
Gets the value of the wozadrhfd property.- Returns:
- possible object is
JAXBElement
<
ADRRelFund
>
-
setWOZADRHFD
Sets the value of the wozadrhfd property.- Parameters:
value
- allowed object isJAXBElement
<
ADRRelFund
>
-
getWOZADRNVN
Gets the value of the wozadrnvn 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 wozadrnvn property.For example, to add a new item, do as follows:
getWOZADRNVN().add(newItem);
Objects of the following type(s) are allowed in the list
ADRRelKerngegevens
-
getWOZKDO
Gets the value of the wozkdo 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 wozkdo property.For example, to add a new item, do as follows:
getWOZKDO().add(newItem);
Objects of the following type(s) are allowed in the list
WOZKennisgeving.WOZKDO
-
getWOZOBW
Gets the value of the wozobw 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 wozobw property.For example, to add a new item, do as follows:
getWOZOBW().add(newItem);
Objects of the following type(s) are allowed in the list
WOZKennisgeving.WOZOBW
-
getWOZSUBEIG
Gets the value of the wozsubeig property.- Returns:
- possible object is
JAXBElement
<
WOZKennisgeving.WOZSUBEIG
>
-
setWOZSUBEIG
Sets the value of the wozsubeig property.- Parameters:
value
- allowed object isJAXBElement
<
WOZKennisgeving.WOZSUBEIG
>
-
getWOZSUBGBR
Gets the value of the wozsubgbr property.- Returns:
- possible object is
JAXBElement
<
WOZKennisgeving.WOZSUBGBR
>
-
setWOZSUBGBR
Sets the value of the wozsubgbr property.- Parameters:
value
- allowed object isJAXBElement
<
WOZKennisgeving.WOZSUBGBR
>
-
getWOZVBO
Gets the value of the wozvbo 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 wozvbo property.For example, to add a new item, do as follows:
getWOZVBO().add(newItem);
Objects of the following type(s) are allowed in the list
WOZKennisgeving.WOZVBO
-