Class NNPAntwoord

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

public class NNPAntwoord extends NNPFund
Niet natuurlijk persoon binnen antwoordbericht

Java class for NNP-antwoord complex type.

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

 <complexType name="NNP-antwoord">
   <complexContent>
     <extension base="{http://www.egem.nl/StUF/sector/bg/0204}NNP-fund">
       <sequence>
         <element name="NNP" type="{http://www.egem.nl/StUF/sector/bg/0204}NNP-fund" maxOccurs="unbounded" minOccurs="0"/>
         <element name="NNPADRCOR" type="{http://www.egem.nl/StUF/sector/bg/0204}ADR-relFund" maxOccurs="unbounded" minOccurs="0"/>
         <element name="NNPADRVBL" type="{http://www.egem.nl/StUF/sector/bg/0204}ADR-relFund" maxOccurs="unbounded" minOccurs="0"/>
         <element name="NNPNNPHFD" maxOccurs="unbounded" 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" maxOccurs="unbounded" 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

  • Constructor Details

    • NNPAntwoord

      public NNPAntwoord()
  • Method Details

    • getNNP

      public List<NNPFund> getNNP()
      Gets the value of the nnp 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 nnp property.

      For example, to add a new item, do as follows:

          getNNP().add(newItem);
       

      Objects of the following type(s) are allowed in the list NNPFund

    • getNNPADRCOR

      public List<ADRRelFund> getNNPADRCOR()
      Gets the value of the nnpadrcor 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 nnpadrcor property.

      For example, to add a new item, do as follows:

          getNNPADRCOR().add(newItem);
       

      Objects of the following type(s) are allowed in the list ADRRelFund

    • getNNPADRVBL

      public List<ADRRelFund> getNNPADRVBL()
      Gets the value of the nnpadrvbl 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 nnpadrvbl property.

      For example, to add a new item, do as follows:

          getNNPADRVBL().add(newItem);
       

      Objects of the following type(s) are allowed in the list ADRRelFund

    • getNNPNNPHFD

      public List<NNPAntwoord.NNPNNPHFD> getNNPNNPHFD()
      Gets the value of the nnpnnphfd 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 nnpnnphfd property.

      For example, to add a new item, do as follows:

          getNNPNNPHFD().add(newItem);
       

      Objects of the following type(s) are allowed in the list NNPAntwoord.NNPNNPHFD

    • getNNPNNPNVN

      public List<NNPAntwoord.NNPNNPNVN> getNNPNNPNVN()
      Gets the value of the nnpnnpnvn 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 nnpnnpnvn property.

      For example, to add a new item, do as follows:

          getNNPNNPNVN().add(newItem);
       

      Objects of the following type(s) are allowed in the list NNPAntwoord.NNPNNPNVN