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/top100nl/1.1.0}_Top100nlObjectType"> <sequence> <element name="fysiekVoorkomen" type="{http://register.geostandaarden.nl/gmlapplicatieschema/top100nl/1.1.0}FysiekVoorkomenGebouwT100Type" minOccurs="0"/> <element name="geometrie" type="{http://register.geostandaarden.nl/gmlapplicatieschema/top100nl/1.1.0}VlakOfPuntPropertyType"/> <element name="hoogte" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="hoogteklasse" type="{http://register.geostandaarden.nl/gmlapplicatieschema/top100nl/1.1.0}HoogteklasseGebouwT100Type"/> <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/top100nl/1.1.0}TypeGebouwT100Type" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType>
-
Nested Class Summary
Nested classes/interfaces inherited from class nl.b3p.topnl.top100nl.Top100NlObjectType
Top100NlObjectType.Identificatie
-
Field Summary
Modifier and TypeFieldDescriptionprotected FysiekVoorkomenGebouwT100Type
protected Element
protected Double
protected HoogteklasseGebouwT100Type
protected List<TypeGebouwT100Type>
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 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.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
-
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
FysiekVoorkomenGebouwT100Type
-
setFysiekVoorkomen
Sets the value of the fysiekVoorkomen property.- Parameters:
value
- allowed object isFysiekVoorkomenGebouwT100Type
-
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
HoogteklasseGebouwT100Type
-
setHoogteklasse
Sets the value of the hoogteklasse property.- Parameters:
value
- allowed object isHoogteklasseGebouwT100Type
-
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
TypeGebouwT100Type
-