Package nl.b3p.topnl.top250nl
Class Top250NlObjectType
java.lang.Object
nl.b3p.topnl.top250nl.AbstractGMLType
nl.b3p.topnl.top250nl.AbstractFeatureType
nl.b3p.topnl.top250nl.Top250NlObjectType
- Direct Known Subclasses:
FunctioneelGebiedType
,GebouwType
,GeografischGebiedType
,HoogteType
,InrichtingselementType
,PlaatsType
,PlanTopografieType
,RegistratiefGebiedType
,ReliefType
,SpoorbaandeelType
,TerreinType
,WaterdeelType
,WegdeelType
Java class for _Top250nlObjectType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="_Top250nlObjectType"> <complexContent> <extension base="{http://www.opengis.net/gml/3.2}AbstractFeatureType"> <sequence> <element name="identificatie"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://register.geostandaarden.nl/gmlapplicatieschema/brt-algemeen/1.2.0}NEN3610ID"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="brontype" type="{http://www.opengis.net/gml/3.2}CodeType"/> <element name="bronactualiteit" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="bronbeschrijving" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="bronnauwkeurigheid" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="objectBeginTijd" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="objectEindTijd" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="visualisatieCode" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected Calendar
protected String
protected double
protected CodeType
protected Identificatie
protected Calendar
protected Calendar
protected BigInteger
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 bronactualiteit property.Gets the value of the bronbeschrijving property.double
Gets the value of the bronnauwkeurigheid property.Gets the value of the brontype property.Gets the value of the identificatie property.Gets the value of the objectBeginTijd property.Gets the value of the objectEindTijd property.Gets the value of the visualisatieCode property.void
setBronactualiteit
(Calendar value) Sets the value of the bronactualiteit property.void
setBronbeschrijving
(String value) Sets the value of the bronbeschrijving property.void
setBronnauwkeurigheid
(double value) Sets the value of the bronnauwkeurigheid property.void
setBrontype
(CodeType value) Sets the value of the brontype property.void
setIdentificatie
(Identificatie value) Sets the value of the identificatie property.void
setObjectBeginTijd
(Calendar value) Sets the value of the objectBeginTijd property.void
setObjectEindTijd
(Calendar value) Sets the value of the objectEindTijd property.void
setVisualisatieCode
(BigInteger value) Sets the value of the visualisatieCode property.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
-
identificatie
-
brontype
-
bronactualiteit
-
bronbeschrijving
-
bronnauwkeurigheid
protected double bronnauwkeurigheid -
objectBeginTijd
-
objectEindTijd
-
visualisatieCode
-
-
Constructor Details
-
Top250NlObjectType
public Top250NlObjectType()
-
-
Method Details
-
getIdentificatie
Gets the value of the identificatie property.- Returns:
- possible object is
Identificatie
-
setIdentificatie
Sets the value of the identificatie property.- Parameters:
value
- allowed object isIdentificatie
-
getBrontype
Gets the value of the brontype property.- Returns:
- possible object is
CodeType
-
setBrontype
Sets the value of the brontype property.- Parameters:
value
- allowed object isCodeType
-
getBronactualiteit
Gets the value of the bronactualiteit property.- Returns:
- possible object is
String
-
setBronactualiteit
Sets the value of the bronactualiteit property.- Parameters:
value
- allowed object isString
-
getBronbeschrijving
Gets the value of the bronbeschrijving property.- Returns:
- possible object is
String
-
setBronbeschrijving
Sets the value of the bronbeschrijving property.- Parameters:
value
- allowed object isString
-
getBronnauwkeurigheid
public double getBronnauwkeurigheid()Gets the value of the bronnauwkeurigheid property. -
setBronnauwkeurigheid
public void setBronnauwkeurigheid(double value) Sets the value of the bronnauwkeurigheid property. -
getObjectBeginTijd
Gets the value of the objectBeginTijd property.- Returns:
- possible object is
String
-
setObjectBeginTijd
Sets the value of the objectBeginTijd property.- Parameters:
value
- allowed object isString
-
getObjectEindTijd
Gets the value of the objectEindTijd property.- Returns:
- possible object is
String
-
setObjectEindTijd
Sets the value of the objectEindTijd property.- Parameters:
value
- allowed object isString
-
getVisualisatieCode
Gets the value of the visualisatieCode property.- Returns:
- possible object is
BigInteger
-
setVisualisatieCode
Sets the value of the visualisatieCode property.- Parameters:
value
- allowed object isBigInteger
-