Class BestandenlijstOpvragenResponse
- java.lang.Object
-
- nl.kadaster.schemas.gds2.service.afgifte_bestandenlijstopvragen.v20170401.BestandenlijstOpvragenResponse
-
public class BestandenlijstOpvragenResponse 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="antwoord" type="{http://www.kadaster.nl/schemas/gds2/afgifte-bestandenlijstopvragenresultaat/v20170401}BestandenlijstOpvragenResultaatType"/> </sequence> </restriction> </complexContent> </complexType> </pre>
-
-
Field Summary
Fields Modifier and Type Field Description protected BestandenlijstOpvragenResultaatTypeantwoord
-
Constructor Summary
Constructors Constructor Description BestandenlijstOpvragenResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BestandenlijstOpvragenResultaatTypegetAntwoord()Gets the value of the antwoord property.voidsetAntwoord(BestandenlijstOpvragenResultaatType value)Sets the value of the antwoord property.
-
-
-
Field Detail
-
antwoord
protected BestandenlijstOpvragenResultaatType antwoord
-
-
Method Detail
-
getAntwoord
public BestandenlijstOpvragenResultaatType getAntwoord()
Gets the value of the antwoord property.- Returns:
- possible object is
BestandenlijstOpvragenResultaatType
-
setAntwoord
public void setAntwoord(BestandenlijstOpvragenResultaatType value)
Sets the value of the antwoord property.- Parameters:
value- allowed object isBestandenlijstOpvragenResultaatType
-
-