Class KDOAntwoord

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

public class KDOAntwoord extends KDOFund
kadastraal object binnen antwoordberichten

Java class for KDO-antwoord complex type.

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

<complexType name="KDO-antwoord">
  <complexContent>
    <extension base="{http://www.egem.nl/StUF/sector/bg/0204}KDO-fund">
      <sequence>
        <element name="KDO" type="{http://www.egem.nl/StUF/sector/bg/0204}KDO-fund" maxOccurs="unbounded" minOccurs="0"/>
        <element name="KDOADR" type="{http://www.egem.nl/StUF/sector/bg/0204}ADR-relFund" maxOccurs="unbounded" minOccurs="0"/>
        <element name="KDOBSG" 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-fund"/>
                </sequence>
              </extension>
            </complexContent>
          </complexType>
        </element>
        <element name="KDOKDOFIL" maxOccurs="unbounded" 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" maxOccurs="unbounded" 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="unbounded" 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="unbounded" 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

    • KDOAntwoord

      public KDOAntwoord()
  • Method Details

    • getKDO

      public List<KDOFund> getKDO()
      Gets the value of the kdo 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 kdo property.

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

         getKDO().add(newItem);
      

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

    • getKDOADR

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

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

         getKDOADR().add(newItem);
      

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

    • getKDOBSG

      public List<KDOAntwoord.KDOBSG> getKDOBSG()
      Gets the value of the kdobsg 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 kdobsg property.

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

         getKDOBSG().add(newItem);
      

      Objects of the following type(s) are allowed in the list KDOAntwoord.KDOBSG

    • getKDOKDOFIL

      public List<KDOAntwoord.KDOKDOFIL> getKDOKDOFIL()
      Gets the value of the kdokdofil 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 kdokdofil property.

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

         getKDOKDOFIL().add(newItem);
      

      Objects of the following type(s) are allowed in the list KDOAntwoord.KDOKDOFIL

    • getKDOPRB

      public List<KDOAntwoord.KDOPRB> getKDOPRB()
      Gets the value of the kdoprb 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 kdoprb property.

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

         getKDOPRB().add(newItem);
      

      Objects of the following type(s) are allowed in the list KDOAntwoord.KDOPRB

    • getKDOSUBVZG

      public List<KDOAntwoord.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 KDOAntwoord.KDOSUBVZG

    • getKDOSUBZKR

      public List<KDOAntwoord.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 KDOAntwoord.KDOSUBZKR