Class WOZKennisgeving

java.lang.Object
nl.egem.stuf.sector.bg._0204.WOZFund
nl.egem.stuf.sector.bg._0204.WOZKennisgeving

public class WOZKennisgeving extends WOZFund
WOZ-object binnen kennisgeving

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>
 
  • Field Details

  • Constructor Details

    • WOZKennisgeving

      public WOZKennisgeving()
  • Method Details

    • getWOZADRHFD

      public javax.xml.bind.JAXBElement<ADRRelFund> getWOZADRHFD()
      Gets the value of the wozadrhfd property.
      Returns:
      possible object is JAXBElement<ADRRelFund>
    • setWOZADRHFD

      public void setWOZADRHFD(javax.xml.bind.JAXBElement<ADRRelFund> value)
      Sets the value of the wozadrhfd property.
      Parameters:
      value - allowed object is JAXBElement<ADRRelFund>
    • getWOZADRNVN

      public List<ADRRelKerngegevens> 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

      public List<WOZKennisgeving.WOZKDO> 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

      public List<WOZKennisgeving.WOZOBW> 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

      public javax.xml.bind.JAXBElement<WOZKennisgeving.WOZSUBEIG> getWOZSUBEIG()
      Gets the value of the wozsubeig property.
      Returns:
      possible object is JAXBElement<WOZKennisgeving.WOZSUBEIG>
    • setWOZSUBEIG

      public void setWOZSUBEIG(javax.xml.bind.JAXBElement<WOZKennisgeving.WOZSUBEIG> value)
      Sets the value of the wozsubeig property.
      Parameters:
      value - allowed object is JAXBElement<WOZKennisgeving.WOZSUBEIG>
    • getWOZSUBGBR

      public javax.xml.bind.JAXBElement<WOZKennisgeving.WOZSUBGBR> getWOZSUBGBR()
      Gets the value of the wozsubgbr property.
      Returns:
      possible object is JAXBElement<WOZKennisgeving.WOZSUBGBR>
    • setWOZSUBGBR

      public void setWOZSUBGBR(javax.xml.bind.JAXBElement<WOZKennisgeving.WOZSUBGBR> value)
      Sets the value of the wozsubgbr property.
      Parameters:
      value - allowed object is JAXBElement<WOZKennisgeving.WOZSUBGBR>
    • getWOZVBO

      public List<WOZKennisgeving.WOZVBO> 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