Class GebouwType
The following schema fragment specifies the expected content contained within this class.
<complexType name="GebouwType"> <complexContent> <extension base="{http://register.geostandaarden.nl/gmlapplicatieschema/top50nl/1.1.1}_Top50nlObjectType"> <sequence> <element name="fysiekVoorkomen" type="{http://register.geostandaarden.nl/gmlapplicatieschema/top50nl/1.1.1}FysiekVoorkomenGebouwT50Type" minOccurs="0"/> <element name="geometrie" type="{http://register.geostandaarden.nl/gmlapplicatieschema/top50nl/1.1.1}VlakOfPuntPropertyType"/> <element name="hoogte" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="hoogteklasse" type="{http://register.geostandaarden.nl/gmlapplicatieschema/top50nl/1.1.1}HoogteklasseGebouwT50Type"/> <element name="naamFries" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="naamNL" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="typeGebouw" type="{http://register.geostandaarden.nl/gmlapplicatieschema/top50nl/1.1.1}TypeGebouwT50Type" maxOccurs="unbounded"/> </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 FysiekVoorkomenGebouwT50Type
protected Element
protected Double
protected HoogteklasseGebouwT50Type
protected List<TypeGebouwT50Type>
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 fysiekVoorkomen property.Gets the value of the geometrie property.Gets the value of the hoogte property.Gets the value of the hoogteklasse property.Gets the value of the naamFries property.Gets the value of the naamNL property.Gets the value of the typeGebouw property.void
Sets the value of the fysiekVoorkomen property.void
setGeometrie
(Element value) Sets the value of the geometrie property.void
Sets the value of the hoogte property.void
Sets the value of the hoogteklasse 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
-
fysiekVoorkomen
-
geometrie
-
hoogte
-
hoogteklasse
-
naamFries
-
naamNL
-
typeGebouw
-
-
Constructor Details
-
GebouwType
public GebouwType()
-
-
Method Details
-
getFysiekVoorkomen
Gets the value of the fysiekVoorkomen property.- Returns:
- possible object is
FysiekVoorkomenGebouwT50Type
-
setFysiekVoorkomen
Sets the value of the fysiekVoorkomen property.- Parameters:
value
- allowed object isFysiekVoorkomenGebouwT50Type
-
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
-
getHoogte
Gets the value of the hoogte property.- Returns:
- possible object is
Double
-
setHoogte
Sets the value of the hoogte property.- Parameters:
value
- allowed object isDouble
-
getHoogteklasse
Gets the value of the hoogteklasse property.- Returns:
- possible object is
HoogteklasseGebouwT50Type
-
setHoogteklasse
Sets the value of the hoogteklasse property.- Parameters:
value
- allowed object isHoogteklasseGebouwT50Type
-
getNaamFries
Gets the value of the naamFries 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 naamFries property.For example, to add a new item, do as follows:
getNaamFries().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
getNaamNL
Gets the value of the naamNL 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 naamNL property.For example, to add a new item, do as follows:
getNaamNL().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
getTypeGebouw
Gets the value of the typeGebouw 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 typeGebouw property.For example, to add a new item, do as follows:
getTypeGebouw().add(newItem);
Objects of the following type(s) are allowed in the list
TypeGebouwT50Type
-