Package nl.b3p.topnl.top100nl
Class Top100NlObjectType
java.lang.Object
nl.b3p.topnl.top100nl.AbstractGMLType
nl.b3p.topnl.top100nl.AbstractFeatureType
nl.b3p.topnl.top100nl.Top100NlObjectType
- Direct Known Subclasses:
FunctioneelGebiedType
,GebouwType
,GeografischGebiedType
,HoogteType
,InrichtingselementType
,RegistratiefGebiedType
,ReliefType
,SpoorbaandeelType
,TerreinType
,WaterdeelType
,WegdeelType
Java class for _Top100nlObjectType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="_Top100nlObjectType"> <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/top100nl/1.1.0}NEN3610ID"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="objectBeginTijd" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="objectEindTijd" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="brontype" type="{http://register.geostandaarden.nl/gmlapplicatieschema/top100nl/1.1.0}TypeBronT100Type"/> <element name="bronbeschrijving" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="bronactualiteit" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="tdnCode" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="visualisatieCode" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Java class for anonymous complex type. -
Field Summary
Modifier and TypeFieldDescriptionprotected Calendar
protected String
protected TypeBronT100Type
protected Top100NlObjectType.Identificatie
protected Calendar
protected Calendar
protected BigInteger
protected BigInteger
Fields inherited from class nl.b3p.topnl.top100nl.AbstractFeatureType
boundedBy, location
Fields inherited from class nl.b3p.topnl.top100nl.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.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 tdnCode 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
setBrontype
(TypeBronT100Type value) Sets the value of the brontype property.void
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
setTdnCode
(BigInteger value) Sets the value of the tdnCode property.void
setVisualisatieCode
(BigInteger value) Sets the value of the visualisatieCode property.Methods inherited from class nl.b3p.topnl.top100nl.AbstractFeatureType
getBoundedBy, getLocation, setBoundedBy, setLocation
Methods inherited from class nl.b3p.topnl.top100nl.AbstractGMLType
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
identificatie
-
objectBeginTijd
-
objectEindTijd
-
brontype
-
bronbeschrijving
-
bronactualiteit
-
tdnCode
-
visualisatieCode
-
-
Constructor Details
-
Top100NlObjectType
public Top100NlObjectType()
-
-
Method Details
-
getIdentificatie
Gets the value of the identificatie property.- Returns:
- possible object is
Top100NlObjectType.Identificatie
-
setIdentificatie
Sets the value of the identificatie property.- Parameters:
value
- allowed object isTop100NlObjectType.Identificatie
-
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
-
getBrontype
Gets the value of the brontype property.- Returns:
- possible object is
TypeBronT100Type
-
setBrontype
Sets the value of the brontype property.- Parameters:
value
- allowed object isTypeBronT100Type
-
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
-
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
-
getTdnCode
Gets the value of the tdnCode property.- Returns:
- possible object is
BigInteger
-
setTdnCode
Sets the value of the tdnCode property.- Parameters:
value
- allowed object isBigInteger
-
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
-