Package nl.b3p.topnl.top100nl
Class TerreinType
java.lang.Object
nl.b3p.topnl.top100nl.AbstractGMLType
nl.b3p.topnl.top100nl.AbstractFeatureType
nl.b3p.topnl.top100nl.Top100NlObjectType
nl.b3p.topnl.top100nl.TerreinType
Java class for TerreinType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TerreinType"> <complexContent> <extension base="{http://register.geostandaarden.nl/gmlapplicatieschema/top100nl/1.1.0}_Top100nlObjectType"> <sequence> <element name="geometrie" type="{http://www.opengis.net/gml/3.2}SurfacePropertyType"/> <element name="typeLandgebruik" type="{http://register.geostandaarden.nl/gmlapplicatieschema/top100nl/1.1.0}TypeLandgebruikT100Type"/> </sequence> </extension> </complexContent> </complexType>
-
Nested Class Summary
Nested classes/interfaces inherited from class nl.b3p.topnl.top100nl.Top100NlObjectType
Top100NlObjectType.Identificatie
-
Field Summary
Fields inherited from class nl.b3p.topnl.top100nl.Top100NlObjectType
bronactualiteit, bronbeschrijving, brontype, identificatie, objectBeginTijd, objectEindTijd, tdnCode, visualisatieCode
Fields inherited from class nl.b3p.topnl.top100nl.AbstractFeatureType
boundedBy, location
Fields inherited from class nl.b3p.topnl.top100nl.AbstractGMLType
description, descriptionReference, id, identifier, metaDataProperty, name
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the geometrie property.Gets the value of the typeLandgebruik property.void
setGeometrie
(Element value) Sets the value of the geometrie property.void
Sets the value of the typeLandgebruik property.Methods inherited from class nl.b3p.topnl.top100nl.Top100NlObjectType
getBronactualiteit, getBronbeschrijving, getBrontype, getIdentificatie, getObjectBeginTijd, getObjectEindTijd, getTdnCode, getVisualisatieCode, setBronactualiteit, setBronbeschrijving, setBrontype, setIdentificatie, setObjectBeginTijd, setObjectEindTijd, setTdnCode, setVisualisatieCode
Methods inherited from class nl.b3p.topnl.top100nl.AbstractFeatureType
getBoundedBy, getLocation, setBoundedBy, setLocation
Methods inherited from class nl.b3p.topnl.top100nl.AbstractGMLType
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
geometrie
-
typeLandgebruik
-
-
Constructor Details
-
TerreinType
public TerreinType()
-
-
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
-
getTypeLandgebruik
Gets the value of the typeLandgebruik property.- Returns:
- possible object is
TypeLandgebruikT100Type
-
setTypeLandgebruik
Sets the value of the typeLandgebruik property.- Parameters:
value
- allowed object isTypeLandgebruikT100Type
-