
public class GebouwType extends Top250NlObjectType
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/top250nl/1.2.1}_Top250nlObjectType">
<sequence>
<element name="typeGebouw" type="{http://www.opengis.net/gml/3.2}CodeType" maxOccurs="unbounded"/>
<element name="fysiekVoorkomen" type="{http://www.opengis.net/gml/3.2}CodeType" minOccurs="0"/>
<element name="hoogteklasse" type="{http://www.opengis.net/gml/3.2}CodeType" minOccurs="0"/>
<element name="hoogte" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="status" type="{http://www.opengis.net/gml/3.2}CodeType"/>
<element name="soortnaam" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="naam" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="geometrie" type="{http://www.opengis.net/gml/3.2}PointPropertyType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CodeType |
fysiekVoorkomen |
protected Element |
geometrie |
protected Double |
hoogte |
protected CodeType |
hoogteklasse |
protected List<String> |
naam |
protected String |
soortnaam |
protected CodeType |
status |
protected List<CodeType> |
typeGebouw |
bronactualiteit, bronbeschrijving, bronnauwkeurigheid, brontype, identificatie, objectBeginTijd, objectEindTijd, visualisatieCodeboundedBy, locationdescription, descriptionReference, id, identifier, metaDataProperty, name| Constructor and Description |
|---|
GebouwType() |
| Modifier and Type | Method and Description |
|---|---|
CodeType |
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.
|
CodeType |
getHoogteklasse()
Gets the value of the hoogteklasse property.
|
List<String> |
getNaam()
Gets the value of the naam property.
|
String |
getSoortnaam()
Gets the value of the soortnaam property.
|
CodeType |
getStatus()
Gets the value of the status property.
|
List<CodeType> |
getTypeGebouw()
Gets the value of the typeGebouw property.
|
void |
setFysiekVoorkomen(CodeType 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(CodeType value)
Sets the value of the hoogteklasse property.
|
void |
setSoortnaam(String value)
Sets the value of the soortnaam property.
|
void |
setStatus(CodeType value)
Sets the value of the status 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 CodeType fysiekVoorkomen
protected CodeType hoogteklasse
protected Double hoogte
protected CodeType status
protected String soortnaam
protected Element geometrie
public List<CodeType> 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
CodeType
public CodeType getFysiekVoorkomen()
CodeTypepublic void setFysiekVoorkomen(CodeType value)
value - allowed object is
CodeTypepublic CodeType getHoogteklasse()
CodeTypepublic void setHoogteklasse(CodeType value)
value - allowed object is
CodeTypepublic Double getHoogte()
Doublepublic void setHoogte(Double value)
value - allowed object is
Doublepublic CodeType getStatus()
CodeTypepublic void setStatus(CodeType value)
value - allowed object is
CodeTypepublic String getSoortnaam()
Stringpublic void setSoortnaam(String value)
value - allowed object is
Stringpublic List<String> getNaam()
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 naam property.
For example, to add a new item, do as follows:
getNaam().add(newItem);
Objects of the following type(s) are allowed in the list
String
public Element getGeometrie()
ElementCopyright © 2014–2017 B3Partners B.V.. All rights reserved.