Class AfgifteSelectieCriteriaType
java.lang.Object
nl.kadaster.schemas.gds2.afgifte_bestandenlijstselectie.v20170401.AfgifteSelectieCriteriaType
Java class for AfgifteSelectieCriteriaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AfgifteSelectieCriteriaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.kadaster.nl/schemas/gds2/afgifte-bestandenlijstselectie/v20170401}BestandKenmerken" minOccurs="0"/>
<choice minOccurs="0">
<element ref="{http://www.kadaster.nl/schemas/gds2/afgifte-proces/v20170401}Periode" minOccurs="0"/>
<element ref="{http://www.kadaster.nl/schemas/gds2/afgifte-proces/v20170401}KlantAfgiftenummerReeks" minOccurs="0"/>
</choice>
<element ref="{http://www.kadaster.nl/schemas/gds2/afgifte-proces/v20170401}NogNietGerapporteerd" minOccurs="0"/>
<element ref="{http://www.kadaster.nl/schemas/gds2/afgifte-proces/v20170401}Sortering" minOccurs="0"/>
<element ref="{http://www.kadaster.nl/schemas/gds2/afgifte-proces/v20170401}Afgiftereferentie" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected BestandKenmerkenTypeprotected KlantAfgiftenummerReeksTypeprotected Booleanprotected FilterDatumTijdTypeprotected SorteringType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the afgiftereferentie property.Gets the value of the bestandKenmerken property.Gets the value of the klantAfgiftenummerReeks property.Gets the value of the periode property.Gets the value of the sortering property.Gets the value of the nogNietGerapporteerd property.voidsetAfgiftereferentie(String value) Sets the value of the afgiftereferentie property.voidSets the value of the bestandKenmerken property.voidSets the value of the klantAfgiftenummerReeks property.voidsetNogNietGerapporteerd(Boolean value) Sets the value of the nogNietGerapporteerd property.voidsetPeriode(FilterDatumTijdType value) Sets the value of the periode property.voidsetSortering(SorteringType value) Sets the value of the sortering property.
-
Field Details
-
bestandKenmerken
-
periode
-
klantAfgiftenummerReeks
-
nogNietGerapporteerd
-
sortering
-
afgiftereferentie
-
-
Constructor Details
-
AfgifteSelectieCriteriaType
public AfgifteSelectieCriteriaType()
-
-
Method Details
-
getBestandKenmerken
Gets the value of the bestandKenmerken property.- Returns:
- possible object is
BestandKenmerkenType
-
setBestandKenmerken
Sets the value of the bestandKenmerken property.- Parameters:
value- allowed object isBestandKenmerkenType
-
getPeriode
Gets the value of the periode property.- Returns:
- possible object is
FilterDatumTijdType
-
setPeriode
Sets the value of the periode property.- Parameters:
value- allowed object isFilterDatumTijdType
-
getKlantAfgiftenummerReeks
Gets the value of the klantAfgiftenummerReeks property.- Returns:
- possible object is
KlantAfgiftenummerReeksType
-
setKlantAfgiftenummerReeks
Sets the value of the klantAfgiftenummerReeks property.- Parameters:
value- allowed object isKlantAfgiftenummerReeksType
-
isNogNietGerapporteerd
Gets the value of the nogNietGerapporteerd property.- Returns:
- possible object is
Boolean
-
setNogNietGerapporteerd
Sets the value of the nogNietGerapporteerd property.- Parameters:
value- allowed object isBoolean
-
getSortering
Gets the value of the sortering property.- Returns:
- possible object is
SorteringType
-
setSortering
Sets the value of the sortering property.- Parameters:
value- allowed object isSorteringType
-
getAfgiftereferentie
Gets the value of the afgiftereferentie property.- Returns:
- possible object is
String
-
setAfgiftereferentie
Sets the value of the afgiftereferentie property.- Parameters:
value- allowed object isString
-