Class SorteringType
- 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>
-
-
Constructor Summary
Constructors Constructor Description SorteringType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKolom()Gets the value of the kolom property.StringgetVolgorde()Gets the value of the volgorde property.voidsetKolom(String value)Sets the value of the kolom property.voidsetVolgorde(String value)Sets the value of the volgorde property.
-
-
-
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 isString
-
getVolgorde
public String getVolgorde()
Gets the value of the volgorde property.- Returns:
- possible object is
String
-
-