Class BestandenlijstOpvragenRequest
- java.lang.Object
-
- nl.kadaster.schemas.gds2.service.afgifte_bestandenlijstopvragen.v20130701.BestandenlijstOpvragenRequest
-
public class BestandenlijstOpvragenRequest extends Object
<p>Java class for anonymous complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="verzoek" type="{http://www.kadaster.nl/schemas/gds2/afgifte-bestandenlijstopvragen/v20130701}BestandenlijstOpvragenType"/> </sequence> </restriction> </complexContent> </complexType> </pre>
-
-
Field Summary
Fields Modifier and Type Field Description protected BestandenlijstOpvragenTypeverzoek
-
Constructor Summary
Constructors Constructor Description BestandenlijstOpvragenRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BestandenlijstOpvragenTypegetVerzoek()Gets the value of the verzoek property.voidsetVerzoek(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
-
-