Class ADRAntwoord

java.lang.Object
nl.egem.stuf.sector.bg._0204.ADRFund
nl.egem.stuf.sector.bg._0204.ADRAntwoord

public class ADRAntwoord extends ADRFund
adres binnen antwoordberichten

Java class for ADR-antwoord complex type.

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

 <complexType name="ADR-antwoord">
   <complexContent>
     <extension base="{http://www.egem.nl/StUF/sector/bg/0204}ADR-fund">
       <sequence>
         <element name="ADR" type="{http://www.egem.nl/StUF/sector/bg/0204}ADR-fund" maxOccurs="unbounded" minOccurs="0"/>
         <element name="ADRADROSU" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <extension base="{http://www.egem.nl/StUF/sector/bg/0204}ADRADROSU-rel">
                 <sequence>
                   <element name="ADR" type="{http://www.egem.nl/StUF/sector/bg/0204}ADR-kennisgeving"/>
                 </sequence>
               </extension>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ADRAntwoord

      public ADRAntwoord()
  • Method Details

    • getADR

      public List<ADRFund> getADR()
      Gets the value of the adr 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 adr property.

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

          getADR().add(newItem);
       

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

    • getADRADROSU

      public List<ADRAntwoord.ADRADROSU> getADRADROSU()
      Gets the value of the adradrosu 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 adradrosu property.

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

          getADRADROSU().add(newItem);
       

      Objects of the following type(s) are allowed in the list ADRAntwoord.ADRADROSU