Class PRSKennisgeving

java.lang.Object
nl.egem.stuf.sector.bg._0204.PRSFund
nl.egem.stuf.sector.bg._0204.PRSKennisgeving
Direct Known Subclasses:
PRSGerelateerde

public class PRSKennisgeving extends PRSFund
Natuurlijk persoon binnen kennisgeving

Java class for PRS-kennisgeving complex type.

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

 <complexType name="PRS-kennisgeving">
   <complexContent>
     <extension base="{http://www.egem.nl/StUF/sector/bg/0204}PRS-fund">
       <sequence>
         <element name="PRSADRCOR" type="{http://www.egem.nl/StUF/sector/bg/0204}ADR-relKerngegevens" minOccurs="0"/>
         <element name="PRSADRINS" type="{http://www.egem.nl/StUF/sector/bg/0204}ADR-relKerngegevens" minOccurs="0"/>
         <element name="PRSADRVBL" type="{http://www.egem.nl/StUF/sector/bg/0204}PRSADRVBL" minOccurs="0"/>
         <element name="PRSIDB" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <extension base="{http://www.egem.nl/StUF/sector/bg/0204}PRSIDB-rel">
                 <sequence>
                   <element name="SIB" type="{http://www.egem.nl/StUF/sector/bg/0204}SIB-tabel"/>
                 </sequence>
               </extension>
             </complexContent>
           </complexType>
         </element>
         <element name="PRSNAT" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <extension base="{http://www.egem.nl/StUF/sector/bg/0204}PRSNAT-rel">
                 <sequence>
                   <element name="NAT" type="{http://www.egem.nl/StUF/sector/bg/0204}NAT-tabel"/>
                 </sequence>
               </extension>
             </complexContent>
           </complexType>
         </element>
         <element name="PRSPRSHUW" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <extension base="{http://www.egem.nl/StUF/sector/bg/0204}PRSPRSHUW-rel">
                 <sequence>
                   <element name="PRS" type="{http://www.egem.nl/StUF/sector/bg/0204}PRS-gerelateerde"/>
                 </sequence>
               </extension>
             </complexContent>
           </complexType>
         </element>
         <element name="PRSPRSKND" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <extension base="{http://www.egem.nl/StUF/sector/bg/0204}PRSPRSKND-rel">
                 <sequence>
                   <element name="PRS" type="{http://www.egem.nl/StUF/sector/bg/0204}PRS-gerelateerde"/>
                 </sequence>
               </extension>
             </complexContent>
           </complexType>
         </element>
         <element name="PRSPRSOUD" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <extension base="{http://www.egem.nl/StUF/sector/bg/0204}PRSPRSOUD-rel">
                 <sequence>
                   <element name="PRS" type="{http://www.egem.nl/StUF/sector/bg/0204}PRS-gerelateerde"/>
                 </sequence>
               </extension>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • PRSKennisgeving

      public PRSKennisgeving()
  • Method Details

    • getPRSADRCOR

      public javax.xml.bind.JAXBElement<ADRRelKerngegevens> getPRSADRCOR()
      Gets the value of the prsadrcor property.
      Returns:
      possible object is JAXBElement<ADRRelKerngegevens>
    • setPRSADRCOR

      public void setPRSADRCOR(javax.xml.bind.JAXBElement<ADRRelKerngegevens> value)
      Sets the value of the prsadrcor property.
      Parameters:
      value - allowed object is JAXBElement<ADRRelKerngegevens>
    • getPRSADRINS

      public javax.xml.bind.JAXBElement<ADRRelKerngegevens> getPRSADRINS()
      Gets the value of the prsadrins property.
      Returns:
      possible object is JAXBElement<ADRRelKerngegevens>
    • setPRSADRINS

      public void setPRSADRINS(javax.xml.bind.JAXBElement<ADRRelKerngegevens> value)
      Sets the value of the prsadrins property.
      Parameters:
      value - allowed object is JAXBElement<ADRRelKerngegevens>
    • getPRSADRVBL

      public javax.xml.bind.JAXBElement<PRSADRVBL> getPRSADRVBL()
      Gets the value of the prsadrvbl property.
      Returns:
      possible object is JAXBElement<PRSADRVBL>
    • setPRSADRVBL

      public void setPRSADRVBL(javax.xml.bind.JAXBElement<PRSADRVBL> value)
      Sets the value of the prsadrvbl property.
      Parameters:
      value - allowed object is JAXBElement<PRSADRVBL>
    • getPRSIDB

      public List<PRSKennisgeving.PRSIDB> getPRSIDB()
      Gets the value of the prsidb 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 prsidb property.

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

          getPRSIDB().add(newItem);
       

      Objects of the following type(s) are allowed in the list PRSKennisgeving.PRSIDB

    • getPRSNAT

      public List<PRSKennisgeving.PRSNAT> getPRSNAT()
      Gets the value of the prsnat 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 prsnat property.

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

          getPRSNAT().add(newItem);
       

      Objects of the following type(s) are allowed in the list PRSKennisgeving.PRSNAT

    • getPRSPRSHUW

      public List<PRSKennisgeving.PRSPRSHUW> getPRSPRSHUW()
      Gets the value of the prsprshuw 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 prsprshuw property.

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

          getPRSPRSHUW().add(newItem);
       

      Objects of the following type(s) are allowed in the list PRSKennisgeving.PRSPRSHUW

    • getPRSPRSKND

      public List<PRSKennisgeving.PRSPRSKND> getPRSPRSKND()
      Gets the value of the prsprsknd 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 prsprsknd property.

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

          getPRSPRSKND().add(newItem);
       

      Objects of the following type(s) are allowed in the list PRSKennisgeving.PRSPRSKND

    • getPRSPRSOUD

      public List<PRSKennisgeving.PRSPRSOUD> getPRSPRSOUD()
      Gets the value of the prsprsoud 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 prsprsoud property.

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

          getPRSPRSOUD().add(newItem);
       

      Objects of the following type(s) are allowed in the list PRSKennisgeving.PRSPRSOUD