Class BestandenlijstOpvragenResultaatType


  • public class BestandenlijstOpvragenResultaatType
    extends Object
    De opgevraagde bestandenlijst met (niet grote) bestanden inclusief afgifte gegevens. De lijst bevat die afgiftes die voldoen aan de gebruikte selectiegegevens. Indien er geen afgiftes voldoen aan deze selectie gegevens, dan is er geen bestandenlijst aanwezig in het resultaat.

    Java class for BestandenlijstOpvragenResultaatType complex type.

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

     <complexType name="BestandenlijstOpvragenResultaatType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://www.kadaster.nl/schemas/generiek-extern/procesresultaat/v20110922}ProcesVerwerking"/>
             <element ref="{http://www.kadaster.nl/schemas/gds2/afgifte-bestandenlijstopvragenresultaat/afgifte/v20130701}BestandenLijst" minOccurs="0"/>
             <element name="meerAfgiftesbeschikbaar" minOccurs="0">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                   <length value="1"/>
                 </restriction>
               </simpleType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • BestandenlijstOpvragenResultaatType

        public BestandenlijstOpvragenResultaatType()
    • Method Detail

      • getProcesVerwerking

        public ProcesVerwerking getProcesVerwerking()
        Gets the value of the procesVerwerking property.
        Returns:
        possible object is ProcesVerwerking
      • setProcesVerwerking

        public void setProcesVerwerking​(ProcesVerwerking value)
        Sets the value of the procesVerwerking property.
        Parameters:
        value - allowed object is ProcesVerwerking
      • setBestandenLijst

        public void setBestandenLijst​(BestandenLijstType value)
        Sets the value of the bestandenLijst property.
        Parameters:
        value - allowed object is BestandenLijstType
      • getMeerAfgiftesbeschikbaar

        public String getMeerAfgiftesbeschikbaar()
        Gets the value of the meerAfgiftesbeschikbaar property.
        Returns:
        possible object is String
      • setMeerAfgiftesbeschikbaar

        public void setMeerAfgiftesbeschikbaar​(String value)
        Sets the value of the meerAfgiftesbeschikbaar property.
        Parameters:
        value - allowed object is String