Class Afgifte
- java.lang.Object
-
- nl.kadaster.schemas.gds2.imgds.afgifte_id.v20120901.Afgifte
-
public class Afgifte extends Object
De standaard afgifte van bestanden. Deze bevatten het bestand zelf. Een afgifte betreft altijd 1 bestand. <p>Java class for Afgifte complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <complexType name="Afgifte"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="afgifteID"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="36"/> </restriction> </simpleType> </element> </sequence> </restriction> </complexContent> </complexType> </pre>
-
-
Constructor Summary
Constructors Constructor Description Afgifte()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAfgifteID()Gets the value of the afgifteID property.voidsetAfgifteID(String value)Sets the value of the afgifteID property.
-
-
-
Field Detail
-
afgifteID
protected String afgifteID
-
-