Class BestandenlijstOpvragenType
java.lang.Object
nl.kadaster.schemas.gds2.afgifte_bestandenlijstopvragen.v20170401.BestandenlijstOpvragenType
Het opvragen van een bestandenlijst met grote
bestanden inclusief afgifte gegevens. De lijst zal alleen die
afgiftes gaan bevatten die voldoen aan de gebruikte
selectiegegevens. Indien er geen afgiftes voldoen aan deze
selectie gegevens, dan zal er geen bestandenlijst aanwezig zijn
in het resultaat.
Java class for BestandenlijstOpvragenType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BestandenlijstOpvragenType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.kadaster.nl/schemas/gds2/afgifte-bestandenlijstselectie/v20170401}AfgifteSelectieCriteria"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the afgifteSelectieCriteria property.voidSets the value of the afgifteSelectieCriteria property.
-
Field Details
-
afgifteSelectieCriteria
-
-
Constructor Details
-
BestandenlijstOpvragenType
public BestandenlijstOpvragenType()
-
-
Method Details
-
getAfgifteSelectieCriteria
Gets the value of the afgifteSelectieCriteria property.- Returns:
- possible object is
AfgifteSelectieCriteriaType
-
setAfgifteSelectieCriteria
Sets the value of the afgifteSelectieCriteria property.- Parameters:
value- allowed object isAfgifteSelectieCriteriaType
-