Class 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> &lt;complexType name="BestandKenmerkenType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="contractnummer" minOccurs="0"&gt; &lt;simpleType&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}string"&gt; &lt;minLength value="1"/&gt; &lt;maxLength value="10"/&gt; &lt;/restriction&gt; &lt;/simpleType&gt; &lt;/element&gt; &lt;element name="artikelnummer" minOccurs="0"&gt; &lt;simpleType&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}string"&gt; &lt;minLength value="1"/&gt; &lt;maxLength value="20"/&gt; &lt;/restriction&gt; &lt;/simpleType&gt; &lt;/element&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    • Field Detail

      • contractnummer

        protected String contractnummer
      • artikelnummer

        protected String artikelnummer
    • Constructor Detail

      • BestandKenmerkenType

        public BestandKenmerkenType()
    • 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 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