java.lang.Object
nl.kadaster.schemas.gds2.afgifte_proces.v20170401.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 Details

    • kolom

      protected String kolom
    • volgorde

      protected String volgorde
  • Constructor Details

    • SorteringType

      public SorteringType()
  • Method Details

    • 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