Class BestandenlijstGBOpvragenRequest
- java.lang.Object
-
- nl.kadaster.schemas.gds2.service.afgifte_bestandenlijstgbopvragen.v20130701.BestandenlijstGBOpvragenRequest
-
public class BestandenlijstGBOpvragenRequest 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-bestandenlijstgbopvragen/v20130701}BestandenlijstGbOpvragenType"/> </sequence> </restriction> </complexContent> </complexType> </pre>
-
-
Field Summary
Fields Modifier and Type Field Description protected BestandenlijstGbOpvragenTypeverzoek
-
Constructor Summary
Constructors Constructor Description BestandenlijstGBOpvragenRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BestandenlijstGbOpvragenTypegetVerzoek()Gets the value of the verzoek property.voidsetVerzoek(BestandenlijstGbOpvragenType value)Sets the value of the verzoek property.
-
-
-
Field Detail
-
verzoek
protected BestandenlijstGbOpvragenType verzoek
-
-
Method Detail
-
getVerzoek
public BestandenlijstGbOpvragenType getVerzoek()
Gets the value of the verzoek property.- Returns:
- possible object is
BestandenlijstGbOpvragenType
-
setVerzoek
public void setVerzoek(BestandenlijstGbOpvragenType value)
Sets the value of the verzoek property.- Parameters:
value- allowed object isBestandenlijstGbOpvragenType
-
-