Package nl.b3p.topnl.top10nl
Class ReliefType
java.lang.Object
nl.b3p.topnl.top10nl.AbstractGMLType
nl.b3p.topnl.top10nl.AbstractFeatureType
nl.b3p.topnl.top10nl.Top10NlObjectType
nl.b3p.topnl.top10nl.ReliefType
Java class for ReliefType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReliefType"> <complexContent> <extension base="{http://register.geostandaarden.nl/gmlapplicatieschema/top10nl/1.2.0}_Top10nlObjectType"> <sequence> <element name="typeRelief" type="{http://www.opengis.net/gml/3.2}CodeType"/> <element name="hoogteklasse" type="{http://www.opengis.net/gml/3.2}CodeType"/> <element name="hoogteniveau" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="functie" type="{http://www.opengis.net/gml/3.2}CodeType" minOccurs="0"/> <element name="lijnGeometrie" type="{http://www.opengis.net/gml/3.2}CurvePropertyType" minOccurs="0"/> <element name="taludGeometrie" type="{http://register.geostandaarden.nl/gmlapplicatieschema/brt-algemeen/1.2.0}BRTHogeEnLageZijdePropertyType" minOccurs="0"/> </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 CodeType
protected CodeType
protected BigInteger
protected Element
protected BRTHogeEnLageZijdePropertyType
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 functie property.Gets the value of the hoogteklasse property.Gets the value of the hoogteniveau property.Gets the value of the lijnGeometrie property.Gets the value of the taludGeometrie property.Gets the value of the typeRelief property.void
setFunctie
(CodeType value) Sets the value of the functie property.void
setHoogteklasse
(CodeType value) Sets the value of the hoogteklasse property.void
setHoogteniveau
(BigInteger value) Sets the value of the hoogteniveau property.void
setLijnGeometrie
(Element value) Sets the value of the lijnGeometrie property.void
Sets the value of the taludGeometrie property.void
setTypeRelief
(CodeType value) Sets the value of the typeRelief 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
-
typeRelief
-
hoogteklasse
-
hoogteniveau
-
functie
-
lijnGeometrie
-
taludGeometrie
-
-
Constructor Details
-
ReliefType
public ReliefType()
-
-
Method Details
-
getTypeRelief
Gets the value of the typeRelief property.- Returns:
- possible object is
CodeType
-
setTypeRelief
Sets the value of the typeRelief property.- Parameters:
value
- allowed object isCodeType
-
getHoogteklasse
Gets the value of the hoogteklasse property.- Returns:
- possible object is
CodeType
-
setHoogteklasse
Sets the value of the hoogteklasse property.- Parameters:
value
- allowed object isCodeType
-
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
-
getFunctie
Gets the value of the functie property.- Returns:
- possible object is
CodeType
-
setFunctie
Sets the value of the functie property.- Parameters:
value
- allowed object isCodeType
-
getLijnGeometrie
Gets the value of the lijnGeometrie property.- Returns:
- possible object is
Element
-
setLijnGeometrie
Sets the value of the lijnGeometrie property.- Parameters:
value
- allowed object isElement
-
getTaludGeometrie
Gets the value of the taludGeometrie property.- Returns:
- possible object is
BRTHogeEnLageZijdePropertyType
-
setTaludGeometrie
Sets the value of the taludGeometrie property.- Parameters:
value
- allowed object isBRTHogeEnLageZijdePropertyType
-