Class SorteringType
java.lang.Object
nl.kadaster.schemas.gds2.afgifte_proces.v20170401.SorteringType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKolom()Gets the value of the kolom property.Gets the value of the volgorde property.voidSets the value of the kolom property.voidsetVolgorde(String value) Sets the value of the volgorde property.
-
Field Details
-
kolom
-
volgorde
-
-
Constructor Details
-
SorteringType
public SorteringType()
-
-
Method Details
-
getKolom
Gets the value of the kolom property.- Returns:
- possible object is
String
-
setKolom
Sets the value of the kolom property.- Parameters:
value- allowed object isString
-
getVolgorde
Gets the value of the volgorde property.- Returns:
- possible object is
String
-
setVolgorde
Sets the value of the volgorde property.- Parameters:
value- allowed object isString
-