Class BestandenlijstOpvragenResultaatType
- java.lang.Object
-
- nl.kadaster.schemas.gds2.afgifte_bestandenlijstopvragenresultaat.v20130701.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. <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 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> </pre>
-
-
Field Summary
Fields Modifier and Type Field Description protected BestandenLijstTypebestandenLijstprotected StringmeerAfgiftesbeschikbaarprotected ProcesVerwerkingprocesVerwerking
-
Constructor Summary
Constructors Constructor Description BestandenlijstOpvragenResultaatType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BestandenLijstTypegetBestandenLijst()Gets the value of the bestandenLijst property.StringgetMeerAfgiftesbeschikbaar()Gets the value of the meerAfgiftesbeschikbaar property.ProcesVerwerkinggetProcesVerwerking()Gets the value of the procesVerwerking property.voidsetBestandenLijst(BestandenLijstType value)Sets the value of the bestandenLijst property.voidsetMeerAfgiftesbeschikbaar(String value)Sets the value of the meerAfgiftesbeschikbaar property.voidsetProcesVerwerking(ProcesVerwerking value)Sets the value of the procesVerwerking property.
-
-
-
Field Detail
-
procesVerwerking
protected ProcesVerwerking procesVerwerking
-
bestandenLijst
protected BestandenLijstType bestandenLijst
-
meerAfgiftesbeschikbaar
protected String 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
-
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
-
getMeerAfgiftesbeschikbaar
public String getMeerAfgiftesbeschikbaar()
Gets the value of the meerAfgiftesbeschikbaar property.- Returns:
- possible object is
String
-
-