Class Afgifte


  • public class Afgifte
    extends Object
    De standaard afgifte van bestanden. Deze bevatten het bestand zelf. Een afgifte betreft altijd 1 bestand. <p>Java class for Afgifte complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="Afgifte"&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;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    • Field Detail

      • afgifteID

        protected String afgifteID
    • Constructor Detail

      • Afgifte

        public Afgifte()
    • 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