Class KDOVraag

java.lang.Object
nl.egem.stuf.sector.bg._0204.KDOFund
nl.egem.stuf.sector.bg._0204.KDOVraag

public class KDOVraag extends KDOFund
kadastraal object binnen vraagberichten

Java class for KDO-vraag complex type.

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

 <complexType name="KDO-vraag">
   <complexContent>
     <extension base="{http://www.egem.nl/StUF/sector/bg/0204}KDO-fund">
       <sequence>
         <element name="KDOADR" type="{http://www.egem.nl/StUF/sector/bg/0204}ADR-relFund" minOccurs="0"/>
         <element name="KDOBSG" 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-fund"/>
                 </sequence>
               </extension>
             </complexContent>
           </complexType>
         </element>
         <element name="KDOKDOFIL" minOccurs="0">
           <complexType>
             <complexContent>
               <extension base="{http://www.egem.nl/StUF/sector/bg/0204}KDOKDOFIL-rel">
                 <sequence>
                   <element name="KDO" type="{http://www.egem.nl/StUF/sector/bg/0204}KDO-kennisgeving"/>
                 </sequence>
               </extension>
             </complexContent>
           </complexType>
         </element>
         <element name="KDOPRB" minOccurs="0">
           <complexType>
             <complexContent>
               <extension base="{http://www.egem.nl/StUF/sector/bg/0204}Relatie">
                 <sequence>
                   <element name="PRB" type="{http://www.egem.nl/StUF/sector/bg/0204}PRB-fund"/>
                 </sequence>
               </extension>
             </complexContent>
           </complexType>
         </element>
         <element name="KDOSUBVZG" maxOccurs="2" minOccurs="0">
           <complexType>
             <complexContent>
               <extension base="{http://www.egem.nl/StUF/sector/bg/0204}Relatie">
                 <choice>
                   <element name="PRS" type="{http://www.egem.nl/StUF/sector/bg/0204}PRS-kerngegevens"/>
                   <element name="NNP" type="{http://www.egem.nl/StUF/sector/bg/0204}NNP-kerngegevens"/>
                 </choice>
               </extension>
             </complexContent>
           </complexType>
         </element>
         <element name="KDOSUBZKR" maxOccurs="2" minOccurs="0">
           <complexType>
             <complexContent>
               <extension base="{http://www.egem.nl/StUF/sector/bg/0204}KDOZKR-rel">
                 <choice>
                   <element name="PRS" type="{http://www.egem.nl/StUF/sector/bg/0204}PRS-kerngegevens"/>
                   <element name="NNP" type="{http://www.egem.nl/StUF/sector/bg/0204}NNP-kerngegevens"/>
                 </choice>
               </extension>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • KDOVraag

      public KDOVraag()
  • Method Details

    • getKDOADR

      public javax.xml.bind.JAXBElement<ADRRelFund> getKDOADR()
      Gets the value of the kdoadr property.
      Returns:
      possible object is JAXBElement<ADRRelFund>
    • setKDOADR

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

      public javax.xml.bind.JAXBElement<KDOVraag.KDOBSG> getKDOBSG()
      Gets the value of the kdobsg property.
      Returns:
      possible object is JAXBElement<KDOVraag.KDOBSG>
    • setKDOBSG

      public void setKDOBSG(javax.xml.bind.JAXBElement<KDOVraag.KDOBSG> value)
      Sets the value of the kdobsg property.
      Parameters:
      value - allowed object is JAXBElement<KDOVraag.KDOBSG>
    • getKDOKDOFIL

      public javax.xml.bind.JAXBElement<KDOVraag.KDOKDOFIL> getKDOKDOFIL()
      Gets the value of the kdokdofil property.
      Returns:
      possible object is JAXBElement<KDOVraag.KDOKDOFIL>
    • setKDOKDOFIL

      public void setKDOKDOFIL(javax.xml.bind.JAXBElement<KDOVraag.KDOKDOFIL> value)
      Sets the value of the kdokdofil property.
      Parameters:
      value - allowed object is JAXBElement<KDOVraag.KDOKDOFIL>
    • getKDOPRB

      public javax.xml.bind.JAXBElement<KDOVraag.KDOPRB> getKDOPRB()
      Gets the value of the kdoprb property.
      Returns:
      possible object is JAXBElement<KDOVraag.KDOPRB>
    • setKDOPRB

      public void setKDOPRB(javax.xml.bind.JAXBElement<KDOVraag.KDOPRB> value)
      Sets the value of the kdoprb property.
      Parameters:
      value - allowed object is JAXBElement<KDOVraag.KDOPRB>
    • getKDOSUBVZG

      public List<KDOVraag.KDOSUBVZG> getKDOSUBVZG()
      Gets the value of the kdosubvzg 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 kdosubvzg property.

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

          getKDOSUBVZG().add(newItem);
       

      Objects of the following type(s) are allowed in the list KDOVraag.KDOSUBVZG

    • getKDOSUBZKR

      public List<KDOVraag.KDOSUBZKR> getKDOSUBZKR()
      Gets the value of the kdosubzkr 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 kdosubzkr property.

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

          getKDOSUBZKR().add(newItem);
       

      Objects of the following type(s) are allowed in the list KDOVraag.KDOSUBZKR