Package nl.b3p.topnl.top50nl
Class HoogteType
java.lang.Object
nl.b3p.topnl.top50nl.AbstractGMLType
nl.b3p.topnl.top50nl.AbstractFeatureType
nl.b3p.topnl.top50nl.Top50NlObjectType
nl.b3p.topnl.top50nl.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/top50nl/1.1.1}_Top50nlObjectType"> <sequence> <element name="geometrie" type="{http://register.geostandaarden.nl/gmlapplicatieschema/top50nl/1.1.1}LijnOfPuntPropertyType"/> <element name="hoogte" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="typeHoogte" type="{http://register.geostandaarden.nl/gmlapplicatieschema/top50nl/1.1.1}TypeHoogteT50Type"/> </sequence> </extension> </complexContent> </complexType>
-
Nested Class Summary
Nested classes/interfaces inherited from class nl.b3p.topnl.top50nl.Top50NlObjectType
Top50NlObjectType.Identificatie
-
Field Summary
Fields inherited from class nl.b3p.topnl.top50nl.Top50NlObjectType
bronactualiteit, bronbeschrijving, brontype, identificatie, objectBeginTijd, objectEindTijd, tdnCode, visualisatieCode
Fields inherited from class nl.b3p.topnl.top50nl.AbstractFeatureType
boundedBy, location
Fields inherited from class nl.b3p.topnl.top50nl.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 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
setTypeHoogte
(TypeHoogteT50Type value) Sets the value of the typeHoogte property.Methods inherited from class nl.b3p.topnl.top50nl.Top50NlObjectType
getBronactualiteit, getBronbeschrijving, getBrontype, getIdentificatie, getObjectBeginTijd, getObjectEindTijd, getTdnCode, getVisualisatieCode, setBronactualiteit, setBronbeschrijving, setBrontype, setIdentificatie, setObjectBeginTijd, setObjectEindTijd, setTdnCode, setVisualisatieCode
Methods inherited from class nl.b3p.topnl.top50nl.AbstractFeatureType
getBoundedBy, getLocation, setBoundedBy, setLocation
Methods inherited from class nl.b3p.topnl.top50nl.AbstractGMLType
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
geometrie
-
hoogte
protected double hoogte -
typeHoogte
-
-
Constructor Details
-
HoogteType
public HoogteType()
-
-
Method Details
-
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
-
getHoogte
public double getHoogte()Gets the value of the hoogte property. -
setHoogte
public void setHoogte(double value) Sets the value of the hoogte property. -
getTypeHoogte
Gets the value of the typeHoogte property.- Returns:
- possible object is
TypeHoogteT50Type
-
setTypeHoogte
Sets the value of the typeHoogte property.- Parameters:
value
- allowed object isTypeHoogteT50Type
-