Class HHDKennisgeving

java.lang.Object
nl.egem.stuf.sector.bg._0204.HHDFund
nl.egem.stuf.sector.bg._0204.HHDKennisgeving

public class HHDKennisgeving extends HHDFund
huishouden binnen kennisgeving

Java class for HHD-kennisgeving complex type.

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

 <complexType name="HHD-kennisgeving">
   <complexContent>
     <extension base="{http://www.egem.nl/StUF/sector/bg/0204}HHD-fund">
       <sequence>
         <element name="HHDPRS" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <extension base="{http://www.egem.nl/StUF/sector/bg/0204}HHDPRS-rel">
                 <sequence>
                   <element name="PRS" type="{http://www.egem.nl/StUF/sector/bg/0204}PRS-kerngegevens"/>
                 </sequence>
               </extension>
             </complexContent>
           </complexType>
         </element>
         <element name="HDDWOZ" minOccurs="0">
           <complexType>
             <complexContent>
               <extension base="{http://www.egem.nl/StUF/sector/bg/0204}Relatie">
                 <sequence>
                   <element name="WOZ" type="{http://www.egem.nl/StUF/sector/bg/0204}WOZ-kerngegevens"/>
                 </sequence>
               </extension>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • HHDKennisgeving

      public HHDKennisgeving()
  • Method Details

    • getHHDPRS

      public List<HHDKennisgeving.HHDPRS> getHHDPRS()
      Gets the value of the hhdprs 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 hhdprs property.

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

          getHHDPRS().add(newItem);
       

      Objects of the following type(s) are allowed in the list HHDKennisgeving.HHDPRS

    • getHDDWOZ

      public javax.xml.bind.JAXBElement<HHDKennisgeving.HDDWOZ> getHDDWOZ()
      Gets the value of the hddwoz property.
      Returns:
      possible object is JAXBElement<HHDKennisgeving.HDDWOZ>
    • setHDDWOZ

      public void setHDDWOZ(javax.xml.bind.JAXBElement<HHDKennisgeving.HDDWOZ> value)
      Sets the value of the hddwoz property.
      Parameters:
      value - allowed object is JAXBElement<HHDKennisgeving.HDDWOZ>