Class KDOVraag.KDOSUBVZG

java.lang.Object
nl.egem.stuf.sector.bg._0204.Relatie
nl.egem.stuf.sector.bg._0204.KDOVraag.KDOSUBVZG
Enclosing class:
KDOVraag

public static class KDOVraag.KDOSUBVZG extends Relatie

Java class for anonymous complex type.

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

 <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>
 
  • Field Details

  • Constructor Details

    • KDOSUBVZG

      public KDOSUBVZG()
  • Method Details

    • getPRS

      public javax.xml.bind.JAXBElement<PRSKerngegevens> getPRS()
      Gets the value of the prs property.
      Returns:
      possible object is JAXBElement<PRSKerngegevens>
    • setPRS

      public void setPRS(javax.xml.bind.JAXBElement<PRSKerngegevens> value)
      Sets the value of the prs property.
      Parameters:
      value - allowed object is JAXBElement<PRSKerngegevens>
    • getNNP

      public javax.xml.bind.JAXBElement<NNPKerngegevens> getNNP()
      Gets the value of the nnp property.
      Returns:
      possible object is JAXBElement<NNPKerngegevens>
    • setNNP

      public void setNNP(javax.xml.bind.JAXBElement<NNPKerngegevens> value)
      Sets the value of the nnp property.
      Parameters:
      value - allowed object is JAXBElement<NNPKerngegevens>