Class GeografischGebiedType
The following schema fragment specifies the expected content contained within this class.
<complexType name="GeografischGebiedType"> <complexContent> <extension base="{http://register.geostandaarden.nl/gmlapplicatieschema/top50nl/1.1.1}_Top50nlObjectType"> <sequence> <element name="typeGeografischGebied" type="{http://register.geostandaarden.nl/gmlapplicatieschema/top50nl/1.1.1}TypeGeografischGebiedT50Type"/> <element name="aantalInwoners" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="naamOfficieel" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="naamNL" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/> <element name="naamFries" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="geometrie" type="{http://register.geostandaarden.nl/gmlapplicatieschema/top50nl/1.1.1}VlakMultivlakOfPuntPropertyType"/> </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 BigInteger
protected Element
protected String
protected TypeGeografischGebiedT50Type
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 aantalInwoners property.Gets the value of the geometrie property.Gets the value of the naamFries property.Gets the value of the naamNL property.Gets the value of the naamOfficieel property.Gets the value of the typeGeografischGebied property.void
setAantalInwoners
(BigInteger value) Sets the value of the aantalInwoners property.void
setGeometrie
(Element value) Sets the value of the geometrie property.void
setNaamOfficieel
(String value) Sets the value of the naamOfficieel property.void
Sets the value of the typeGeografischGebied 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
-
typeGeografischGebied
-
aantalInwoners
-
naamOfficieel
-
naamNL
-
naamFries
-
geometrie
-
-
Constructor Details
-
GeografischGebiedType
public GeografischGebiedType()
-
-
Method Details
-
getTypeGeografischGebied
Gets the value of the typeGeografischGebied property.- Returns:
- possible object is
TypeGeografischGebiedT50Type
-
setTypeGeografischGebied
Sets the value of the typeGeografischGebied property.- Parameters:
value
- allowed object isTypeGeografischGebiedT50Type
-
getAantalInwoners
Gets the value of the aantalInwoners property.- Returns:
- possible object is
BigInteger
-
setAantalInwoners
Sets the value of the aantalInwoners property.- Parameters:
value
- allowed object isBigInteger
-
getNaamOfficieel
Gets the value of the naamOfficieel property.- Returns:
- possible object is
String
-
setNaamOfficieel
Sets the value of the naamOfficieel property.- Parameters:
value
- allowed object isString
-
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
-
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
-
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
-