Class BestandOphalenType
- java.lang.Object
-
- nl.kadaster.schemas.gds2.afgifte_bestandophalen.v20120901.BestandOphalenType
-
public class BestandOphalenType extends Object
<p>Java class for BestandOphalenType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <complexType name="BestandOphalenType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.kadaster.nl/schemas/gds2/imgds/afgifte-id/v20120901}Afgifte"/> </sequence> </restriction> </complexContent> </complexType> </pre>
-
-
Constructor Summary
Constructors Constructor Description BestandOphalenType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AfgiftegetAfgifte()Gets the value of the afgifte property.voidsetAfgifte(Afgifte value)Sets the value of the afgifte property.
-
-
-
Field Detail
-
afgifte
protected Afgifte afgifte
-
-