Class OBWVraag

java.lang.Object
nl.egem.stuf.sector.bg._0204.OBWFund
nl.egem.stuf.sector.bg._0204.OBWVraag

public class OBWVraag extends OBWFund
Overig bouwwerk binnen vraagbericht

Java class for OBW-vraag complex type.

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

 <complexType name="OBW-vraag">
   <complexContent>
     <extension base="{http://www.egem.nl/StUF/sector/bg/0204}OBW-fund">
       <sequence>
         <element name="OBWADR" type="{http://www.egem.nl/StUF/sector/bg/0204}ADR-relFund" minOccurs="0"/>
         <element name="OBWKDO" 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="OBWBSG" 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>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • obwadr

      protected javax.xml.bind.JAXBElement<ADRRelFund> obwadr
    • obwkdo

      protected javax.xml.bind.JAXBElement<OBWVraag.OBWKDO> obwkdo
    • obwbsg

      protected javax.xml.bind.JAXBElement<OBWVraag.OBWBSG> obwbsg
  • Constructor Details

    • OBWVraag

      public OBWVraag()
  • Method Details

    • getOBWADR

      public javax.xml.bind.JAXBElement<ADRRelFund> getOBWADR()
      Gets the value of the obwadr property.
      Returns:
      possible object is JAXBElement<ADRRelFund>
    • setOBWADR

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

      public javax.xml.bind.JAXBElement<OBWVraag.OBWKDO> getOBWKDO()
      Gets the value of the obwkdo property.
      Returns:
      possible object is JAXBElement<OBWVraag.OBWKDO>
    • setOBWKDO

      public void setOBWKDO(javax.xml.bind.JAXBElement<OBWVraag.OBWKDO> value)
      Sets the value of the obwkdo property.
      Parameters:
      value - allowed object is JAXBElement<OBWVraag.OBWKDO>
    • getOBWBSG

      public javax.xml.bind.JAXBElement<OBWVraag.OBWBSG> getOBWBSG()
      Gets the value of the obwbsg property.
      Returns:
      possible object is JAXBElement<OBWVraag.OBWBSG>
    • setOBWBSG

      public void setOBWBSG(javax.xml.bind.JAXBElement<OBWVraag.OBWBSG> value)
      Sets the value of the obwbsg property.
      Parameters:
      value - allowed object is JAXBElement<OBWVraag.OBWBSG>