Class AfgifteType

  • Direct Known Subclasses:
    AfgifteGBType

    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> &lt;complexType name="AfgifteType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="afgifteID"&gt; &lt;simpleType&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}string"&gt; &lt;maxLength value="36"/&gt; &lt;/restriction&gt; &lt;/simpleType&gt; &lt;/element&gt; &lt;element name="afgiftereferentie" minOccurs="0"&gt; &lt;simpleType&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}string"&gt; &lt;minLength value="1"/&gt; &lt;maxLength value="1024"/&gt; &lt;/restriction&gt; &lt;/simpleType&gt; &lt;/element&gt; &lt;element ref="{http://www.kadaster.nl/schemas/gds2/afgifte-bestandenlijstresultaat/bestand/v20120901}Bestand"/&gt; &lt;element name="beschikbaarTot" type="{http://www.w3.org/2001/XMLSchema}dateTime"/&gt; &lt;element ref="{http://www.kadaster.nl/schemas/gds2/afgifte-bestandenlijstresultaat/kenmerken/v20120901}BestandKenmerken" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    • Constructor Detail

      • AfgifteType

        public AfgifteType()
    • 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 is String
      • 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 is String
      • 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 is Bestand