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