Class AfgifteSelectieCriteriaType
- java.lang.Object
-
- nl.kadaster.schemas.gds2.afgifte_bestandenlijstselectie.v20170401.AfgifteSelectieCriteriaType
-
public class AfgifteSelectieCriteriaType extends Object
<p>Java class for AfgifteSelectieCriteriaType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <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> </pre>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringafgiftereferentieprotected BestandKenmerkenTypebestandKenmerkenprotected KlantAfgiftenummerReeksTypeklantAfgiftenummerReeksprotected BooleannogNietGerapporteerdprotected FilterDatumTijdTypeperiodeprotected SorteringTypesortering
-
Constructor Summary
Constructors Constructor Description AfgifteSelectieCriteriaType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAfgiftereferentie()Gets the value of the afgiftereferentie property.BestandKenmerkenTypegetBestandKenmerken()Gets the value of the bestandKenmerken property.KlantAfgiftenummerReeksTypegetKlantAfgiftenummerReeks()Gets the value of the klantAfgiftenummerReeks property.FilterDatumTijdTypegetPeriode()Gets the value of the periode property.SorteringTypegetSortering()Gets the value of the sortering property.BooleanisNogNietGerapporteerd()Gets the value of the nogNietGerapporteerd property.voidsetAfgiftereferentie(String value)Sets the value of the afgiftereferentie property.voidsetBestandKenmerken(BestandKenmerkenType value)Sets the value of the bestandKenmerken property.voidsetKlantAfgiftenummerReeks(KlantAfgiftenummerReeksType value)Sets 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 Detail
-
bestandKenmerken
protected BestandKenmerkenType bestandKenmerken
-
periode
protected FilterDatumTijdType periode
-
klantAfgiftenummerReeks
protected KlantAfgiftenummerReeksType klantAfgiftenummerReeks
-
nogNietGerapporteerd
protected Boolean nogNietGerapporteerd
-
sortering
protected SorteringType sortering
-
afgiftereferentie
protected String afgiftereferentie
-
-
Method Detail
-
getBestandKenmerken
public BestandKenmerkenType getBestandKenmerken()
Gets the value of the bestandKenmerken property.- Returns:
- possible object is
BestandKenmerkenType
-
setBestandKenmerken
public void setBestandKenmerken(BestandKenmerkenType value)
Sets the value of the bestandKenmerken property.- Parameters:
value- allowed object isBestandKenmerkenType
-
getPeriode
public FilterDatumTijdType getPeriode()
Gets the value of the periode property.- Returns:
- possible object is
FilterDatumTijdType
-
setPeriode
public void setPeriode(FilterDatumTijdType value)
Sets the value of the periode property.- Parameters:
value- allowed object isFilterDatumTijdType
-
getKlantAfgiftenummerReeks
public KlantAfgiftenummerReeksType getKlantAfgiftenummerReeks()
Gets the value of the klantAfgiftenummerReeks property.- Returns:
- possible object is
KlantAfgiftenummerReeksType
-
setKlantAfgiftenummerReeks
public void setKlantAfgiftenummerReeks(KlantAfgiftenummerReeksType value)
Sets the value of the klantAfgiftenummerReeks property.- Parameters:
value- allowed object isKlantAfgiftenummerReeksType
-
isNogNietGerapporteerd
public Boolean isNogNietGerapporteerd()
Gets the value of the nogNietGerapporteerd property.- Returns:
- possible object is
Boolean
-
setNogNietGerapporteerd
public void setNogNietGerapporteerd(Boolean value)
Sets the value of the nogNietGerapporteerd property.- Parameters:
value- allowed object isBoolean
-
getSortering
public SorteringType getSortering()
Gets the value of the sortering property.- Returns:
- possible object is
SorteringType
-
setSortering
public void setSortering(SorteringType value)
Sets the value of the sortering property.- Parameters:
value- allowed object isSorteringType
-
getAfgiftereferentie
public String getAfgiftereferentie()
Gets the value of the afgiftereferentie property.- Returns:
- possible object is
String
-
-