Class Bestand
- java.lang.Object
-
- nl.kadaster.schemas.gds2.afgifte_bestandophalenresultaat.bestand.v20130701.Bestand
-
public class Bestand extends Object
<p>Java class for Bestand complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <complexType name="Bestand"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="bestandsnaam"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="256"/> </restriction> </simpleType> </element> </sequence> </restriction> </complexContent> </complexType> </pre>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringbestandsnaam
-
Constructor Summary
Constructors Constructor Description Bestand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBestandsnaam()Gets the value of the bestandsnaam property.voidsetBestandsnaam(String value)Sets the value of the bestandsnaam property.
-
-
-
Field Detail
-
bestandsnaam
protected String bestandsnaam
-
-