Package nl.b3p.topnl.top250nl
Class PlaatsType
java.lang.Object
nl.b3p.topnl.top250nl.AbstractGMLType
nl.b3p.topnl.top250nl.AbstractFeatureType
nl.b3p.topnl.top250nl.Top250NlObjectType
nl.b3p.topnl.top250nl.PlaatsType
Java class for PlaatsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PlaatsType"> <complexContent> <extension base="{http://register.geostandaarden.nl/gmlapplicatieschema/top250nl/1.2.1}_Top250nlObjectType"> <sequence> <element name="typeGebied" type="{http://www.opengis.net/gml/3.2}CodeType"/> <element name="aantalinwoners" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="naamOfficieel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="naamNL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="naamFries" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="geometrie" type="{http://register.geostandaarden.nl/gmlapplicatieschema/brt-algemeen/1.2.0}BRTVlakMultivlakOfPuntPropertyType"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected BigInteger
protected Element
protected String
protected String
protected String
protected CodeType
Fields inherited from class nl.b3p.topnl.top250nl.Top250NlObjectType
bronactualiteit, bronbeschrijving, bronnauwkeurigheid, brontype, identificatie, objectBeginTijd, objectEindTijd, visualisatieCode
Fields inherited from class nl.b3p.topnl.top250nl.AbstractFeatureType
boundedBy, location
Fields inherited from class nl.b3p.topnl.top250nl.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 typeGebied property.void
setAantalinwoners
(BigInteger value) Sets the value of the aantalinwoners property.void
setGeometrie
(Element value) Sets the value of the geometrie property.void
setNaamFries
(String value) Sets the value of the naamFries property.void
Sets the value of the naamNL property.void
setNaamOfficieel
(String value) Sets the value of the naamOfficieel property.void
setTypeGebied
(CodeType value) Sets the value of the typeGebied property.Methods inherited from class nl.b3p.topnl.top250nl.Top250NlObjectType
getBronactualiteit, getBronbeschrijving, getBronnauwkeurigheid, getBrontype, getIdentificatie, getObjectBeginTijd, getObjectEindTijd, getVisualisatieCode, setBronactualiteit, setBronbeschrijving, setBronnauwkeurigheid, setBrontype, setIdentificatie, setObjectBeginTijd, setObjectEindTijd, setVisualisatieCode
Methods inherited from class nl.b3p.topnl.top250nl.AbstractFeatureType
getBoundedBy, getLocation, setBoundedBy, setLocation
Methods inherited from class nl.b3p.topnl.top250nl.AbstractGMLType
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
typeGebied
-
aantalinwoners
-
naamOfficieel
-
naamNL
-
naamFries
-
geometrie
-
-
Constructor Details
-
PlaatsType
public PlaatsType()
-
-
Method Details
-
getTypeGebied
Gets the value of the typeGebied property.- Returns:
- possible object is
CodeType
-
setTypeGebied
Sets the value of the typeGebied property.- Parameters:
value
- allowed object isCodeType
-
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.- Returns:
- possible object is
String
-
setNaamNL
Sets the value of the naamNL property.- Parameters:
value
- allowed object isString
-
getNaamFries
Gets the value of the naamFries property.- Returns:
- possible object is
String
-
setNaamFries
Sets the value of the naamFries property.- Parameters:
value
- allowed object isString
-
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
-