Class Systeem
java.lang.Object
nl.egem.stuf.stuf0204.Systeem
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the administratie property.Gets the value of the applicatie property.Gets the value of the gebruiker property.Gets the value of the organisatie property.voidsetAdministratie(String value) Sets the value of the administratie property.voidsetApplicatie(String value) Sets the value of the applicatie property.voidsetGebruiker(String value) Sets the value of the gebruiker property.voidsetOrganisatie(String value) Sets the value of the organisatie property.
-
Field Details
-
organisatie
-
applicatie
-
administratie
-
gebruiker
-
-
Constructor Details
-
Systeem
public Systeem()
-
-
Method Details
-
getOrganisatie
-
setOrganisatie
-
getApplicatie
-
setApplicatie
-
getAdministratie
-
setAdministratie
-
getGebruiker
-
setGebruiker
-