Class 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>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • 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