Package nl.b3p.topnl.top250nl
Class ReliefType
java.lang.Object
nl.b3p.topnl.top250nl.AbstractGMLType
nl.b3p.topnl.top250nl.AbstractFeatureType
nl.b3p.topnl.top250nl.Top250NlObjectType
nl.b3p.topnl.top250nl.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/top250nl/1.2.1}_Top250nlObjectType"> <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="lijnGeometrie" type="{http://www.opengis.net/gml/3.2}CurvePropertyType"/> </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 hoogteklasse property.Gets the value of the lijnGeometrie property.Gets the value of the typeRelief property.void
setHoogteklasse
(CodeType value) Sets the value of the hoogteklasse property.void
setLijnGeometrie
(Element value) Sets the value of the lijnGeometrie property.void
setTypeRelief
(CodeType value) Sets the value of the typeRelief 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
-
typeRelief
-
hoogteklasse
-
lijnGeometrie
-
-
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
-
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
-