Class BestandenlijstOpvragenResultaatType
java.lang.Object
nl.kadaster.schemas.gds2.afgifte_bestandenlijstopvragenresultaat.v20170401.BestandenlijstOpvragenResultaatType
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 Summary
FieldsModifier and TypeFieldDescriptionprotected intprotected BaseURLSetTypeprotected BestandenLijstTypeprotected intprotected Booleanprotected ProcesVerwerking -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintGets the value of the afgifteAantalInLijst property.Gets the value of the baseURLSet property.Gets the value of the bestandenLijst property.intGets the value of the klantAfgiftenummerMax property.Gets the value of the procesVerwerking property.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.voidSets the value of the bestandenLijst property.voidsetKlantAfgiftenummerMax(int value) Sets the value of the klantAfgiftenummerMax property.voidSets the value of the meerAfgiftesbeschikbaar property.voidSets the value of the procesVerwerking property.
-
Field Details
-
procesVerwerking
-
klantAfgiftenummerMax
protected int klantAfgiftenummerMax -
afgifteAantalInLijst
protected int afgifteAantalInLijst -
baseURLSet
-
bestandenLijst
-
meerAfgiftesbeschikbaar
-
-
Constructor Details
-
BestandenlijstOpvragenResultaatType
public BestandenlijstOpvragenResultaatType()
-
-
Method Details
-
getProcesVerwerking
Gets the value of the procesVerwerking property.- Returns:
- possible object is
ProcesVerwerking
-
setProcesVerwerking
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
Gets the value of the baseURLSet property.- Returns:
- possible object is
BaseURLSetType
-
setBaseURLSet
Sets the value of the baseURLSet property.- Parameters:
value- allowed object isBaseURLSetType
-
getBestandenLijst
Gets the value of the bestandenLijst property.- Returns:
- possible object is
BestandenLijstType
-
setBestandenLijst
Sets the value of the bestandenLijst property.- Parameters:
value- allowed object isBestandenLijstType
-
isMeerAfgiftesbeschikbaar
Gets the value of the meerAfgiftesbeschikbaar property.- Returns:
- possible object is
Boolean
-
setMeerAfgiftesbeschikbaar
Sets the value of the meerAfgiftesbeschikbaar property.- Parameters:
value- allowed object isBoolean
-