Class BestandOphalenResultaatType
- java.lang.Object
-
- nl.kadaster.schemas.gds2.afgifte_bestandophalenresultaat.v20130701.BestandOphalenResultaatType
-
public class BestandOphalenResultaatType extends Object
Het opgehaalde bestand, behorende bij de opgegeven afgifte identificatie. Indien de afgifte identificatie bekend is, dan is er altijd een bestand aanwezig. Zo niet, dan wordt een functionele foutmelding gegeven, waarin het afgifte identificatie wordt teruggekoppeld.Java class for BestandOphalenResultaatType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BestandOphalenResultaatType"> <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-bestandophalenresultaat/afgifte/v20130701}AfgifteBestand" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected AfgifteBestandTypeafgifteBestandprotected ProcesVerwerkingprocesVerwerking
-
Constructor Summary
Constructors Constructor Description BestandOphalenResultaatType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AfgifteBestandTypegetAfgifteBestand()Gets the value of the afgifteBestand property.ProcesVerwerkinggetProcesVerwerking()Gets the value of the procesVerwerking property.voidsetAfgifteBestand(AfgifteBestandType value)Sets the value of the afgifteBestand property.voidsetProcesVerwerking(ProcesVerwerking value)Sets the value of the procesVerwerking property.
-
-
-
Field Detail
-
procesVerwerking
protected ProcesVerwerking procesVerwerking
-
afgifteBestand
protected AfgifteBestandType afgifteBestand
-
-
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
-
getAfgifteBestand
public AfgifteBestandType getAfgifteBestand()
Gets the value of the afgifteBestand property.- Returns:
- possible object is
AfgifteBestandType
-
setAfgifteBestand
public void setAfgifteBestand(AfgifteBestandType value)
Sets the value of the afgifteBestand property.- Parameters:
value- allowed object isAfgifteBestandType
-
-