Class VBOAntwoord

java.lang.Object
nl.egem.stuf.sector.bg._0204.VBOFund
nl.egem.stuf.sector.bg._0204.VBOAntwoord

public class VBOAntwoord extends VBOFund
verblijfsobject binnen antwoordbericht

Java class for VBO-antwoord complex type.

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

<complexType name="VBO-antwoord">
  <complexContent>
    <extension base="{http://www.egem.nl/StUF/sector/bg/0204}VBO-fund">
      <sequence>
        <element name="VBO" type="{http://www.egem.nl/StUF/sector/bg/0204}VBO-fund" maxOccurs="unbounded" minOccurs="0"/>
        <element name="VBOADR" type="{http://www.egem.nl/StUF/sector/bg/0204}ADR-relFund" maxOccurs="unbounded" minOccurs="0"/>
        <element name="VBOBSG" 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="VBOKDO" 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="VBOSUBGBR" 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-kennisgeving"/>
                  <element name="PRS" type="{http://www.egem.nl/StUF/sector/bg/0204}PRS-kennisgeving"/>
                </choice>
              </extension>
            </complexContent>
          </complexType>
        </element>
        <element name="VBOVBOOSU" maxOccurs="unbounded" minOccurs="0">
          <complexType>
            <complexContent>
              <extension base="{http://www.egem.nl/StUF/sector/bg/0204}VBOVBOOSU-rel">
                <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

    • VBOAntwoord

      public VBOAntwoord()
  • Method Details

    • getVBO

      public List<VBOFund> getVBO()
      Gets the value of the vbo 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 vbo property.

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

         getVBO().add(newItem);
      

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

    • getVBOADR

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

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

         getVBOADR().add(newItem);
      

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

    • getVBOBSG

      public List<VBOAntwoord.VBOBSG> getVBOBSG()
      Gets the value of the vbobsg 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 vbobsg property.

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

         getVBOBSG().add(newItem);
      

      Objects of the following type(s) are allowed in the list VBOAntwoord.VBOBSG

    • getVBOKDO

      public List<VBOAntwoord.VBOKDO> getVBOKDO()
      Gets the value of the vbokdo 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 vbokdo property.

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

         getVBOKDO().add(newItem);
      

      Objects of the following type(s) are allowed in the list VBOAntwoord.VBOKDO

    • getVBOSUBGBR

      public List<VBOAntwoord.VBOSUBGBR> getVBOSUBGBR()
      Gets the value of the vbosubgbr 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 vbosubgbr property.

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

         getVBOSUBGBR().add(newItem);
      

      Objects of the following type(s) are allowed in the list VBOAntwoord.VBOSUBGBR

    • getVBOVBOOSU

      public List<VBOAntwoord.VBOVBOOSU> getVBOVBOOSU()
      Gets the value of the vbovboosu 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 vbovboosu property.

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

         getVBOVBOOSU().add(newItem);
      

      Objects of the following type(s) are allowed in the list VBOAntwoord.VBOVBOOSU