Class 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>
     
    • Constructor Detail

      • BestandOphalenResultaatType

        public BestandOphalenResultaatType()
    • 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 is ProcesVerwerking
      • setAfgifteBestand

        public void setAfgifteBestand​(AfgifteBestandType value)
        Sets the value of the afgifteBestand property.
        Parameters:
        value - allowed object is AfgifteBestandType