Class AfgifteGBType
- java.lang.Object
-
- nl.kadaster.schemas.gds2.afgifte_bestandenlijstresultaat.afgifte.v20120901.AfgifteType
-
- nl.kadaster.schemas.gds2.afgifte_bestandenlijstgbresultaat.afgifte.v20120901.AfgifteGBType
-
public class AfgifteGBType extends AfgifteType
Java class for AfgifteGBType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AfgifteGBType"> <complexContent> <extension base="{http://www.kadaster.nl/schemas/gds2/afgifte-bestandenlijstresultaat/afgifte/v20120901}AfgifteType"> <sequence> <element ref="{http://www.logius.nl/digikoppeling/gb/2010/10}digikoppeling-external-datareferences"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ExternalDataReferencedigikoppelingExternalDatareferences-
Fields inherited from class nl.kadaster.schemas.gds2.afgifte_bestandenlijstresultaat.afgifte.v20120901.AfgifteType
afgifteID, afgiftereferentie, beschikbaarTot, bestand, bestandKenmerken
-
-
Constructor Summary
Constructors Constructor Description AfgifteGBType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExternalDataReferencegetDigikoppelingExternalDatareferences()Gets the value of the digikoppelingExternalDatareferences property.voidsetDigikoppelingExternalDatareferences(ExternalDataReference value)Sets the value of the digikoppelingExternalDatareferences property.-
Methods inherited from class nl.kadaster.schemas.gds2.afgifte_bestandenlijstresultaat.afgifte.v20120901.AfgifteType
getAfgifteID, getAfgiftereferentie, getBeschikbaarTot, getBestand, getBestandKenmerken, setAfgifteID, setAfgiftereferentie, setBeschikbaarTot, setBestand, setBestandKenmerken
-
-
-
-
Field Detail
-
digikoppelingExternalDatareferences
protected ExternalDataReference digikoppelingExternalDatareferences
-
-
Method Detail
-
getDigikoppelingExternalDatareferences
public ExternalDataReference getDigikoppelingExternalDatareferences()
Gets the value of the digikoppelingExternalDatareferences property.- Returns:
- possible object is
ExternalDataReference
-
setDigikoppelingExternalDatareferences
public void setDigikoppelingExternalDatareferences(ExternalDataReference value)
Sets the value of the digikoppelingExternalDatareferences property.- Parameters:
value- allowed object isExternalDataReference
-
-