Package nl.b3p.topnl.top100nl
Class NEN3610IDType
java.lang.Object
nl.b3p.topnl.top100nl.NEN3610IDType
Java class for NEN3610IDType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NEN3610IDType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="namespace" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="lokaalID" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="versie" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the lokaalID property.Gets the value of the namespace property.Gets the value of the versie property.void
setLokaalID
(String value) Sets the value of the lokaalID property.void
setNamespace
(String value) Sets the value of the namespace property.void
Sets the value of the versie property.
-
Field Details
-
namespace
-
lokaalID
-
versie
-
-
Constructor Details
-
NEN3610IDType
public NEN3610IDType()
-
-
Method Details
-
getNamespace
Gets the value of the namespace property.- Returns:
- possible object is
String
-
setNamespace
Sets the value of the namespace property.- Parameters:
value
- allowed object isString
-
getLokaalID
Gets the value of the lokaalID property.- Returns:
- possible object is
String
-
setLokaalID
Sets the value of the lokaalID property.- Parameters:
value
- allowed object isString
-
getVersie
Gets the value of the versie property.- Returns:
- possible object is
String
-
setVersie
Sets the value of the versie property.- Parameters:
value
- allowed object isString
-