Class BestandenlijstOpvragenResultaatType

java.lang.Object
nl.kadaster.schemas.gds2.afgifte_bestandenlijstopvragenresultaat.v20170401.BestandenlijstOpvragenResultaatType

public class BestandenlijstOpvragenResultaatType extends Object
De opgevraagde bestandenlijst met afgifte gegevens voor bestanden. 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 name="klantAfgiftenummerMax" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="afgifteAantalInLijst" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="BaseURLSet" type="{http://www.kadaster.nl/schemas/gds2/imgds/baseurl/v20170401}BaseURLSetType" minOccurs="0"/>
         <element ref="{http://www.kadaster.nl/schemas/gds2/afgifte-bestandenlijstresultaat/afgifte/v20170401}BestandenLijst" minOccurs="0"/>
         <element name="meerAfgiftesbeschikbaar" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • procesVerwerking

      protected ProcesVerwerking procesVerwerking
    • klantAfgiftenummerMax

      protected int klantAfgiftenummerMax
    • afgifteAantalInLijst

      protected int afgifteAantalInLijst
    • baseURLSet

      protected BaseURLSetType baseURLSet
    • bestandenLijst

      protected BestandenLijstType bestandenLijst
    • meerAfgiftesbeschikbaar

      protected Boolean meerAfgiftesbeschikbaar
  • Constructor Details

    • BestandenlijstOpvragenResultaatType

      public BestandenlijstOpvragenResultaatType()
  • Method Details

    • 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
    • getKlantAfgiftenummerMax

      public int getKlantAfgiftenummerMax()
      Gets the value of the klantAfgiftenummerMax property.
    • setKlantAfgiftenummerMax

      public void setKlantAfgiftenummerMax(int value)
      Sets the value of the klantAfgiftenummerMax property.
    • getAfgifteAantalInLijst

      public int getAfgifteAantalInLijst()
      Gets the value of the afgifteAantalInLijst property.
    • setAfgifteAantalInLijst

      public void setAfgifteAantalInLijst(int value)
      Sets the value of the afgifteAantalInLijst property.
    • getBaseURLSet

      public BaseURLSetType getBaseURLSet()
      Gets the value of the baseURLSet property.
      Returns:
      possible object is BaseURLSetType
    • setBaseURLSet

      public void setBaseURLSet(BaseURLSetType value)
      Sets the value of the baseURLSet property.
      Parameters:
      value - allowed object is BaseURLSetType
    • getBestandenLijst

      public BestandenLijstType getBestandenLijst()
      Gets the value of the bestandenLijst property.
      Returns:
      possible object is BestandenLijstType
    • setBestandenLijst

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

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

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