Class Systeem

java.lang.Object
nl.egem.stuf.stuf0204.Systeem

public class Systeem extends Object

Java class for Systeem complex type.

The following schema fragment specifies the expected content contained within this class.

<complexType name="Systeem">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="organisatie" minOccurs="0">
          <simpleType>
            <restriction base="{http://www.w3.org/2001/XMLSchema}string">
              <maxLength value="10"/>
            </restriction>
          </simpleType>
        </element>
        <element name="applicatie">
          <simpleType>
            <restriction base="{http://www.w3.org/2001/XMLSchema}string">
              <minLength value="3"/>
              <maxLength value="20"/>
            </restriction>
          </simpleType>
        </element>
        <element name="administratie" minOccurs="0">
          <simpleType>
            <restriction base="{http://www.w3.org/2001/XMLSchema}string">
              <maxLength value="1"/>
            </restriction>
          </simpleType>
        </element>
        <element name="gebruiker" minOccurs="0">
          <simpleType>
            <restriction base="{http://www.w3.org/2001/XMLSchema}string">
              <maxLength value="20"/>
            </restriction>
          </simpleType>
        </element>
      </sequence>
    </restriction>
  </complexContent>
</complexType>
  • Field Details

    • organisatie

      protected String organisatie
    • applicatie

      protected String applicatie
    • administratie

      protected String administratie
    • gebruiker

      protected String gebruiker
  • Constructor Details

    • Systeem

      public Systeem()
  • Method Details

    • getOrganisatie

      public String getOrganisatie()
      Gets the value of the organisatie property.
      Returns:
      possible object is String
    • setOrganisatie

      public void setOrganisatie(String value)
      Sets the value of the organisatie property.
      Parameters:
      value - allowed object is String
    • getApplicatie

      public String getApplicatie()
      Gets the value of the applicatie property.
      Returns:
      possible object is String
    • setApplicatie

      public void setApplicatie(String value)
      Sets the value of the applicatie property.
      Parameters:
      value - allowed object is String
    • getAdministratie

      public String getAdministratie()
      Gets the value of the administratie property.
      Returns:
      possible object is String
    • setAdministratie

      public void setAdministratie(String value)
      Sets the value of the administratie property.
      Parameters:
      value - allowed object is String
    • getGebruiker

      public String getGebruiker()
      Gets the value of the gebruiker property.
      Returns:
      possible object is String
    • setGebruiker

      public void setGebruiker(String value)
      Sets the value of the gebruiker property.
      Parameters:
      value - allowed object is String