Class WOZAntwoord

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

public class WOZAntwoord extends WOZFund
WOZ-object binnen antwoordbericht

Java class for WOZ-antwoord complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="WOZ-antwoord">
   <complexContent>
     <extension base="{http://www.egem.nl/StUF/sector/bg/0204}WOZ-fund">
       <sequence>
         <element name="WOZ" type="{http://www.egem.nl/StUF/sector/bg/0204}WOZ-fund" maxOccurs="unbounded" minOccurs="0"/>
         <element name="WOZADRHFD" type="{http://www.egem.nl/StUF/sector/bg/0204}ADR-relFund" maxOccurs="unbounded" minOccurs="0"/>
         <element name="WOZADRNVN" type="{http://www.egem.nl/StUF/sector/bg/0204}ADR-relFund" 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-kennisgeving"/>
                 </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-kennisgeving"/>
                 </sequence>
               </extension>
             </complexContent>
           </complexType>
         </element>
         <element name="WOZSUBEIG" maxOccurs="unbounded" 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" maxOccurs="unbounded" 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-kennisgeving"/>
                 </sequence>
               </extension>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • WOZAntwoord

      public WOZAntwoord()
  • Method Details

    • getWOZ

      public List<WOZFund> getWOZ()
      Gets the value of the woz 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 woz property.

      For example, to add a new item, do as follows:

          getWOZ().add(newItem);
       

      Objects of the following type(s) are allowed in the list WOZFund

    • getWOZADRHFD

      public List<ADRRelFund> getWOZADRHFD()
      Gets the value of the wozadrhfd 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 wozadrhfd property.

      For example, to add a new item, do as follows:

          getWOZADRHFD().add(newItem);
       

      Objects of the following type(s) are allowed in the list ADRRelFund

    • getWOZADRNVN

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

    • getWOZKDO

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

    • getWOZOBW

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

    • getWOZSUBEIG

      public List<WOZAntwoord.WOZSUBEIG> getWOZSUBEIG()
      Gets the value of the wozsubeig 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 wozsubeig property.

      For example, to add a new item, do as follows:

          getWOZSUBEIG().add(newItem);
       

      Objects of the following type(s) are allowed in the list WOZAntwoord.WOZSUBEIG

    • getWOZSUBGBR

      public List<WOZAntwoord.WOZSUBGBR> getWOZSUBGBR()
      Gets the value of the wozsubgbr 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 wozsubgbr property.

      For example, to add a new item, do as follows:

          getWOZSUBGBR().add(newItem);
       

      Objects of the following type(s) are allowed in the list WOZAntwoord.WOZSUBGBR

    • getWOZVBO

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