Package nl.b3p.topnl.top250nl
Class HoogteType
java.lang.Object
nl.b3p.topnl.top250nl.AbstractGMLType
nl.b3p.topnl.top250nl.AbstractFeatureType
nl.b3p.topnl.top250nl.Top250NlObjectType
nl.b3p.topnl.top250nl.HoogteType
Java class for HoogteType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HoogteType"> <complexContent> <extension base="{http://register.geostandaarden.nl/gmlapplicatieschema/top250nl/1.2.1}_Top250nlObjectType"> <sequence> <element name="typeHoogte" type="{http://www.opengis.net/gml/3.2}CodeType"/> <element name="hoogte" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="referentievlak" type="{http://www.opengis.net/gml/3.2}CodeType"/> <element name="geometrie" type="{http://register.geostandaarden.nl/gmlapplicatieschema/brt-algemeen/1.2.0}BRTLijnOfPuntPropertyType"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected Element
protected double
protected CodeType
protected CodeType
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.double
Gets the value of the hoogte property.Gets the value of the referentievlak property.Gets the value of the typeHoogte property.void
setGeometrie
(Element value) Sets the value of the geometrie property.void
setHoogte
(double value) Sets the value of the hoogte property.void
setReferentievlak
(CodeType value) Sets the value of the referentievlak property.void
setTypeHoogte
(CodeType value) Sets the value of the typeHoogte 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
-
typeHoogte
-
hoogte
protected double hoogte -
referentievlak
-
geometrie
-
-
Constructor Details
-
HoogteType
public HoogteType()
-
-
Method Details
-
getTypeHoogte
Gets the value of the typeHoogte property.- Returns:
- possible object is
CodeType
-
setTypeHoogte
Sets the value of the typeHoogte property.- Parameters:
value
- allowed object isCodeType
-
getHoogte
public double getHoogte()Gets the value of the hoogte property. -
setHoogte
public void setHoogte(double value) Sets the value of the hoogte property. -
getReferentievlak
Gets the value of the referentievlak property.- Returns:
- possible object is
CodeType
-
setReferentievlak
Sets the value of the referentievlak property.- Parameters:
value
- allowed object isCodeType
-
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
-