Package nl.b3p.topnl.top100nl
Class RegistratiefGebiedType
java.lang.Object
nl.b3p.topnl.top100nl.AbstractGMLType
nl.b3p.topnl.top100nl.AbstractFeatureType
nl.b3p.topnl.top100nl.Top100NlObjectType
nl.b3p.topnl.top100nl.RegistratiefGebiedType
Java class for RegistratiefGebiedType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RegistratiefGebiedType"> <complexContent> <extension base="{http://register.geostandaarden.nl/gmlapplicatieschema/top100nl/1.1.0}_Top100nlObjectType"> <sequence> <element name="geometrie" type="{http://register.geostandaarden.nl/gmlapplicatieschema/top100nl/1.1.0}VlakOfMultivlakPropertyType"/> <element name="naamFries" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="naamNL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nummer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="typeRegistratiefGebied" type="{http://register.geostandaarden.nl/gmlapplicatieschema/top100nl/1.1.0}TypeRegistratiefGebiedT100Type"/> </sequence> </extension> </complexContent> </complexType>
-
Nested Class Summary
Nested classes/interfaces inherited from class nl.b3p.topnl.top100nl.Top100NlObjectType
Top100NlObjectType.Identificatie
-
Field Summary
Modifier and TypeFieldDescriptionprotected Element
protected String
protected String
protected String
protected TypeRegistratiefGebiedT100Type
Fields inherited from class nl.b3p.topnl.top100nl.Top100NlObjectType
bronactualiteit, bronbeschrijving, brontype, identificatie, objectBeginTijd, objectEindTijd, tdnCode, visualisatieCode
Fields inherited from class nl.b3p.topnl.top100nl.AbstractFeatureType
boundedBy, location
Fields inherited from class nl.b3p.topnl.top100nl.AbstractGMLType
description, descriptionReference, id, identifier, metaDataProperty, name
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the geometrie property.Gets the value of the naamFries property.Gets the value of the naamNL property.Gets the value of the nummer property.Gets the value of the typeRegistratiefGebied property.void
setGeometrie
(Element value) Sets the value of the geometrie property.void
setNaamFries
(String value) Sets the value of the naamFries property.void
Sets the value of the naamNL property.void
Sets the value of the nummer property.void
Sets the value of the typeRegistratiefGebied property.Methods inherited from class nl.b3p.topnl.top100nl.Top100NlObjectType
getBronactualiteit, getBronbeschrijving, getBrontype, getIdentificatie, getObjectBeginTijd, getObjectEindTijd, getTdnCode, getVisualisatieCode, setBronactualiteit, setBronbeschrijving, setBrontype, setIdentificatie, setObjectBeginTijd, setObjectEindTijd, setTdnCode, setVisualisatieCode
Methods inherited from class nl.b3p.topnl.top100nl.AbstractFeatureType
getBoundedBy, getLocation, setBoundedBy, setLocation
Methods inherited from class nl.b3p.topnl.top100nl.AbstractGMLType
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
geometrie
-
naamFries
-
naamNL
-
nummer
-
typeRegistratiefGebied
-
-
Constructor Details
-
RegistratiefGebiedType
public RegistratiefGebiedType()
-
-
Method Details
-
getGeometrie
Gets the value of the geometrie property.- Returns:
- possible object is
Element
-
setGeometrie
Sets the value of the geometrie property.- Parameters:
value
- allowed object isElement
-
getNaamFries
Gets the value of the naamFries property.- Returns:
- possible object is
String
-
setNaamFries
Sets the value of the naamFries property.- Parameters:
value
- allowed object isString
-
getNaamNL
Gets the value of the naamNL property.- Returns:
- possible object is
String
-
setNaamNL
Sets the value of the naamNL property.- Parameters:
value
- allowed object isString
-
getNummer
Gets the value of the nummer property.- Returns:
- possible object is
String
-
setNummer
Sets the value of the nummer property.- Parameters:
value
- allowed object isString
-
getTypeRegistratiefGebied
Gets the value of the typeRegistratiefGebied property.- Returns:
- possible object is
TypeRegistratiefGebiedT100Type
-
setTypeRegistratiefGebied
Sets the value of the typeRegistratiefGebied property.- Parameters:
value
- allowed object isTypeRegistratiefGebiedT100Type
-