Class BestandenlijstGbOpvragenResultaatType
- java.lang.Object
-
- nl.kadaster.schemas.gds2.afgifte_bestandenlijstgbopvragenresultaat.v20130701.BestandenlijstGbOpvragenResultaatType
-
public class BestandenlijstGbOpvragenResultaatType extends Object
De opgevraagde bestandenlijst met 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 BestandenlijstGbOpvragenResultaatType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <complexType name="BestandenlijstGbOpvragenResultaatType"> <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-bestandenlijstgbresultaat/afgifte/v20130701}BestandenLijstGB" 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 BestandenLijstGBTypebestandenLijstGBprotected StringmeerAfgiftesbeschikbaarprotected ProcesVerwerkingprocesVerwerking
-
Constructor Summary
Constructors Constructor Description BestandenlijstGbOpvragenResultaatType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BestandenLijstGBTypegetBestandenLijstGB()Gets the value of the bestandenLijstGB property.StringgetMeerAfgiftesbeschikbaar()Gets the value of the meerAfgiftesbeschikbaar property.ProcesVerwerkinggetProcesVerwerking()Gets the value of the procesVerwerking property.voidsetBestandenLijstGB(BestandenLijstGBType value)Sets the value of the bestandenLijstGB 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
-
bestandenLijstGB
protected BestandenLijstGBType bestandenLijstGB
-
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
-
getBestandenLijstGB
public BestandenLijstGBType getBestandenLijstGB()
Gets the value of the bestandenLijstGB property.- Returns:
- possible object is
BestandenLijstGBType
-
setBestandenLijstGB
public void setBestandenLijstGB(BestandenLijstGBType value)
Sets the value of the bestandenLijstGB property.- Parameters:
value- allowed object isBestandenLijstGBType
-
getMeerAfgiftesbeschikbaar
public String getMeerAfgiftesbeschikbaar()
Gets the value of the meerAfgiftesbeschikbaar property.- Returns:
- possible object is
String
-
-