Class BestandenlijstOpvragenResponse
java.lang.Object
nl.kadaster.schemas.gds2.service.afgifte_bestandenlijstopvragen.v20170401.BestandenlijstOpvragenResponse
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the antwoord property.void
Sets the value of the antwoord property.
-
Field Details
-
antwoord
-
-
Constructor Details
-
BestandenlijstOpvragenResponse
public BestandenlijstOpvragenResponse()
-
-
Method Details
-
getAntwoord
Gets the value of the antwoord property.- Returns:
- possible object is
BestandenlijstOpvragenResultaatType
-
setAntwoord
Sets the value of the antwoord property.- Parameters:
value
- allowed object isBestandenlijstOpvragenResultaatType
-