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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
kolom |
protected String |
volgorde |
| Constructor and Description |
|---|
SorteringType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKolom()
Gets the value of the kolom property.
|
String |
getVolgorde()
Gets the value of the volgorde property.
|
void |
setKolom(String value)
Sets the value of the kolom property.
|
void |
setVolgorde(String value)
Sets the value of the volgorde property.
|
public String getKolom()
Stringpublic void setKolom(String value)
value - allowed object is
Stringpublic String getVolgorde()
StringCopyright © 2018 B3Partners B.V.. All rights reserved.