Class Bestand


  • public class Bestand
    extends Object
    <p>Java class for Bestand complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="Bestand"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="bestandsnaam"&gt; &lt;simpleType&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}NCName"&gt; &lt;maxLength value="297"/&gt; &lt;minLength value="1"/&gt; &lt;/restriction&gt; &lt;/simpleType&gt; &lt;/element&gt; &lt;element name="bestandsreferentie" 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;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    • Field Detail

      • bestandsnaam

        protected String bestandsnaam
      • bestandsreferentie

        protected String bestandsreferentie
    • Constructor Detail

      • Bestand

        public Bestand()
    • Method Detail

      • getBestandsnaam

        public String getBestandsnaam()
        Gets the value of the bestandsnaam property.
        Returns:
        possible object is String
      • setBestandsnaam

        public void setBestandsnaam​(String value)
        Sets the value of the bestandsnaam property.
        Parameters:
        value - allowed object is String
      • getBestandsreferentie

        public String getBestandsreferentie()
        Gets the value of the bestandsreferentie property.
        Returns:
        possible object is String
      • setBestandsreferentie

        public void setBestandsreferentie​(String value)
        Sets the value of the bestandsreferentie property.
        Parameters:
        value - allowed object is String