Package nl.egem.stuf.stuf0204
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
-
Constructor Summary
-
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.void
setAdministratie
(String value) Sets the value of the administratie property.void
setApplicatie
(String value) Sets the value of the applicatie property.void
setGebruiker
(String value) Sets the value of the gebruiker property.void
setOrganisatie
(String value) Sets the value of the organisatie property.
-
Field Details
-
organisatie
-
applicatie
-
administratie
-
gebruiker
-
-
Constructor Details
-
Systeem
public Systeem()
-
-
Method Details
-
getOrganisatie
Gets the value of the organisatie property.- Returns:
- possible object is
String
-
setOrganisatie
Sets the value of the organisatie property.- Parameters:
value
- allowed object isString
-
getApplicatie
Gets the value of the applicatie property.- Returns:
- possible object is
String
-
setApplicatie
Sets the value of the applicatie property.- Parameters:
value
- allowed object isString
-
getAdministratie
Gets the value of the administratie property.- Returns:
- possible object is
String
-
setAdministratie
Sets the value of the administratie property.- Parameters:
value
- allowed object isString
-
getGebruiker
Gets the value of the gebruiker property.- Returns:
- possible object is
String
-
setGebruiker
Sets the value of the gebruiker property.- Parameters:
value
- allowed object isString
-