Class BestandenlijstOpvragenRequest
java.lang.Object
nl.kadaster.schemas.gds2.service.afgifte_bestandenlijstopvragen.v20170401.BestandenlijstOpvragenRequest
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="verzoek" type="{http://www.kadaster.nl/schemas/gds2/afgifte-bestandenlijstopvragen/v20170401}BestandenlijstOpvragenType"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the verzoek property.void
Sets the value of the verzoek property.
-
Field Details
-
verzoek
-
-
Constructor Details
-
BestandenlijstOpvragenRequest
public BestandenlijstOpvragenRequest()
-
-
Method Details
-
getVerzoek
Gets the value of the verzoek property.- Returns:
- possible object is
BestandenlijstOpvragenType
-
setVerzoek
Sets the value of the verzoek property.- Parameters:
value
- allowed object isBestandenlijstOpvragenType
-