java.lang.Object
nl.kadaster.schemas.gds2.afgifte_bestandenlijstresultaat.kenmerken.v20170401.BestandKenmerkenType

public class BestandKenmerkenType extends Object

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>
         <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>
 
  • Field Details

    • contractnummer

      protected String contractnummer
    • artikelnummer

      protected String artikelnummer
    • artikelomschrijving

      protected String artikelomschrijving
  • Constructor Details

    • BestandKenmerkenType

      public BestandKenmerkenType()
  • Method Details

    • 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 is String
    • 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 is String
    • getArtikelomschrijving

      public String getArtikelomschrijving()
      Gets the value of the artikelomschrijving property.
      Returns:
      possible object is String
    • setArtikelomschrijving

      public void setArtikelomschrijving(String value)
      Sets the value of the artikelomschrijving property.
      Parameters:
      value - allowed object is String