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. <p>Java class for BestandenlijstOpvragenResultaatType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <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> </pre>
-
-
Field Summary
Fields Modifier and Type Field Description protected intafgifteAantalInLijstprotected BaseURLSetTypebaseURLSetprotected BestandenLijstTypebestandenLijstprotected intklantAfgiftenummerMaxprotected BooleanmeerAfgiftesbeschikbaarprotected ProcesVerwerkingprocesVerwerking
-
Constructor Summary
Constructors Constructor Description BestandenlijstOpvragenResultaatType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAfgifteAantalInLijst()Gets the value of the afgifteAantalInLijst property.BaseURLSetTypegetBaseURLSet()Gets the value of the baseURLSet property.BestandenLijstTypegetBestandenLijst()Gets the value of the bestandenLijst property.intgetKlantAfgiftenummerMax()Gets the value of the klantAfgiftenummerMax property.ProcesVerwerkinggetProcesVerwerking()Gets the value of the procesVerwerking property.BooleanisMeerAfgiftesbeschikbaar()Gets the value of the meerAfgiftesbeschikbaar property.voidsetAfgifteAantalInLijst(int value)Sets the value of the afgifteAantalInLijst property.voidsetBaseURLSet(BaseURLSetType value)Sets the value of the baseURLSet property.voidsetBestandenLijst(BestandenLijstType value)Sets the value of the bestandenLijst property.voidsetKlantAfgiftenummerMax(int value)Sets the value of the klantAfgiftenummerMax property.voidsetMeerAfgiftesbeschikbaar(Boolean value)Sets the value of the meerAfgiftesbeschikbaar property.voidsetProcesVerwerking(ProcesVerwerking value)Sets the value of the procesVerwerking property.
-
-
-
Field Detail
-
procesVerwerking
protected ProcesVerwerking procesVerwerking
-
klantAfgiftenummerMax
protected int klantAfgiftenummerMax
-
afgifteAantalInLijst
protected int afgifteAantalInLijst
-
baseURLSet
protected BaseURLSetType baseURLSet
-
bestandenLijst
protected BestandenLijstType bestandenLijst
-
meerAfgiftesbeschikbaar
protected Boolean meerAfgiftesbeschikbaar
-
-
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 isProcesVerwerking
-
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 isBaseURLSetType
-
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 isBestandenLijstType
-
isMeerAfgiftesbeschikbaar
public Boolean isMeerAfgiftesbeschikbaar()
Gets the value of the meerAfgiftesbeschikbaar property.- Returns:
- possible object is
Boolean
-
-