Class BestandKenmerkenType
java.lang.Object
nl.kadaster.schemas.gds2.afgifte_bestandenlijstselectie.v20170401.BestandKenmerkenType
Java class for BestandKenmerkenType complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the artikelnummer property.Gets the value of the contractnummer property.voidsetArtikelnummer(String value) Sets the value of the artikelnummer property.voidsetContractnummer(String value) Sets the value of the contractnummer property.
-
Field Details
-
contractnummer
-
artikelnummer
-
-
Constructor Details
-
BestandKenmerkenType
public BestandKenmerkenType()
-
-
Method Details
-
getContractnummer
Gets the value of the contractnummer property.- Returns:
- possible object is
String
-
setContractnummer
Sets the value of the contractnummer property.- Parameters:
value- allowed object isString
-
getArtikelnummer
Gets the value of the artikelnummer property.- Returns:
- possible object is
String
-
setArtikelnummer
Sets the value of the artikelnummer property.- Parameters:
value- allowed object isString
-