Class Bestand
java.lang.Object
nl.kadaster.schemas.gds2.afgifte_bestandenlijstresultaat.bestand.v20170401.Bestand
Java class for Bestand complex type.
The following schema fragment specifies the expected content contained within this class.
<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}NCName"> <maxLength value="297"/> <minLength value="1"/> </restriction> </simpleType> </element> <element name="bestandsreferentie" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="1024"/> </restriction> </simpleType> </element> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the bestandsnaam property.Gets the value of the bestandsreferentie property.void
setBestandsnaam
(String value) Sets the value of the bestandsnaam property.void
setBestandsreferentie
(String value) Sets the value of the bestandsreferentie property.
-
Field Details
-
bestandsnaam
-
bestandsreferentie
-
-
Constructor Details
-
Bestand
public Bestand()
-
-
Method Details
-
getBestandsnaam
Gets the value of the bestandsnaam property.- Returns:
- possible object is
String
-
setBestandsnaam
Sets the value of the bestandsnaam property.- Parameters:
value
- allowed object isString
-
getBestandsreferentie
Gets the value of the bestandsreferentie property.- Returns:
- possible object is
String
-
setBestandsreferentie
Sets the value of the bestandsreferentie property.- Parameters:
value
- allowed object isString
-