Class BestandKenmerkenType
- java.lang.Object
-
- nl.kadaster.schemas.gds2.afgifte_bestandenlijstresultaat.kenmerken.v20170401.BestandKenmerkenType
-
public class BestandKenmerkenType extends Object
<p>Java class for BestandKenmerkenType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <complexType name="BestandKenmerkenType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="contractnummer" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="10"/> </restriction> </simpleType> </element> <element name="artikelnummer" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="20"/> </restriction> </simpleType> </element> <element name="artikelomschrijving" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="80"/> </restriction> </simpleType> </element> </sequence> </restriction> </complexContent> </complexType> </pre>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringartikelnummerprotected Stringartikelomschrijvingprotected Stringcontractnummer
-
Constructor Summary
Constructors Constructor Description BestandKenmerkenType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetArtikelnummer()Gets the value of the artikelnummer property.StringgetArtikelomschrijving()Gets the value of the artikelomschrijving property.StringgetContractnummer()Gets the value of the contractnummer property.voidsetArtikelnummer(String value)Sets the value of the artikelnummer property.voidsetArtikelomschrijving(String value)Sets the value of the artikelomschrijving property.voidsetContractnummer(String value)Sets the value of the contractnummer property.
-
-
-
Method Detail
-
getContractnummer
public String getContractnummer()
Gets the value of the contractnummer property.- Returns:
- possible object is
String
-
setContractnummer
public void setContractnummer(String value)
Sets the value of the contractnummer property.- Parameters:
value- allowed object isString
-
getArtikelnummer
public String getArtikelnummer()
Gets the value of the artikelnummer property.- Returns:
- possible object is
String
-
setArtikelnummer
public void setArtikelnummer(String value)
Sets the value of the artikelnummer property.- Parameters:
value- allowed object isString
-
getArtikelomschrijving
public String getArtikelomschrijving()
Gets the value of the artikelomschrijving property.- Returns:
- possible object is
String
-
-