Class SorteringType


  • public class SorteringType
    extends Object
    <p>Java class for SorteringType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="SorteringType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="Kolom"&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;element name="Volgorde"&gt; &lt;simpleType&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}string"&gt; &lt;enumeration value="ASC"/&gt; &lt;enumeration value="DESC"/&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

      • 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