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