public class GebouwType extends Top100NlObjectType
Java class for GebouwType complex type.
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>
Top100NlObjectType.Identificatie| Modifier and Type | Field and Description |
|---|---|
protected FysiekVoorkomenGebouwT100Type |
fysiekVoorkomen |
protected Element |
geometrie |
protected Double |
hoogte |
protected HoogteklasseGebouwT100Type |
hoogteklasse |
protected List<String> |
naamFries |
protected List<String> |
naamNL |
protected List<TypeGebouwT100Type> |
typeGebouw |
bronactualiteit, bronbeschrijving, brontype, identificatie, objectBeginTijd, objectEindTijd, tdnCode, visualisatieCodeboundedBy, locationdescription, descriptionReference, id, identifier, metaDataProperty, name| Constructor and Description |
|---|
GebouwType() |
| Modifier and Type | Method and Description |
|---|---|
FysiekVoorkomenGebouwT100Type |
getFysiekVoorkomen()
Gets the value of the fysiekVoorkomen property.
|
Element |
getGeometrie()
Gets the value of the geometrie property.
|
Double |
getHoogte()
Gets the value of the hoogte property.
|
HoogteklasseGebouwT100Type |
getHoogteklasse()
Gets the value of the hoogteklasse property.
|
List<String> |
getNaamFries()
Gets the value of the naamFries property.
|
List<String> |
getNaamNL()
Gets the value of the naamNL property.
|
List<TypeGebouwT100Type> |
getTypeGebouw()
Gets the value of the typeGebouw property.
|
void |
setFysiekVoorkomen(FysiekVoorkomenGebouwT100Type value)
Sets the value of the fysiekVoorkomen property.
|
void |
setGeometrie(Element value)
Sets the value of the geometrie property.
|
void |
setHoogte(Double value)
Sets the value of the hoogte property.
|
void |
setHoogteklasse(HoogteklasseGebouwT100Type value)
Sets the value of the hoogteklasse property.
|
getBronactualiteit, getBronbeschrijving, getBrontype, getIdentificatie, getObjectBeginTijd, getObjectEindTijd, getTdnCode, getVisualisatieCode, setBronactualiteit, setBronbeschrijving, setBrontype, setIdentificatie, setObjectBeginTijd, setObjectEindTijd, setTdnCode, setVisualisatieCodegetBoundedBy, getLocation, setBoundedBy, setLocationgetDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifierprotected FysiekVoorkomenGebouwT100Type fysiekVoorkomen
protected Element geometrie
protected Double hoogte
protected HoogteklasseGebouwT100Type hoogteklasse
protected List<TypeGebouwT100Type> typeGebouw
public FysiekVoorkomenGebouwT100Type getFysiekVoorkomen()
FysiekVoorkomenGebouwT100Typepublic void setFysiekVoorkomen(FysiekVoorkomenGebouwT100Type value)
value - allowed object is
FysiekVoorkomenGebouwT100Typepublic Element getGeometrie()
Elementpublic void setGeometrie(Element value)
value - allowed object is
Elementpublic Double getHoogte()
Doublepublic void setHoogte(Double value)
value - allowed object is
Doublepublic HoogteklasseGebouwT100Type getHoogteklasse()
HoogteklasseGebouwT100Typepublic void setHoogteklasse(HoogteklasseGebouwT100Type value)
value - allowed object is
HoogteklasseGebouwT100Typepublic List<String> getNaamFries()
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
public List<String> getNaamNL()
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
public List<TypeGebouwT100Type> getTypeGebouw()
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
Copyright © 2014–2017 B3Partners B.V.. All rights reserved.