Package nl.b3p.topnl.top250nl
Class TerreinType
java.lang.Object
nl.b3p.topnl.top250nl.AbstractGMLType
nl.b3p.topnl.top250nl.AbstractFeatureType
nl.b3p.topnl.top250nl.Top250NlObjectType
nl.b3p.topnl.top250nl.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/top250nl/1.2.1}_Top250nlObjectType"> <sequence> <element name="geometrieVlak" type="{http://www.opengis.net/gml/3.2}SurfacePropertyType"/> <element name="naam" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="typeLandgebruik" type="{http://www.opengis.net/gml/3.2}CodeType"/> <element name="voorkomen" type="{http://www.opengis.net/gml/3.2}CodeType" maxOccurs="unbounded" minOccurs="0"/> </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 geometrieVlak property.getNaam()
Gets the value of the naam property.Gets the value of the typeLandgebruik property.Gets the value of the voorkomen property.void
setGeometrieVlak
(Element value) Sets the value of the geometrieVlak property.void
Sets the value of the naam property.void
setTypeLandgebruik
(CodeType value) Sets the value of the typeLandgebruik 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
-
geometrieVlak
-
naam
-
typeLandgebruik
-
voorkomen
-
-
Constructor Details
-
TerreinType
public TerreinType()
-
-
Method Details
-
getGeometrieVlak
Gets the value of the geometrieVlak property.- Returns:
- possible object is
Element
-
setGeometrieVlak
Sets the value of the geometrieVlak property.- Parameters:
value
- allowed object isElement
-
getNaam
Gets the value of the naam property.- Returns:
- possible object is
String
-
setNaam
Sets the value of the naam property.- Parameters:
value
- allowed object isString
-
getTypeLandgebruik
Gets the value of the typeLandgebruik property.- Returns:
- possible object is
CodeType
-
setTypeLandgebruik
Sets the value of the typeLandgebruik property.- Parameters:
value
- allowed object isCodeType
-
getVoorkomen
Gets the value of the voorkomen property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the voorkomen property.For example, to add a new item, do as follows:
getVoorkomen().add(newItem);
Objects of the following type(s) are allowed in the list
CodeType
-