Class SorteringType


  • public class SorteringType
    extends Object

    Java class for SorteringType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="SorteringType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Kolom">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                   <minLength value="1"/>
                   <maxLength value="20"/>
                 </restriction>
               </simpleType>
             </element>
             <element name="Volgorde">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                   <enumeration value="ASC"/>
                   <enumeration value="DESC"/>
                 </restriction>
               </simpleType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • kolom

        protected String kolom
      • volgorde

        protected String volgorde
    • Constructor Detail

      • SorteringType

        public SorteringType()
    • Method Detail

      • getKolom

        public String getKolom()
        Gets the value of the kolom property.
        Returns:
        possible object is String
      • setKolom

        public void setKolom​(String value)
        Sets the value of the kolom property.
        Parameters:
        value - allowed object is String
      • getVolgorde

        public String getVolgorde()
        Gets the value of the volgorde property.
        Returns:
        possible object is String
      • setVolgorde

        public void setVolgorde​(String value)
        Sets the value of the volgorde property.
        Parameters:
        value - allowed object is String