
public class TerreinType extends Top250NlObjectType
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>
| Modifier and Type | Field and Description |
|---|---|
protected Element |
geometrieVlak |
protected String |
naam |
protected CodeType |
typeLandgebruik |
protected List<CodeType> |
voorkomen |
bronactualiteit, bronbeschrijving, bronnauwkeurigheid, brontype, identificatie, objectBeginTijd, objectEindTijd, visualisatieCodeboundedBy, locationdescription, descriptionReference, id, identifier, metaDataProperty, name| Constructor and Description |
|---|
TerreinType() |
| Modifier and Type | Method and Description |
|---|---|
Element |
getGeometrieVlak()
Gets the value of the geometrieVlak property.
|
String |
getNaam()
Gets the value of the naam property.
|
CodeType |
getTypeLandgebruik()
Gets the value of the typeLandgebruik property.
|
List<CodeType> |
getVoorkomen()
Gets the value of the voorkomen property.
|
void |
setGeometrieVlak(Element value)
Sets the value of the geometrieVlak property.
|
void |
setNaam(String value)
Sets the value of the naam property.
|
void |
setTypeLandgebruik(CodeType value)
Sets the value of the typeLandgebruik property.
|
getBronactualiteit, getBronbeschrijving, getBronnauwkeurigheid, getBrontype, getIdentificatie, getObjectBeginTijd, getObjectEindTijd, getVisualisatieCode, setBronactualiteit, setBronbeschrijving, setBronnauwkeurigheid, setBrontype, setIdentificatie, setObjectBeginTijd, setObjectEindTijd, setVisualisatieCodegetBoundedBy, getLocation, setBoundedBy, setLocationgetDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifierprotected Element geometrieVlak
protected String naam
protected CodeType typeLandgebruik
public Element getGeometrieVlak()
Elementpublic void setGeometrieVlak(Element value)
value - allowed object is
Elementpublic String getNaam()
Stringpublic void setNaam(String value)
value - allowed object is
Stringpublic CodeType getTypeLandgebruik()
CodeTypepublic void setTypeLandgebruik(CodeType value)
value - allowed object is
CodeTypepublic List<CodeType> getVoorkomen()
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
Copyright © 2014–2020 B3Partners B.V.. All rights reserved.