Class BestandenlijstGBOpvragenResponse
- java.lang.Object
-
- nl.kadaster.schemas.gds2.service.afgifte_bestandenlijstgbopvragen.v20130701.BestandenlijstGBOpvragenResponse
-
public class BestandenlijstGBOpvragenResponse 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-bestandenlijstgbopvragenresultaat/v20130701}BestandenlijstGbOpvragenResultaatType"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected BestandenlijstGbOpvragenResultaatTypeantwoord
-
Constructor Summary
Constructors Constructor Description BestandenlijstGBOpvragenResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BestandenlijstGbOpvragenResultaatTypegetAntwoord()Gets the value of the antwoord property.voidsetAntwoord(BestandenlijstGbOpvragenResultaatType value)Sets the value of the antwoord property.
-
-
-
Field Detail
-
antwoord
protected BestandenlijstGbOpvragenResultaatType antwoord
-
-
Method Detail
-
getAntwoord
public BestandenlijstGbOpvragenResultaatType getAntwoord()
Gets the value of the antwoord property.- Returns:
- possible object is
BestandenlijstGbOpvragenResultaatType
-
setAntwoord
public void setAntwoord(BestandenlijstGbOpvragenResultaatType value)
Sets the value of the antwoord property.- Parameters:
value- allowed object isBestandenlijstGbOpvragenResultaatType
-
-