Class InrichtingselementType
The following schema fragment specifies the expected content contained within this class.
<complexType name="InrichtingselementType"> <complexContent> <extension base="{http://register.geostandaarden.nl/gmlapplicatieschema/top100nl/1.1.0}_Top100nlObjectType"> <sequence> <element name="geometrie" type="{http://register.geostandaarden.nl/gmlapplicatieschema/top100nl/1.1.0}LijnOfPuntPropertyType"/> <element name="hoogteNiveau" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="naamFries" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="naamNL" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="nummer" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="status" type="{http://register.geostandaarden.nl/gmlapplicatieschema/top100nl/1.1.0}StatusT100Type"/> <element name="typeInrichtingsElement" type="{http://register.geostandaarden.nl/gmlapplicatieschema/top100nl/1.1.0}TypeInrichtingselementT100Type"/> </sequence> </extension> </complexContent> </complexType>
-
Nested Class Summary
Nested classes/interfaces inherited from class nl.b3p.topnl.top100nl.Top100NlObjectType
Top100NlObjectType.Identificatie
-
Field Summary
Modifier and TypeFieldDescriptionprotected Element
protected BigInteger
protected StatusT100Type
protected TypeInrichtingselementT100Type
Fields inherited from class nl.b3p.topnl.top100nl.Top100NlObjectType
bronactualiteit, bronbeschrijving, brontype, identificatie, objectBeginTijd, objectEindTijd, tdnCode, visualisatieCode
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 geometrie property.Gets the value of the hoogteNiveau property.Gets the value of the naamFries property.Gets the value of the naamNL property.Gets the value of the nummer property.Gets the value of the status property.Gets the value of the typeInrichtingsElement property.void
setGeometrie
(Element value) Sets the value of the geometrie property.void
setHoogteNiveau
(BigInteger value) Sets the value of the hoogteNiveau property.void
setStatus
(StatusT100Type value) Sets the value of the status property.void
Sets the value of the typeInrichtingsElement property.Methods inherited from class nl.b3p.topnl.top100nl.Top100NlObjectType
getBronactualiteit, getBronbeschrijving, getBrontype, getIdentificatie, getObjectBeginTijd, getObjectEindTijd, getTdnCode, getVisualisatieCode, setBronactualiteit, setBronbeschrijving, setBrontype, setIdentificatie, setObjectBeginTijd, setObjectEindTijd, setTdnCode, setVisualisatieCode
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
-
geometrie
-
hoogteNiveau
-
naamFries
-
naamNL
-
nummer
-
status
-
typeInrichtingsElement
-
-
Constructor Details
-
InrichtingselementType
public InrichtingselementType()
-
-
Method Details
-
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
-
getHoogteNiveau
Gets the value of the hoogteNiveau property.- Returns:
- possible object is
BigInteger
-
setHoogteNiveau
Sets the value of the hoogteNiveau property.- Parameters:
value
- allowed object isBigInteger
-
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
-
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
-
getNummer
Gets the value of the nummer 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 nummer property.For example, to add a new item, do as follows:
getNummer().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
getStatus
Gets the value of the status property.- Returns:
- possible object is
StatusT100Type
-
setStatus
Sets the value of the status property.- Parameters:
value
- allowed object isStatusT100Type
-
getTypeInrichtingsElement
Gets the value of the typeInrichtingsElement property.- Returns:
- possible object is
TypeInrichtingselementT100Type
-
setTypeInrichtingsElement
Sets the value of the typeInrichtingsElement property.- Parameters:
value
- allowed object isTypeInrichtingselementT100Type
-