Class BestandenlijstOpvragenRequest
- java.lang.Object
-
- nl.kadaster.schemas.gds2.service.afgifte_bestandenlijstopvragen.v20170401.BestandenlijstOpvragenRequest
-
public class BestandenlijstOpvragenRequest extends Object
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
Fields Modifier and Type Field Description protected BestandenlijstOpvragenType
verzoek
-
Constructor Summary
Constructors Constructor Description BestandenlijstOpvragenRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BestandenlijstOpvragenType
getVerzoek()
Gets the value of the verzoek property.void
setVerzoek(BestandenlijstOpvragenType value)
Sets the value of the verzoek property.
-
-
-
Field Detail
-
verzoek
protected BestandenlijstOpvragenType verzoek
-
-
Method Detail
-
getVerzoek
public BestandenlijstOpvragenType getVerzoek()
Gets the value of the verzoek property.- Returns:
- possible object is
BestandenlijstOpvragenType
-
setVerzoek
public void setVerzoek(BestandenlijstOpvragenType value)
Sets the value of the verzoek property.- Parameters:
value
- allowed object isBestandenlijstOpvragenType
-
-