Class VBOVraag

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

public class VBOVraag extends VBOFund
verbljifsobject binnen vraagbericht

Java class for VBO-vraag complex type.

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

 <complexType name="VBO-vraag">
   <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-relFund" minOccurs="0"/>
         <element name="VBOBSG" 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" 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="2" 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" 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

    • VBOVraag

      public VBOVraag()
  • Method Details

    • getVBOADR

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

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

      public javax.xml.bind.JAXBElement<VBOVraag.VBOBSG> getVBOBSG()
      Gets the value of the vbobsg property.
      Returns:
      possible object is JAXBElement<VBOVraag.VBOBSG>
    • setVBOBSG

      public void setVBOBSG(javax.xml.bind.JAXBElement<VBOVraag.VBOBSG> value)
      Sets the value of the vbobsg property.
      Parameters:
      value - allowed object is JAXBElement<VBOVraag.VBOBSG>
    • getVBOKDO

      public javax.xml.bind.JAXBElement<VBOVraag.VBOKDO> getVBOKDO()
      Gets the value of the vbokdo property.
      Returns:
      possible object is JAXBElement<VBOVraag.VBOKDO>
    • setVBOKDO

      public void setVBOKDO(javax.xml.bind.JAXBElement<VBOVraag.VBOKDO> value)
      Sets the value of the vbokdo property.
      Parameters:
      value - allowed object is JAXBElement<VBOVraag.VBOKDO>
    • getVBOSUBGBR

      public List<VBOVraag.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 VBOVraag.VBOSUBGBR

    • getVBOVBOOSU

      public javax.xml.bind.JAXBElement<VBOVraag.VBOVBOOSU> getVBOVBOOSU()
      Gets the value of the vbovboosu property.
      Returns:
      possible object is JAXBElement<VBOVraag.VBOVBOOSU>
    • setVBOVBOOSU

      public void setVBOVBOOSU(javax.xml.bind.JAXBElement<VBOVraag.VBOVBOOSU> value)
      Sets the value of the vbovboosu property.
      Parameters:
      value - allowed object is JAXBElement<VBOVraag.VBOVBOOSU>