
public class GeografischGebiedType extends Top250NlObjectType
Java class for GeografischGebiedType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GeografischGebiedType">
<complexContent>
<extension base="{http://register.geostandaarden.nl/gmlapplicatieschema/top250nl/1.2.1}_Top250nlObjectType">
<sequence>
<element name="typeGeografischGebied" type="{http://www.opengis.net/gml/3.2}CodeType"/>
<element name="naamNL" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="naamFries" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="geometrie" type="{http://register.geostandaarden.nl/gmlapplicatieschema/brt-algemeen/1.2.0}BRTVlakMultivlakOfPuntPropertyType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Element |
geometrie |
protected List<String> |
naamFries |
protected List<String> |
naamNL |
protected CodeType |
typeGeografischGebied |
bronactualiteit, bronbeschrijving, bronnauwkeurigheid, brontype, identificatie, objectBeginTijd, objectEindTijd, visualisatieCodeboundedBy, locationdescription, descriptionReference, id, identifier, metaDataProperty, name| Constructor and Description |
|---|
GeografischGebiedType() |
| Modifier and Type | Method and Description |
|---|---|
Element |
getGeometrie()
Gets the value of the geometrie property.
|
List<String> |
getNaamFries()
Gets the value of the naamFries property.
|
List<String> |
getNaamNL()
Gets the value of the naamNL property.
|
CodeType |
getTypeGeografischGebied()
Gets the value of the typeGeografischGebied property.
|
void |
setGeometrie(Element value)
Sets the value of the geometrie property.
|
void |
setTypeGeografischGebied(CodeType value)
Sets the value of the typeGeografischGebied 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 typeGeografischGebied
protected Element geometrie
public CodeType getTypeGeografischGebied()
CodeTypepublic void setTypeGeografischGebied(CodeType value)
value - allowed object is
CodeTypepublic 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<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 Element getGeometrie()
ElementCopyright © 2014–2020 B3Partners B.V.. All rights reserved.