Package nl.b3p.topnl.top100nl
Class WaterdeelType
java.lang.Object
nl.b3p.topnl.top100nl.AbstractGMLType
nl.b3p.topnl.top100nl.AbstractFeatureType
nl.b3p.topnl.top100nl.Top100NlObjectType
nl.b3p.topnl.top100nl.WaterdeelType
Java class for WaterdeelType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WaterdeelType"> <complexContent> <extension base="{http://register.geostandaarden.nl/gmlapplicatieschema/top100nl/1.1.0}_Top100nlObjectType"> <sequence> <element name="typeWater" type="{http://register.geostandaarden.nl/gmlapplicatieschema/top100nl/1.1.0}TypeWaterT100Type"/> <element name="breedteklasse" type="{http://register.geostandaarden.nl/gmlapplicatieschema/top100nl/1.1.0}BreedteklasseWaterT100Type" minOccurs="0"/> <element name="fysiekVoorkomen" type="{http://register.geostandaarden.nl/gmlapplicatieschema/top100nl/1.1.0}FysiekVoorkomenWaterT100Type" maxOccurs="unbounded" minOccurs="0"/> <element name="hoogteniveau" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="geometrie" type="{http://register.geostandaarden.nl/gmlapplicatieschema/top100nl/1.1.0}VlakOfLijnPropertyType" minOccurs="0"/> </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 String
protected List<FysiekVoorkomenWaterT100Type>
protected Element
protected BigInteger
protected TypeWaterT100Type
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 breedteklasse property.Gets the value of the fysiekVoorkomen property.Gets the value of the geometrie property.Gets the value of the hoogteniveau property.Gets the value of the typeWater property.void
setBreedteklasse
(String value) Sets the value of the breedteklasse property.void
setGeometrie
(Element value) Sets the value of the geometrie property.void
setHoogteniveau
(BigInteger value) Sets the value of the hoogteniveau property.void
setTypeWater
(TypeWaterT100Type value) Sets the value of the typeWater 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
-
typeWater
-
breedteklasse
-
fysiekVoorkomen
-
hoogteniveau
-
geometrie
-
-
Constructor Details
-
WaterdeelType
public WaterdeelType()
-
-
Method Details
-
getTypeWater
Gets the value of the typeWater property.- Returns:
- possible object is
TypeWaterT100Type
-
setTypeWater
Sets the value of the typeWater property.- Parameters:
value
- allowed object isTypeWaterT100Type
-
getBreedteklasse
Gets the value of the breedteklasse property.- Returns:
- possible object is
String
-
setBreedteklasse
Sets the value of the breedteklasse property.- Parameters:
value
- allowed object isString
-
getFysiekVoorkomen
Gets the value of the fysiekVoorkomen 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 fysiekVoorkomen property.For example, to add a new item, do as follows:
getFysiekVoorkomen().add(newItem);
Objects of the following type(s) are allowed in the list
FysiekVoorkomenWaterT100Type
-
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
-
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
-