Package nl.b3p.topnl.top10nl
Class PlaatsType
java.lang.Object
nl.b3p.topnl.top10nl.AbstractGMLType
nl.b3p.topnl.top10nl.AbstractFeatureType
nl.b3p.topnl.top10nl.Top10NlObjectType
nl.b3p.topnl.top10nl.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/top10nl/1.2.0}_Top10nlObjectType"> <sequence> <element name="typeGebied" type="{http://www.opengis.net/gml/3.2}CodeType"/> <element name="bebouwdeKom" type="{http://register.geostandaarden.nl/gmlapplicatieschema/brt-algemeen/1.2.0}BRTJaNeeWaardeType"/> <element name="isBAGwoonplaats" type="{http://register.geostandaarden.nl/gmlapplicatieschema/brt-algemeen/1.2.0}BRTJaNeeWaardeType"/> <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>
-
Nested Class Summary
Nested classes/interfaces inherited from class nl.b3p.topnl.top10nl.Top10NlObjectType
Top10NlObjectType.Identificatie
-
Field Summary
Modifier and TypeFieldDescriptionprotected BigInteger
protected BRTJaNeeWaardeType
protected Element
protected BRTJaNeeWaardeType
protected String
protected String
protected String
protected CodeType
Fields inherited from class nl.b3p.topnl.top10nl.Top10NlObjectType
bronactualiteit, bronbeschrijving, bronnauwkeurigheid, brontype, eindRegistratie, identificatie, mutatieType, objectBeginTijd, objectEindTijd, tdnCode, tijdstipRegistratie, visualisatieCode
Fields inherited from class nl.b3p.topnl.top10nl.AbstractFeatureType
boundedBy, location
Fields inherited from class nl.b3p.topnl.top10nl.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 bebouwdeKom property.Gets the value of the geometrie property.Gets the value of the isBAGwoonplaats 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
setBebouwdeKom
(BRTJaNeeWaardeType value) Sets the value of the bebouwdeKom property.void
setGeometrie
(Element value) Sets the value of the geometrie property.void
Sets the value of the isBAGwoonplaats 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.top10nl.Top10NlObjectType
getBronactualiteit, getBronbeschrijving, getBronnauwkeurigheid, getBrontype, getEindRegistratie, getIdentificatie, getMutatieType, getObjectBeginTijd, getObjectEindTijd, getTdnCode, getTijdstipRegistratie, getVisualisatieCode, setBronactualiteit, setBronbeschrijving, setBronnauwkeurigheid, setBrontype, setEindRegistratie, setIdentificatie, setMutatieType, setObjectBeginTijd, setObjectEindTijd, setTdnCode, setTijdstipRegistratie, setVisualisatieCode
Methods inherited from class nl.b3p.topnl.top10nl.AbstractFeatureType
getBoundedBy, getLocation, setBoundedBy, setLocation
Methods inherited from class nl.b3p.topnl.top10nl.AbstractGMLType
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
typeGebied
-
bebouwdeKom
-
isBAGwoonplaats
-
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
-
getBebouwdeKom
Gets the value of the bebouwdeKom property.- Returns:
- possible object is
BRTJaNeeWaardeType
-
setBebouwdeKom
Sets the value of the bebouwdeKom property.- Parameters:
value
- allowed object isBRTJaNeeWaardeType
-
getIsBAGwoonplaats
Gets the value of the isBAGwoonplaats property.- Returns:
- possible object is
BRTJaNeeWaardeType
-
setIsBAGwoonplaats
Sets the value of the isBAGwoonplaats property.- Parameters:
value
- allowed object isBRTJaNeeWaardeType
-
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
-