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