Class RegistratiefGebiedType
The following schema fragment specifies the expected content contained within this class.
<complexType name="RegistratiefGebiedType"> <complexContent> <extension base="{http://register.geostandaarden.nl/gmlapplicatieschema/top250nl/1.2.1}_Top250nlObjectType"> <sequence> <element name="typeRegistratiefGebied" type="{http://www.opengis.net/gml/3.2}CodeType"/> <element name="naamOfficieel" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="naamNL" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="naamFries" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="nummer" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="geometrie" type="{http://register.geostandaarden.nl/gmlapplicatieschema/brt-algemeen/1.2.0}BRTVlakOfMultivlakPropertyType"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class nl.b3p.topnl.top250nl.Top250NlObjectType
bronactualiteit, bronbeschrijving, bronnauwkeurigheid, brontype, identificatie, objectBeginTijd, objectEindTijd, visualisatieCode
Fields inherited from class nl.b3p.topnl.top250nl.AbstractFeatureType
boundedBy, location
Fields inherited from class nl.b3p.topnl.top250nl.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 naamOfficieel 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
setNaamOfficieel
(String value) Sets the value of the naamOfficieel property.void
Sets the value of the typeRegistratiefGebied property.Methods inherited from class nl.b3p.topnl.top250nl.Top250NlObjectType
getBronactualiteit, getBronbeschrijving, getBronnauwkeurigheid, getBrontype, getIdentificatie, getObjectBeginTijd, getObjectEindTijd, getVisualisatieCode, setBronactualiteit, setBronbeschrijving, setBronnauwkeurigheid, setBrontype, setIdentificatie, setObjectBeginTijd, setObjectEindTijd, setVisualisatieCode
Methods inherited from class nl.b3p.topnl.top250nl.AbstractFeatureType
getBoundedBy, getLocation, setBoundedBy, setLocation
Methods inherited from class nl.b3p.topnl.top250nl.AbstractGMLType
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
typeRegistratiefGebied
-
naamOfficieel
-
naamNL
-
naamFries
-
nummer
-
geometrie
-
-
Constructor Details
-
RegistratiefGebiedType
public RegistratiefGebiedType()
-
-
Method Details
-
getTypeRegistratiefGebied
Gets the value of the typeRegistratiefGebied property.- Returns:
- possible object is
CodeType
-
setTypeRegistratiefGebied
Sets the value of the typeRegistratiefGebied property.- Parameters:
value
- allowed object isCodeType
-
getNaamOfficieel
Gets the value of the naamOfficieel property.- Returns:
- possible object is
String
-
setNaamOfficieel
Sets the value of the naamOfficieel property.- Parameters:
value
- allowed object isString
-
getNaamNL
Gets the value of the naamNL property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the naamNL property.For example, to add a new item, do as follows:
getNaamNL().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
getNaamFries
Gets the value of the naamFries property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the naamFries property.For example, to add a new item, do as follows:
getNaamFries().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
getNummer
Gets the value of the nummer property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the nummer property.For example, to add a new item, do as follows:
getNummer().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
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
-