Class TerreinType
The following schema fragment specifies the expected content contained within this class.
<complexType name="TerreinType"> <complexContent> <extension base="{http://register.geostandaarden.nl/gmlapplicatieschema/top10nl/1.2.0}_Top10nlObjectType"> <sequence> <element name="typeLandgebruik" type="{http://www.opengis.net/gml/3.2}CodeType"/> <element name="fysiekVoorkomen" type="{http://www.opengis.net/gml/3.2}CodeType" maxOccurs="unbounded" minOccurs="0"/> <element name="voorkomen" type="{http://www.opengis.net/gml/3.2}CodeType" maxOccurs="unbounded" minOccurs="0"/> <element name="hoogteniveau" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="naam" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="geometrieVlak" type="{http://www.opengis.net/gml/3.2}SurfacePropertyType"/> </sequence> </extension> </complexContent> </complexType>
-
Nested Class Summary
Nested classes/interfaces inherited from class nl.b3p.topnl.top10nl.Top10NlObjectType
Top10NlObjectType.Identificatie
-
Field Summary
Modifier and TypeFieldDescriptionprotected Element
protected BigInteger
protected String
protected CodeType
Fields inherited from class nl.b3p.topnl.top10nl.Top10NlObjectType
bronactualiteit, bronbeschrijving, bronnauwkeurigheid, brontype, eindRegistratie, identificatie, mutatieType, objectBeginTijd, objectEindTijd, tdnCode, tijdstipRegistratie, visualisatieCode
Fields inherited from class nl.b3p.topnl.top10nl.AbstractFeatureType
boundedBy, location
Fields inherited from class nl.b3p.topnl.top10nl.AbstractGMLType
description, descriptionReference, id, identifier, metaDataProperty, name
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the fysiekVoorkomen property.Gets the value of the geometrieVlak property.Gets the value of the hoogteniveau property.getNaam()
Gets the value of the naam property.Gets the value of the typeLandgebruik property.Gets the value of the voorkomen property.void
setGeometrieVlak
(Element value) Sets the value of the geometrieVlak property.void
setHoogteniveau
(BigInteger value) Sets the value of the hoogteniveau property.void
Sets the value of the naam property.void
setTypeLandgebruik
(CodeType value) Sets the value of the typeLandgebruik property.Methods inherited from class nl.b3p.topnl.top10nl.Top10NlObjectType
getBronactualiteit, getBronbeschrijving, getBronnauwkeurigheid, getBrontype, getEindRegistratie, getIdentificatie, getMutatieType, getObjectBeginTijd, getObjectEindTijd, getTdnCode, getTijdstipRegistratie, getVisualisatieCode, setBronactualiteit, setBronbeschrijving, setBronnauwkeurigheid, setBrontype, setEindRegistratie, setIdentificatie, setMutatieType, setObjectBeginTijd, setObjectEindTijd, setTdnCode, setTijdstipRegistratie, setVisualisatieCode
Methods inherited from class nl.b3p.topnl.top10nl.AbstractFeatureType
getBoundedBy, getLocation, setBoundedBy, setLocation
Methods inherited from class nl.b3p.topnl.top10nl.AbstractGMLType
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
typeLandgebruik
-
fysiekVoorkomen
-
voorkomen
-
hoogteniveau
-
naam
-
geometrieVlak
-
-
Constructor Details
-
TerreinType
public TerreinType()
-
-
Method Details
-
getTypeLandgebruik
Gets the value of the typeLandgebruik property.- Returns:
- possible object is
CodeType
-
setTypeLandgebruik
Sets the value of the typeLandgebruik property.- Parameters:
value
- allowed object isCodeType
-
getFysiekVoorkomen
Gets the value of the fysiekVoorkomen 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 fysiekVoorkomen property.For example, to add a new item, do as follows:
getFysiekVoorkomen().add(newItem);
Objects of the following type(s) are allowed in the list
CodeType
-
getVoorkomen
Gets the value of the voorkomen 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 voorkomen property.For example, to add a new item, do as follows:
getVoorkomen().add(newItem);
Objects of the following type(s) are allowed in the list
CodeType
-
getHoogteniveau
Gets the value of the hoogteniveau property.- Returns:
- possible object is
BigInteger
-
setHoogteniveau
Sets the value of the hoogteniveau property.- Parameters:
value
- allowed object isBigInteger
-
getNaam
Gets the value of the naam property.- Returns:
- possible object is
String
-
setNaam
Sets the value of the naam property.- Parameters:
value
- allowed object isString
-
getGeometrieVlak
Gets the value of the geometrieVlak property.- Returns:
- possible object is
Element
-
setGeometrieVlak
Sets the value of the geometrieVlak property.- Parameters:
value
- allowed object isElement
-