
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
administratie |
protected String |
applicatie |
protected String |
gebruiker |
protected String |
organisatie |
| Constructor and Description |
|---|
Systeem() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdministratie()
Gets the value of the administratie property.
|
String |
getApplicatie()
Gets the value of the applicatie property.
|
String |
getGebruiker()
Gets the value of the gebruiker property.
|
String |
getOrganisatie()
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.
|
protected String organisatie
protected String applicatie
protected String administratie
protected String gebruiker
public String getOrganisatie()
Stringpublic void setOrganisatie(String value)
value - allowed object is
Stringpublic String getApplicatie()
Stringpublic void setApplicatie(String value)
value - allowed object is
Stringpublic String getAdministratie()
Stringpublic void setAdministratie(String value)
value - allowed object is
Stringpublic String getGebruiker()
StringCopyright © 2014–2018 B3Partners B.V.. All rights reserved.