Package nl.b3p.topnl.top50nl
Class ReliefType
java.lang.Object
nl.b3p.topnl.top50nl.AbstractGMLType
nl.b3p.topnl.top50nl.AbstractFeatureType
nl.b3p.topnl.top50nl.Top50NlObjectType
nl.b3p.topnl.top50nl.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/top50nl/1.1.1}_Top50nlObjectType"> <sequence> <element name="typeRelief" type="{http://register.geostandaarden.nl/gmlapplicatieschema/top50nl/1.1.1}TypeReliefT50Type"/> <element name="hoogteklasse" type="{http://register.geostandaarden.nl/gmlapplicatieschema/top50nl/1.1.1}HoogteklasseReliefT50Type" minOccurs="0"/> <element name="functie" type="{http://register.geostandaarden.nl/gmlapplicatieschema/top50nl/1.1.1}FunctieReliefT50Type" minOccurs="0"/> <element name="naamFries" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="naamNL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="hoogteniveau" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="geometrie" type="{http://www.opengis.net/gml/3.2}CurvePropertyType"/> </sequence> </extension> </complexContent> </complexType>
-
Nested Class Summary
Nested classes/interfaces inherited from class nl.b3p.topnl.top50nl.Top50NlObjectType
Top50NlObjectType.Identificatie
-
Field Summary
Modifier and TypeFieldDescriptionprotected FunctieReliefT50Type
protected Element
protected String
protected BigInteger
protected String
protected String
protected TypeReliefT50Type
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 functie property.Gets the value of the geometrie property.Gets the value of the hoogteklasse property.Gets the value of the hoogteniveau property.Gets the value of the naamFries property.Gets the value of the naamNL property.Gets the value of the typeRelief property.void
setFunctie
(FunctieReliefT50Type value) Sets the value of the functie property.void
setGeometrie
(Element value) Sets the value of the geometrie property.void
setHoogteklasse
(String value) Sets the value of the hoogteklasse property.void
setHoogteniveau
(BigInteger value) Sets the value of the hoogteniveau property.void
setNaamFries
(String value) Sets the value of the naamFries property.void
Sets the value of the naamNL property.void
setTypeRelief
(TypeReliefT50Type value) Sets the value of the typeRelief 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
-
typeRelief
-
hoogteklasse
-
functie
-
naamFries
-
naamNL
-
hoogteniveau
-
geometrie
-
-
Constructor Details
-
ReliefType
public ReliefType()
-
-
Method Details
-
getTypeRelief
Gets the value of the typeRelief property.- Returns:
- possible object is
TypeReliefT50Type
-
setTypeRelief
Sets the value of the typeRelief property.- Parameters:
value
- allowed object isTypeReliefT50Type
-
getHoogteklasse
Gets the value of the hoogteklasse property.- Returns:
- possible object is
String
-
setHoogteklasse
Sets the value of the hoogteklasse property.- Parameters:
value
- allowed object isString
-
getFunctie
Gets the value of the functie property.- Returns:
- possible object is
FunctieReliefT50Type
-
setFunctie
Sets the value of the functie property.- Parameters:
value
- allowed object isFunctieReliefT50Type
-
getNaamFries
Gets the value of the naamFries property.- Returns:
- possible object is
String
-
setNaamFries
Sets the value of the naamFries property.- Parameters:
value
- allowed object isString
-
getNaamNL
Gets the value of the naamNL property.- Returns:
- possible object is
String
-
setNaamNL
Sets the value of the naamNL property.- Parameters:
value
- allowed object isString
-
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
-
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
-