public class TerreinType extends Top10NlObjectType
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/top10nl/1.2.0}_Top10nlObjectType">
<sequence>
<element name="typeLandgebruik" type="{http://www.opengis.net/gml/3.2}CodeType"/>
<element name="fysiekVoorkomen" type="{http://www.opengis.net/gml/3.2}CodeType" maxOccurs="unbounded" minOccurs="0"/>
<element name="voorkomen" type="{http://www.opengis.net/gml/3.2}CodeType" maxOccurs="unbounded" minOccurs="0"/>
<element name="hoogteniveau" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="naam" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="geometrieVlak" type="{http://www.opengis.net/gml/3.2}SurfacePropertyType"/>
</sequence>
</extension>
</complexContent>
</complexType>
Top10NlObjectType.Identificatie| Modifier and Type | Field and Description |
|---|---|
protected List<CodeType> |
fysiekVoorkomen |
protected Element |
geometrieVlak |
protected BigInteger |
hoogteniveau |
protected String |
naam |
protected CodeType |
typeLandgebruik |
protected List<CodeType> |
voorkomen |
bronactualiteit, bronbeschrijving, bronnauwkeurigheid, brontype, eindRegistratie, identificatie, mutatieType, objectBeginTijd, objectEindTijd, tdnCode, tijdstipRegistratie, visualisatieCodeboundedBy, locationdescription, descriptionReference, id, identifier, metaDataProperty, name| Constructor and Description |
|---|
TerreinType() |
| Modifier and Type | Method and Description |
|---|---|
List<CodeType> |
getFysiekVoorkomen()
Gets the value of the fysiekVoorkomen property.
|
Element |
getGeometrieVlak()
Gets the value of the geometrieVlak property.
|
BigInteger |
getHoogteniveau()
Gets the value of the hoogteniveau 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 |
setHoogteniveau(BigInteger value)
Sets the value of the hoogteniveau 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, getEindRegistratie, getIdentificatie, getMutatieType, getObjectBeginTijd, getObjectEindTijd, getTdnCode, getTijdstipRegistratie, getVisualisatieCode, setBronactualiteit, setBronbeschrijving, setBronnauwkeurigheid, setBrontype, setEindRegistratie, setIdentificatie, setMutatieType, setObjectBeginTijd, setObjectEindTijd, setTdnCode, setTijdstipRegistratie, setVisualisatieCodegetBoundedBy, getLocation, setBoundedBy, setLocationgetDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifierprotected CodeType typeLandgebruik
protected BigInteger hoogteniveau
protected String naam
protected Element geometrieVlak
public CodeType getTypeLandgebruik()
CodeTypepublic void setTypeLandgebruik(CodeType value)
value - allowed object is
CodeTypepublic List<CodeType> getFysiekVoorkomen()
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 fysiekVoorkomen property.
For example, to add a new item, do as follows:
getFysiekVoorkomen().add(newItem);
Objects of the following type(s) are allowed in the list
CodeType
public 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
public BigInteger getHoogteniveau()
BigIntegerpublic void setHoogteniveau(BigInteger value)
value - allowed object is
BigIntegerpublic String getNaam()
Stringpublic void setNaam(String value)
value - allowed object is
Stringpublic Element getGeometrieVlak()
ElementCopyright © 2014–2020 B3Partners B.V.. All rights reserved.