Class VBOAntwoord.VBOSUBGBR

java.lang.Object
nl.egem.stuf.sector.bg._0204.Relatie
nl.egem.stuf.sector.bg._0204.VBOAntwoord.VBOSUBGBR
Enclosing class:
VBOAntwoord

public static class VBOAntwoord.VBOSUBGBR 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="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>
 
  • Field Details

  • Constructor Details

    • VBOSUBGBR

      public VBOSUBGBR()
  • Method Details

    • getNNP

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

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

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

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