Class VBOKennisgeving

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

public class VBOKennisgeving extends VBOFund
verblijfsobject binnen kennisgeving

Java class for VBO-kennisgeving complex type.

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

 <complexType name="VBO-kennisgeving">
   <complexContent>
     <extension base="{http://www.egem.nl/StUF/sector/bg/0204}VBO-fund">
       <sequence>
         <element name="VBOADR" type="{http://www.egem.nl/StUF/sector/bg/0204}ADR-relKerngegevens" 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-kerngegevens"/>
                 </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-kerngegevens"/>
                 </sequence>
               </extension>
             </complexContent>
           </complexType>
         </element>
         <element name="VBOSUBGBR" 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="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-kerngegevens"/>
                 </sequence>
               </extension>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • VBOKennisgeving

      public VBOKennisgeving()
  • Method Details

    • getVBOADR

      public javax.xml.bind.JAXBElement<ADRRelKerngegevens> getVBOADR()
      Gets the value of the vboadr property.
      Returns:
      possible object is JAXBElement<ADRRelKerngegevens>
    • setVBOADR

      public void setVBOADR(javax.xml.bind.JAXBElement<ADRRelKerngegevens> value)
      Sets the value of the vboadr property.
      Parameters:
      value - allowed object is JAXBElement<ADRRelKerngegevens>
    • getVBOBSG

      public List<VBOKennisgeving.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 VBOKennisgeving.VBOBSG

    • getVBOKDO

      public List<VBOKennisgeving.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 VBOKennisgeving.VBOKDO

    • getVBOSUBGBR

      public javax.xml.bind.JAXBElement<VBOKennisgeving.VBOSUBGBR> getVBOSUBGBR()
      Gets the value of the vbosubgbr property.
      Returns:
      possible object is JAXBElement<VBOKennisgeving.VBOSUBGBR>
    • setVBOSUBGBR

      public void setVBOSUBGBR(javax.xml.bind.JAXBElement<VBOKennisgeving.VBOSUBGBR> value)
      Sets the value of the vbosubgbr property.
      Parameters:
      value - allowed object is JAXBElement<VBOKennisgeving.VBOSUBGBR>
    • getVBOVBOOSU

      public List<VBOKennisgeving.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 VBOKennisgeving.VBOVBOOSU