Class AfgifteType
- java.lang.Object
-
- nl.kadaster.schemas.gds2.afgifte_bestandenlijstresultaat.afgifte.v20170401.AfgifteType
-
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 name="klantAfgiftenummer" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="afgiftereferentie" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="1024"/> </restriction> </simpleType> </element> <element name="contractAfgiftenummer" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element ref="{http://www.kadaster.nl/schemas/gds2/afgifte-bestandenlijstresultaat/bestand/v20170401}Bestand"/> <element name="beschikbaarTot" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element ref="{http://www.kadaster.nl/schemas/gds2/afgifte-bestandenlijstresultaat/kenmerken/v20170401}BestandKenmerken" minOccurs="0"/> <element ref="{http://www.logius.nl/digikoppeling/gb/2010/10}digikoppeling-external-datareferences"/> </sequence> </restriction> </complexContent> </complexType> </pre>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringafgifteIDprotected Stringafgiftereferentieprotected XMLGregorianCalendarbeschikbaarTotprotected Bestandbestandprotected BestandKenmerkenTypebestandKenmerkenprotected BigIntegercontractAfgiftenummerprotected ExternalDataReferencedigikoppelingExternalDatareferencesprotected BigIntegerklantAfgiftenummer
-
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.StringgetAfgiftereferentie()Gets the value of the afgiftereferentie property.XMLGregorianCalendargetBeschikbaarTot()Gets the value of the beschikbaarTot property.BestandgetBestand()Gets the value of the bestand property.BestandKenmerkenTypegetBestandKenmerken()Gets the value of the bestandKenmerken property.BigIntegergetContractAfgiftenummer()Gets the value of the contractAfgiftenummer property.ExternalDataReferencegetDigikoppelingExternalDatareferences()Gets the value of the digikoppelingExternalDatareferences property.BigIntegergetKlantAfgiftenummer()Gets the value of the klantAfgiftenummer property.voidsetAfgifteID(String value)Sets the value of the afgifteID property.voidsetAfgiftereferentie(String value)Sets the value of the afgiftereferentie property.voidsetBeschikbaarTot(XMLGregorianCalendar value)Sets the value of the beschikbaarTot property.voidsetBestand(Bestand value)Sets the value of the bestand property.voidsetBestandKenmerken(BestandKenmerkenType value)Sets the value of the bestandKenmerken property.voidsetContractAfgiftenummer(BigInteger value)Sets the value of the contractAfgiftenummer property.voidsetDigikoppelingExternalDatareferences(ExternalDataReference value)Sets the value of the digikoppelingExternalDatareferences property.voidsetKlantAfgiftenummer(BigInteger value)Sets the value of the klantAfgiftenummer property.
-
-
-
Field Detail
-
afgifteID
protected String afgifteID
-
klantAfgiftenummer
protected BigInteger klantAfgiftenummer
-
afgiftereferentie
protected String afgiftereferentie
-
contractAfgiftenummer
protected BigInteger contractAfgiftenummer
-
bestand
protected Bestand bestand
-
beschikbaarTot
protected XMLGregorianCalendar beschikbaarTot
-
bestandKenmerken
protected BestandKenmerkenType bestandKenmerken
-
digikoppelingExternalDatareferences
protected ExternalDataReference digikoppelingExternalDatareferences
-
-
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
-
getKlantAfgiftenummer
public BigInteger getKlantAfgiftenummer()
Gets the value of the klantAfgiftenummer property.- Returns:
- possible object is
BigInteger
-
setKlantAfgiftenummer
public void setKlantAfgiftenummer(BigInteger value)
Sets the value of the klantAfgiftenummer property.- Parameters:
value- allowed object isBigInteger
-
getAfgiftereferentie
public String getAfgiftereferentie()
Gets the value of the afgiftereferentie property.- Returns:
- possible object is
String
-
setAfgiftereferentie
public void setAfgiftereferentie(String value)
Sets the value of the afgiftereferentie property.- Parameters:
value- allowed object isString
-
getContractAfgiftenummer
public BigInteger getContractAfgiftenummer()
Gets the value of the contractAfgiftenummer property.- Returns:
- possible object is
BigInteger
-
setContractAfgiftenummer
public void setContractAfgiftenummer(BigInteger value)
Sets the value of the contractAfgiftenummer property.- Parameters:
value- allowed object isBigInteger
-
getBestand
public Bestand getBestand()
Gets the value of the bestand property.- Returns:
- possible object is
Bestand
-
setBestand
public void setBestand(Bestand value)
Sets the value of the bestand property.- Parameters:
value- allowed object isBestand
-
getBeschikbaarTot
public XMLGregorianCalendar getBeschikbaarTot()
Gets the value of the beschikbaarTot property.- Returns:
- possible object is
XMLGregorianCalendar
-
setBeschikbaarTot
public void setBeschikbaarTot(XMLGregorianCalendar value)
Sets the value of the beschikbaarTot property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getBestandKenmerken
public BestandKenmerkenType getBestandKenmerken()
Gets the value of the bestandKenmerken property.- Returns:
- possible object is
BestandKenmerkenType
-
setBestandKenmerken
public void setBestandKenmerken(BestandKenmerkenType value)
Sets the value of the bestandKenmerken property.- Parameters:
value- allowed object isBestandKenmerkenType
-
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
-
-