Class NNPVraag

java.lang.Object
nl.egem.stuf.sector.bg._0204.NNPFund
nl.egem.stuf.sector.bg._0204.NNPVraag

public class NNPVraag extends NNPFund
Niet natuurlijk persoon binnen vraagbericht

Java class for NNP-vraag complex type.

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

 <complexType name="NNP-vraag">
   <complexContent>
     <extension base="{http://www.egem.nl/StUF/sector/bg/0204}NNP-fund">
       <sequence>
         <element name="NNPADRCOR" type="{http://www.egem.nl/StUF/sector/bg/0204}ADR-relFund" minOccurs="0"/>
         <element name="NNPADRVBL" type="{http://www.egem.nl/StUF/sector/bg/0204}ADR-relFund" minOccurs="0"/>
         <element name="NNPNNPHFD" minOccurs="0">
           <complexType>
             <complexContent>
               <extension base="{http://www.egem.nl/StUF/sector/bg/0204}Relatie">
                 <sequence>
                   <element name="NNP" type="{http://www.egem.nl/StUF/sector/bg/0204}NNP-kennisgeving" minOccurs="0"/>
                 </sequence>
               </extension>
             </complexContent>
           </complexType>
         </element>
         <element name="NNPNNPNVN" minOccurs="0">
           <complexType>
             <complexContent>
               <extension base="{http://www.egem.nl/StUF/sector/bg/0204}Relatie">
                 <sequence>
                   <element name="NNP" type="{http://www.egem.nl/StUF/sector/bg/0204}NNP-kennisgeving" minOccurs="0"/>
                 </sequence>
               </extension>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • nnpadrcor

      protected javax.xml.bind.JAXBElement<ADRRelFund> nnpadrcor
    • nnpadrvbl

      protected javax.xml.bind.JAXBElement<ADRRelFund> nnpadrvbl
    • nnpnnphfd

      protected javax.xml.bind.JAXBElement<NNPVraag.NNPNNPHFD> nnpnnphfd
    • nnpnnpnvn

      protected javax.xml.bind.JAXBElement<NNPVraag.NNPNNPNVN> nnpnnpnvn
  • Constructor Details

    • NNPVraag

      public NNPVraag()
  • Method Details

    • getNNPADRCOR

      public javax.xml.bind.JAXBElement<ADRRelFund> getNNPADRCOR()
      Gets the value of the nnpadrcor property.
      Returns:
      possible object is JAXBElement<ADRRelFund>
    • setNNPADRCOR

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

      public javax.xml.bind.JAXBElement<ADRRelFund> getNNPADRVBL()
      Gets the value of the nnpadrvbl property.
      Returns:
      possible object is JAXBElement<ADRRelFund>
    • setNNPADRVBL

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

      public javax.xml.bind.JAXBElement<NNPVraag.NNPNNPHFD> getNNPNNPHFD()
      Gets the value of the nnpnnphfd property.
      Returns:
      possible object is JAXBElement<NNPVraag.NNPNNPHFD>
    • setNNPNNPHFD

      public void setNNPNNPHFD(javax.xml.bind.JAXBElement<NNPVraag.NNPNNPHFD> value)
      Sets the value of the nnpnnphfd property.
      Parameters:
      value - allowed object is JAXBElement<NNPVraag.NNPNNPHFD>
    • getNNPNNPNVN

      public javax.xml.bind.JAXBElement<NNPVraag.NNPNNPNVN> getNNPNNPNVN()
      Gets the value of the nnpnnpnvn property.
      Returns:
      possible object is JAXBElement<NNPVraag.NNPNNPNVN>
    • setNNPNNPNVN

      public void setNNPNNPNVN(javax.xml.bind.JAXBElement<NNPVraag.NNPNNPNVN> value)
      Sets the value of the nnpnnpnvn property.
      Parameters:
      value - allowed object is JAXBElement<NNPVraag.NNPNNPNVN>