Class HHDAntwoord

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

public class HHDAntwoord extends HHDFund
huishouden binnen antwoordberichten

Java class for HHD-antwoord complex type.

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

 <complexType name="HHD-antwoord">
   <complexContent>
     <extension base="{http://www.egem.nl/StUF/sector/bg/0204}HHD-fund">
       <sequence>
         <element name="HHD" type="{http://www.egem.nl/StUF/sector/bg/0204}HHD-fund" maxOccurs="unbounded" minOccurs="0"/>
         <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-kennisgeving"/>
                 </sequence>
               </extension>
             </complexContent>
           </complexType>
         </element>
         <element name="HDDWOZ" maxOccurs="unbounded" 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-kennisgeving"/>
                 </sequence>
               </extension>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • HHDAntwoord

      public HHDAntwoord()
  • Method Details

    • getHHD

      public List<HHDFund> getHHD()
      Gets the value of the hhd 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 hhd property.

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

          getHHD().add(newItem);
       

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

    • getHHDPRS

      public List<HHDAntwoord.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 HHDAntwoord.HHDPRS

    • getHDDWOZ

      public List<HHDAntwoord.HDDWOZ> getHDDWOZ()
      Gets the value of the hddwoz 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 hddwoz property.

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

          getHDDWOZ().add(newItem);
       

      Objects of the following type(s) are allowed in the list HHDAntwoord.HDDWOZ