Class AfgifteType
- java.lang.Object
-
- nl.kadaster.schemas.gds2.afgifte_bestandophalenresultaat.afgifte.v20130701.AfgifteType
-
- Direct Known Subclasses:
AfgifteBestandType
public class AfgifteType extends Object
<p>Java class for AfgifteType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <complexType name="AfgifteType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="afgifteID"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="36"/> </restriction> </simpleType> </element> <element ref="{http://www.kadaster.nl/schemas/gds2/afgifte-bestandophalenresultaat/bestand/v20130701}Bestand"/> </sequence> </restriction> </complexContent> </complexType> </pre>
-
-
Constructor Summary
Constructors Constructor Description AfgifteType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAfgifteID()Gets the value of the afgifteID property.BestandgetBestand()Gets the value of the bestand property.voidsetAfgifteID(String value)Sets the value of the afgifteID property.voidsetBestand(Bestand value)Sets the value of the bestand property.
-
-
-
Method Detail
-
getAfgifteID
public String getAfgifteID()
Gets the value of the afgifteID property.- Returns:
- possible object is
String
-
setAfgifteID
public void setAfgifteID(String value)
Sets the value of the afgifteID property.- Parameters:
value- allowed object isString
-
getBestand
public Bestand getBestand()
Gets the value of the bestand property.- Returns:
- possible object is
Bestand
-
-